Skip to content

Instantly share code, notes, and snippets.

@moutend
Created March 19, 2018 02:30
Show Gist options
  • Save moutend/169b04746fdc62dd3bc970f4ed3d7eae to your computer and use it in GitHub Desktop.
Save moutend/169b04746fdc62dd3bc970f4ed3d7eae to your computer and use it in GitHub Desktop.
desc:AAA test JSFX
slider1:1<-16,16,0.1>Velocity Multiply
in_pin:none
out_pin:none
@init
@slider
@block
while (midirecv(offset,msg1,msg2,msg3)) (
msg1==$x90 && msg3!=0 ? (
midisend(offset,msg1,msg2,127);
) : (
midisend(offset,msg1,msg2,msg3);
);
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment