Skip to content

Instantly share code, notes, and snippets.

@zc1415926
Created December 8, 2016 13:16
Show Gist options
  • Save zc1415926/61e1fcfa53ca43ffc030db2d1540bcd0 to your computer and use it in GitHub Desktop.
Save zc1415926/61e1fcfa53ca43ffc030db2d1540bcd0 to your computer and use it in GitHub Desktop.
在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