arduino_midi_library/examples
lathoub b82f241349 reworked ActiveSensing
reworked ActiveSensing using input from a variety of device MIDI Implementation manuals (Roland,  KORG, Yamaha) found on the internet.

Receiving ActiveSensing:
Once an Active Sensing message is received, the unit will begin monitoring the intervalbetween all subsequent messages. If there is an interval of ActiveSensingPeriodicity ms or longer betweenmessages while monitoring is active, the same processing as when All Sound Off, All Notes Off,and Reset All Controllers messages are received will be carried out. The unit will then stopmonitoring the message interval.

Sending ActiveSensing: send x ms after the last sent command
2022-10-08 14:40:45 +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
ReceiverActiveSensing reworked ActiveSensing 2022-10-08 14:40:45 +02:00
SenderActiveSensing reworked ActiveSensing 2022-10-08 14:40:45 +02: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