arduino_midi_library icon indicating copy to clipboard operation
arduino_midi_library copied to clipboard

MIDI for Arduino

Results 64 arduino_midi_library issues
Sort by recently updated
recently updated
newest added

Does this library already allow for adding timestamps like JUCE or not volumeSlider.onValueChange = [this] { auto message = juce::MidiMessage::controllerEvent (midiChannel, 7, (int) volumeSlider.getValue()); **message.setTimeStamp (juce::Time::getMillisecondCounterHiRes() * 0.001 - startTime);**...

So far as I can tell the existing code does break out CC, RPN, and NRPN messages, which is kind of a big deal. It just has a general-purpose CC...

new feature

Tracking here the list of SysEx messages construction helpers to be implemented: ## Non Real Time Universal SysEx - [ ] Sample Dump Standard - [ ] `Sample Dump Header`...

new feature

Hello.. i need help for load set list bank on Pod hd500 using midi ![IMG_20200408_072900](https://user-images.githubusercontent.com/46892960/78729028-87801080-796b-11ea-95b0-31fe7e09f7d1.jpg) But i dont know the code .. combine bank change cc0 (MSB) with cc32(LSB) and...

Added if statement asking for "useRunningStatus", as it caused a bug with a certain midi device, causing the arduino to resolve the same midi data multiple times. I think it...

I am just getting started working with MIDI and this library has been fantastic! I have been able communicate with a Korg Trinity keyboard and have been able to send...

Hi, I've got the Basic_IO example working on an Arduino Leonardo but for some reason it won't work on a Leonardo Due for me. Curiously, the basic Midi example (does...

so far, only the NoteOn and NoteOff were tested. but to this part, this code compiles. the problem is, I can't finish it, because I'm not that pro at Arduino...

Hello: I am using an Arduino Micro to build a MIDI box used to control other non-MIDI guitar pedals with MIDI commands. Also, I want to translate other MIDI messages...

Would someone mind sharing an example on how to use the `sendTimeCodeQuarterFrame()` function? It is unclear to me what the `DataByte` parameter should be equal to. I assumed just calling...