ref: 378b374451a8c94aa85821fd18ddec4f7e88eab0
parent: d69dbb86405af9c82a8ae5c60027cf09e0c29034
author: cancel <cancel@cancel.fm>
date: Mon Jan 20 13:58:29 EST 2020
Add MIDI CC to opers guide message
--- a/tui_main.c
+++ b/tui_main.c
@@ -2160,7 +2160,7 @@
{'#', "comment", "Halts line."}, // {'*', "self", "Sends ORCA command."}, {':', "midi", "Sends MIDI note."},- // {'!', "cc", "Sends MIDI control change."},+ {'!', "cc", "Sends MIDI control change."}, // {'?', "pb", "Sends MIDI pitch bend."}, // {'%', "mono", "Sends MIDI monophonic note."}, {'=', "osc", "Sends OSC message."},--
⑨