diff --git a/tui_main.c b/tui_main.c index 1979b7b..db2cc62 100644 --- a/tui_main.c +++ b/tui_main.c @@ -1900,11 +1900,11 @@ void push_opers_guide_msg(void) { {'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."}, };