exit
end if
{from here on, only notes between C3 to B3 will be processed}
end on
Useful for quickly setting up key ranges to be affected by the script
See Also
wait()
stop_wait()
7.3. ignore_controller
ignore_
controller
Ignore a controller event
in a controller callback
Examples
on controller
if ($CC_NUM = 1)
ignore_controller
set_controller($VCC_MONO_AT,%CC[1]
end if
end on
Transform the mod wheel into aftertouch
See Also
ignore_event()
set_controller()
on controller
7.4. message()
message(
)
Display text in the status line of KONTAKT
Remarks
• The message command is intended to be used for debugging and testing while programming a
script. Since there is only one status line in KONTAKT, it should not be used as a generic
means of communication with the user. Use a label instead.
• Make it a habit to write
message("")
at the start of the init callback. You can then be sure that
all previous messages (by the script or by the system) are deleted and you see only new mes-
sages.
Do'stlaringiz bilan baham: