Skip to content

Instantly share code, notes, and snippets.

@zc1415926
Created December 8, 2016 13:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
在Kontakt中设置力度到最大的代码
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