Solved the "writing standard-midi-file format to microSD-card" issue this thread had been created to solve. Not so much a case of library inequivalencies as just pointing parameters in the proper order. Details are...
Solved this! Just had myself thinking in the wrong circles. What I had to do was call the intermediary function "myNoteOn" using the parameters "note, velocity, channel" that I had used within "usbMIDI.sendNoteOn (Note,...
Does midi.read(); detect midi information generated from within functions that are outside the main loop? Or similarly, does midi.read(); have to be in the same function as where the midi messages are generated? I'm...
Thank you @kd5rxt-mark, knowing that I’ll want to be comparing/translating the .h files is helpful!
And thank you as well @PaulStoffregen, the rundown on Arduino, MIDI libraries, and Teensy’s development of MIDI is...
Hi @all,
I apologize in advance if I violate any forum conventions here. If that happens I'll be sure to take note moving forward. Seeking to hopefully clear up some of my confusion:
--QUESTION #1--
Does anyone...
Thanks Daniel! Copy that regarding the function of your locators. I had a look at your project's video demonstrations, and that is awesome!
I've made some headway on the INPUT portion of this project, and...
Daniel,
Thank you kindly for your thoughtful reply! Just a bit of thinking out loud here...
*Regarding 1A - Time Keeping:
- I just read up on the IntervalTimer, and am still digesting the significance of...
Standalone MIDI Sequencing Drumming Glove (WIP)
Hi everyone, I'm relatively new to the Maker community in general, and I've spent the past few months learning the basics of Arduino IDE, Teensy's various libraries,...