Search found 1 match

by danfromdsf
Fri Nov 09, 2018 4:06 pm
Forum: Algorithm development
Topic: tap tempo snippet
Replies: 84
Views: 950872

Re:

If you want a smaller maximum delay you need to change the following part of the code. LOW: sof 0,0.064 wrax rmp0_rate,0 ;set rmp0 rate to 1Hz cho rdal,rmp0 ;read value of rmp0 The sof 0,0.064 sets up a 1Hz ramp to give delay time up to 1 second, so for 700ms you change the sof command to sof 0,0.0...