Commit Graph

9 Commits

Author SHA1 Message Date
lathoub d6ac0f6b82 + receiver ActiveSensing, + error Callback
1) Active Sensing:
Once an ActiveSensing message is received, the system checks for timeouts: if no message is received within the specified 300ms (see in _Defs), an error is set and the checks for timeout stop.

2) added a callback for errors. 2 errors are defined: parse error and ActiveSensing timeout
2020-03-22 15:33:42 +01:00
lathoub 8fc25fa8f9 DefaultPlatform for Arduino 2020-03-17 09:22:24 +01:00
lathoub 7f9934b1aa added support for ActiveSensing
From: https://www.midi.org/specifications/item/table-1-summary-of-midi-message

Active Sensing. This message is intended to be sent repeatedly to tell the receiver that a connection is alive. Use of this message is optional. When initially received, the receiver will expect to receive another Active Sensing message each 300ms (max), and if it does not then it will assume that the connection has been terminated. At termination, the receiver will turn off all voices and return to normal (non- active sensing) operation.
2020-01-26 11:05:10 +01:00
lathoub fabf4293f9 stuff to ignore list 2019-08-18 11:38:46 +02:00
Francois Best f5b51bd211 This file is generated when CMake config changes. 2016-10-03 21:40:21 -07:00
Francois Best c6537872b0 Reworked packaging script. 2014-04-16 08:52:33 +02:00
Francois Best f8511a9591 Added validation script using Arduino 1.5 CLI. 2014-04-01 19:38:36 +02:00
Francois Best 8bd43f496b Ignoring stuff. 2014-03-06 09:39:47 +01:00
Francois Best deb2d27ee8 Added sublime project. 2014-02-13 21:46:50 +01:00