From 20ded84985fbcfeddd0c8659eff9800c8d8c62eb Mon Sep 17 00:00:00 2001 From: cancel Date: Wed, 1 Jan 2020 15:24:41 +0900 Subject: [PATCH] Disable operators guide items that aren't yet implemented --- tui_main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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."}, };