Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. ~p = Param(Ndef(\plop), \freq, \freq.asSpec); // create a reference to a Ndef parameter with a spec
  3. Slider.new.mapParap(~p); // now the slider control the ndef parameter
  4. MIDIMap(~p, 64) // now the midi controller number 64 control the ndef parameter
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement