arduino_midi_library/examples
Francois Best f42c344375 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
2022-10-08 14:34:30 +02:00
..
AltPinSerial chore: Move CI to GitHub Actions 2021-08-10 16:12:51 +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
Chaining no chaining for private functions, added example 2021-10-10 15:33:28 +02:00
CustomBaudRate Update CustomBaudRate.ino 2022-01-11 08:00:48 +01: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 2022-10-08 14:34:30 +02:00