Thanks Gibbedy !!! ... I'll try and recreate the Inc/Dec behavior inside enc1.available block with your suggestions
Type: Posts; User: digitalelements
Thanks Gibbedy !!! ... I'll try and recreate the Inc/Dec behavior inside enc1.available block with your suggestions
Hi Vadim,
Thanks for the info. Thats very good to know ... Although I do believe we're waiting on USB_MIDI for the Teensy 4?
Thanks so much for the reply Gibbedy I really don't want to miss any pulses if I can help it..... The only reason I placed my USB stuff there !! (aside from being a beginner with code) was it seemed...
Ahhhhhh ... thank you very much ... Both solutions ( Neuro & VJ ) are working as I had hoped.
Hey Pete !
Thanks for the corrections .... I'm looking to get this behavior at each fallingEdge if that makes sense ? ... so fallingEdge, Note 60 Next fallingEdge Note 61.
Hi VJ,
trying this now ... Still continuous stream but a single note number ...
Hi Neuro,
thanks for the reply and code .... nice little snippet for sure !! .. but, I'm hoping to toggle/alternate using only fallingEdge or risingEdge .. if that makes sense?
Hi Vj,
Thanks so much for chiming in here. It appears to start streaming as soon as the sketch starts. I'm watching the output with MIDI monitor.
Hi,
I'm trying to create a momentary button that will alternate/toggle between two fixed MIDI messages in code.
I'm using the Bounce Library and would like to use either Falling or Rising edge to...
Greetings !
After several days of research, Some trial and error, I've landed on using the Encoder Template written by Theremingenieur. It really does clean things up quite a bit when using not so...