Created
December 8, 2016 13:16
-
-
Save zc1415926/61e1fcfa53ca43ffc030db2d1540bcd0 to your computer and use it in GitHub Desktop.
在Kontakt中设置力度到最大的代码
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on midi_in | |
if ($MIDI_COMMAND = $MIDI_COMMAND_NOTE_ON) | |
ignore_midi | |
set_midi($MIDI_CHANNEL,$MIDI_COMMAND_NOTE_ON,$MIDI_BYTE_1,$MIDI_BYTE_2 * 127 / 100) | |
end if | |
end on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment