diff options
Diffstat (limited to 'uart/midi/artifically_generated')
-rw-r--r-- | uart/midi/artifically_generated/README | 43 | ||||
-rw-r--r-- | uart/midi/artifically_generated/channel_modes.sr | bin | 0 -> 488 bytes | |||
-rw-r--r-- | uart/midi/artifically_generated/controller_misc.sr | bin | 0 -> 474 bytes | |||
-rw-r--r-- | uart/midi/artifically_generated/polyphonic_pressure.sr | bin | 0 -> 443 bytes | |||
-rw-r--r-- | uart/midi/artifically_generated/realtime_messages.sr | bin | 0 -> 455 bytes | |||
-rw-r--r-- | uart/midi/artifically_generated/sysex_vendor_specific.sr | bin | 0 -> 479 bytes | |||
-rw-r--r-- | uart/midi/artifically_generated/system_common.sr | bin | 0 -> 517 bytes |
7 files changed, 43 insertions, 0 deletions
diff --git a/uart/midi/artifically_generated/README b/uart/midi/artifically_generated/README new file mode 100644 index 0000000..c2976ca --- /dev/null +++ b/uart/midi/artifically_generated/README @@ -0,0 +1,43 @@ +------------------------------------------------------------------------------- +Artifically Generated Data +------------------------------------------------------------------------------- + +This data was generated by hand based off of various specifications: + + - "The Complete MIDI 1.0 Detailed Specification" version 96.1 + - "General MIDI System Level 1" revision 4 + - "General MIDI 2" version 1.2a + + +Logic analyzer setup +-------------------- + +Not applicable. + + +Data +---- + +The data was initially created as CSV files with one column composed of only +1s and 0s of UART data. These CSV files were then imported into sigrok's GUI, +PulseView. When importing the CSV files, the samplerate was set to 100000 +(i.e. 100kHz). Each byte value was visually verified for correctness. +The data was then resaved as *.sr files. + +Since MIDI communicates at 31250 bits/sec in 8N1 format, each byte of UART +data used 37 rows of data in the CSV file when using a sampling rate of +100kHz. Listed from top to bottom, the rows in the CSV for each byte were: + + 1. Three rows of "1" as padding before the bits + 2. Three rows of "0" as the start bit + 3. Three rows of the data bytes bit0 (lsb) + 4. Three rows of the data bytes bit1 + 5. Three rows of the data bytes bit2 + 6. Four rows of the data bytes bit3 + 7. Three rows of the data bytes bit4 + 8. Three rows of the data bytes bit5 + 9. Three rows of the data bytes bit6 + 10. Three rows of the data bytes bit7 (msb) + 11. Three rows of "1" as the stop bit + 12. Three rows of "1" as padding after the bits + diff --git a/uart/midi/artifically_generated/channel_modes.sr b/uart/midi/artifically_generated/channel_modes.sr Binary files differnew file mode 100644 index 0000000..a5cd012 --- /dev/null +++ b/uart/midi/artifically_generated/channel_modes.sr diff --git a/uart/midi/artifically_generated/controller_misc.sr b/uart/midi/artifically_generated/controller_misc.sr Binary files differnew file mode 100644 index 0000000..955a7c1 --- /dev/null +++ b/uart/midi/artifically_generated/controller_misc.sr diff --git a/uart/midi/artifically_generated/polyphonic_pressure.sr b/uart/midi/artifically_generated/polyphonic_pressure.sr Binary files differnew file mode 100644 index 0000000..e59dc5d --- /dev/null +++ b/uart/midi/artifically_generated/polyphonic_pressure.sr diff --git a/uart/midi/artifically_generated/realtime_messages.sr b/uart/midi/artifically_generated/realtime_messages.sr Binary files differnew file mode 100644 index 0000000..26d29fd --- /dev/null +++ b/uart/midi/artifically_generated/realtime_messages.sr diff --git a/uart/midi/artifically_generated/sysex_vendor_specific.sr b/uart/midi/artifically_generated/sysex_vendor_specific.sr Binary files differnew file mode 100644 index 0000000..738bf47 --- /dev/null +++ b/uart/midi/artifically_generated/sysex_vendor_specific.sr diff --git a/uart/midi/artifically_generated/system_common.sr b/uart/midi/artifically_generated/system_common.sr Binary files differnew file mode 100644 index 0000000..be4c98d --- /dev/null +++ b/uart/midi/artifically_generated/system_common.sr |