From 5d878c0fa84a85063e780dfb7e17e4c9ea5823af Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 26 Aug 2016 21:37:13 -0700 Subject: midi: Update each annotation with multiple strings. (ranging from long, medium, and short lengths) --- decoder/test/midi/sysex_vendor_specific.output | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'decoder/test/midi/sysex_vendor_specific.output') diff --git a/decoder/test/midi/sysex_vendor_specific.output b/decoder/test/midi/sysex_vendor_specific.output index 3407fb2..713f11c 100644 --- a/decoder/test/midi/sysex_vendor_specific.output +++ b/decoder/test/midi/sysex_vendor_specific.output @@ -1,6 +1,6 @@ -7-69 midi: text-verbose: "SysEx: truncated manufacturer code (<1 bytes)" -81-180 midi: text-verbose: "SysEx: truncated manufacturer code (<3 bytes)" -192-365 midi: text-verbose: "SysEx: for 'Strand Lighting' with payload " -377-476 midi: text-verbose: "SysEx: for 'undefined (0x7c)' with payload " -488-661 midi: text-verbose: "SysEx: for 'undefined (0x00 0x3f 0x7f)' with payload " -673-883 midi: text-verbose: "SysEx: for 'Fender' with payload 0x01 0x02 0x03 " +7-69 midi: text-verbose: "system exclusive: truncated manufacturer code (<1 bytes)" "SysEx: truncated manufacturer (<1 bytes)" "SE: trunc. manu." +81-180 midi: text-verbose: "system exclusive: truncated manufacturer code (<3 bytes)" "SysEx: truncated manufacturer (<3 bytes)" "SE: trunc. manu." +192-365 midi: text-verbose: "system exclusive: for 'Strand Lighting' with payload " "SysEx: 'Strand Lighting', payload <>" "SE: 'Strand Lighting', payload <>" +377-476 midi: text-verbose: "system exclusive: for 'undefined (0x7c)' with payload " "SysEx: 'undefined', payload <>" "SE: 'undefined', payload <>" +488-661 midi: text-verbose: "system exclusive: for 'undefined (0x00 0x3f 0x7f)' with payload " "SysEx: 'undefined', payload <>" "SE: 'undefined', payload <>" +673-883 midi: text-verbose: "system exclusive: for 'Fender' with payload 0x01 0x02 0x03 " "SysEx: 'Fender', payload 01 02 03 " "SE: 'Fender', payload 01 02 03 " -- cgit v1.2.3-54-g00ecf