|
@ -1900,11 +1900,11 @@ void push_opers_guide_msg(void) { |
|
|
{'Z', "lerp", "Transitions operand to target."}, |
|
|
{'Z', "lerp", "Transitions operand to target."}, |
|
|
{'*', "bang", "Bangs neighboring operands."}, |
|
|
{'*', "bang", "Bangs neighboring operands."}, |
|
|
{'#', "comment", "Halts line."}, |
|
|
{'#', "comment", "Halts line."}, |
|
|
{'*', "self", "Sends ORCA command."}, |
|
|
// {'*', "self", "Sends ORCA command."},
|
|
|
{':', "midi", "Sends MIDI note."}, |
|
|
{':', "midi", "Sends MIDI note."}, |
|
|
{'!', "cc", "Sends MIDI control change."}, |
|
|
// {'!', "cc", "Sends MIDI control change."},
|
|
|
{'?', "pb", "Sends MIDI pitch bend."}, |
|
|
// {'?', "pb", "Sends MIDI pitch bend."},
|
|
|
{'%', "mono", "Sends MIDI monophonic note."}, |
|
|
// {'%', "mono", "Sends MIDI monophonic note."},
|
|
|
{'=', "osc", "Sends OSC message."}, |
|
|
{'=', "osc", "Sends OSC message."}, |
|
|
{';', "udp", "Sends UDP message."}, |
|
|
{';', "udp", "Sends UDP message."}, |
|
|
}; |
|
|
}; |
|
|