Howdy
I am attempting to use the teensy 3.6 to create some rhythms that will sound on voltage triggers.
When a HIGH on the input pin the drum1.noteOn(); does the trick.
I have a problem that I am certain that is answered already. As teensy keeps void looping();, it keeps sensing a high trigger when the trigger length is a longer gate and the duty cycle is a bit larger. Hence the drum1.noteOn(); keeps sounding off and spoiling the sound. The delay(); function here is useless as then some triggers are missed. I notice there is no drum1.noteOff(); in this class.
I hope you understand my problem and thanks for your help.
With Kindness,
roon.
I am attempting to use the teensy 3.6 to create some rhythms that will sound on voltage triggers.
When a HIGH on the input pin the drum1.noteOn(); does the trick.
I have a problem that I am certain that is answered already. As teensy keeps void looping();, it keeps sensing a high trigger when the trigger length is a longer gate and the duty cycle is a bit larger. Hence the drum1.noteOn(); keeps sounding off and spoiling the sound. The delay(); function here is useless as then some triggers are missed. I notice there is no drum1.noteOff(); in this class.
I hope you understand my problem and thanks for your help.
With Kindness,
roon.