loopons1 - endpoint of line in loop length mode loopont1 - time it takes line to get to endpoint in loop length mode linepos1 - posistion of line used to determine how long it should take to end the line endit1 - time it takes for line to finally reach 44100 loopend1 - time it takes to get to loop end point in loop start to end mode loop1 - time it takes to get from loop start to loop end in loop start to end mode scaler - scale loops according to note value Parameters unique to each voice 1.1 scaler 1loopons 2loopont 3linpos 4scaler 5endit 6scaler 7loopend 8loopont 9loopons 10scaler 11loop 12endit 13loopend 14loop 15loop 16linepos 17scaler short notes still are making lines even after note off because delay sends signal after 0 is sent to metro. Need to either delay the zero so it occurs after metro or on zero velocity cancel the delay from sending out bang. Fixed by uses spigot to control whether or not delay sounds out bang. If the note is held down londger than the delay time, spigot lets delay through, if it doesn't spigot stops the bang from delay from reaching metro.