small bug-like thing...at least it would be nice if fixed

gabriels

2009-12-28 01:15:06

The log window doesn't show all outgoing actions if many outputs are strung together for the same translator.
For example my outgoing for one translator is:
B6 1E 00 B6 16 00 B6 0E 00 B6 06 00 B6 3E 00 B6 36 00 B6 2E 00 B6 26 00 B6 11 00 B6 g6 7F B6 g8 7F

the log window shows that outgoing as:
OUT 1.6: MIDI 33 bytes: B6 1E 00 B6 16 00 B6 0E 00 B6 06 00 B6 3E 00 B6 36 00 B6...7F

I believe the outgoing is actually executing correctly (not really sure, I haven't tested this entirely).

This certainly isn't a show stopper. I could divide the translator into two translators and then be able to see all outgoing midi messages, I suppose.
Gabriel

florian

2010-03-31 12:35:21

Hi,

we truncate the log messages to keep the log human readable. We have customers sending 4000 bytes as outgoing action, cluttering the log window... But maybe you're right and we should print the full MIDI message... at least for the first 1000 bytes or so.

Thanks,
Florian