arduino_midi_library/src
lathoub ee4e7b3942 changed based on Franky47's feedback
- send: pass the message as a const ref, to avoid copies
- add mSerial.begin (with Baudrate - added Settings)
- ThruActivated defaults to true
- class name serialMIDI => SerialMIDI
2020-03-11 22:46:06 +01:00
..
CMakeLists.txt lift and shift of the Serial code into a seperate class, allowing for other serializers 2020-03-04 19:49:27 +01:00
MIDI.cpp Merge master into feat/4.4.0 2018-03-10 18:51:47 +01:00
MIDI.h changed based on Franky47's feedback 2020-03-11 22:46:06 +01:00
MIDI.hpp changed based on Franky47's feedback 2020-03-11 22:46:06 +01:00
midi_Defs.h lift and shift of the Serial code into a seperate class, allowing for other serializers 2020-03-04 19:49:27 +01:00
midi_Message.h added send(MidiMessage), added (untested) bridge example 2020-03-09 23:05:44 +01:00
midi_Namespace.h lift and shift of the Serial code into a seperate class, allowing for other serializers 2020-03-04 19:49:27 +01:00
midi_Platform.h added Platform class to abstract millis() 2020-03-05 19:58:49 +01:00
midi_Settings.h set ActiveSensing Periodicity in ms 2020-03-07 10:15:59 +01:00
serialMIDI.h changed based on Franky47's feedback 2020-03-11 22:46:06 +01:00