ref: 20ded84985fbcfeddd0c8659eff9800c8d8c62eb
parent: 51c3d68d1b0342876c05e4637043fae41f8ac5a5
author: cancel <cancel@cancel.fm>
date: Wed Jan 1 10:24:41 EST 2020
Disable operators guide items that aren't yet implemented
--- a/tui_main.c
+++ b/tui_main.c
@@ -1900,11 +1900,11 @@
{'Z', "lerp", "Transitions operand to target."}, {'*', "bang", "Bangs neighboring operands."}, {'#', "comment", "Halts line."},- {'*', "self", "Sends ORCA command."},+ // {'*', "self", "Sends ORCA command."}, {':', "midi", "Sends MIDI note."},- {'!', "cc", "Sends MIDI control change."},- {'?', "pb", "Sends MIDI pitch bend."},- {'%', "mono", "Sends MIDI monophonic note."},+ // {'!', "cc", "Sends MIDI control change."},+ // {'?', "pb", "Sends MIDI pitch bend."},+ // {'%', "mono", "Sends MIDI monophonic note."}, {'=', "osc", "Sends OSC message."}, {';', "udp", "Sends UDP message."},};
--
⑨