arduino_midi_library/examples
Francois Best 7bb96f9780 feat: Export type definitions when using macros
Types have names prepended by the port name
(defaults to `MIDI`), to allow multi-port applications.

This allows referencing those types elsewhere in the
application, without re-writing the template arguments,
and simplifies referencing the underlying Message type,
for SoftThru `filter`/`map`function definitions.

Proposition & discussion:
https://github.com/FortySevenEffects/arduino_midi_library/pull/232#issuecomment-910355200
2021-09-02 22:49:14 +02:00
..
AltPinSerial doc: Update example 2020-04-24 07:10:02 +02:00
Basic_IO Added support for Active Sensing and SysEx command segments (v4.4.0) (#138) 2020-04-08 10:36:10 +02:00
Bench Added support for Active Sensing and SysEx command segments (v4.4.0) (#138) 2020-04-08 10:36:10 +02:00
Callbacks doc: Update URL 2020-04-24 06:52:02 +02:00
DualMerger SerialUSB is of type Serial_, not HardwareSerial 2020-04-17 22:05:49 +02:00
ErrorCallback Added support for Active Sensing and SysEx command segments (v4.4.0) (#138) 2020-04-08 10:36:10 +02:00
Input Moved examples & keywords.txt to follow 1.5 lib spec. 2016-10-10 15:38:08 +02:00
RPN_NRPN Added reference to issue #60. 2016-10-30 09:09:06 +01:00
SimpleSynth Moved examples & keywords.txt to follow 1.5 lib spec. 2016-10-10 15:38:08 +02:00
ThruFilterMap feat: Export type definitions when using macros 2021-09-02 22:49:14 +02:00