View Single Post
Old 07-21-2009, 02:03 PM   #10
Jeffos
Mortal
 
Jeffos's Avatar
 
Join Date: Dec 2008
Location: France
Posts: 1,969
Default

change the input notes "i" in line codes looking like "map[i]=..." or map_somethingelse[i]=..."

e.g. in the following code:
Code:
map[36]=slider1+36; // Kick 
map[38]=slider2+37; // Snare
map[40]=slider3+37; // Snare rim
replace 36 with your kick input note, 38 with snare head, etc...
Jeffos is offline   Reply With Quote