Commit Graph

77 Commits

Author SHA1 Message Date
Francois Best e84d12d9ed Update license, renamed packet object. 2016-10-12 19:18:29 +02:00
Francois Best 63e8e515ad Rename midi_USB.h to midi_UsbDefs.h 2016-10-12 19:16:27 +02:00
Francois Best c17f2396cd Fix syntax. 2016-10-12 19:11:21 +02:00
Francois Best cc79d38e69 Merge branch 'dev' into feature/usb 2014-06-11 11:20:17 +02:00
Francois Best e1f8dcc380 Doc. 2014-06-11 09:44:55 +02:00
Francois Best e31d0a1910 Doc. 2014-06-11 09:33:32 +02:00
Francois Best 3dc0f30e16 Removed compile flags and last preprocessor settings. 2014-06-11 09:14:03 +02:00
Francois Best b1b978d63c 4.2 2014-06-11 09:13:34 +02:00
Francois Best 219340ea96 Fix SysEx size callback bug, using template settings instead of preprocessor macros. 2014-06-11 09:09:08 +02:00
Francois Best c9e468b327 Merge branch 'dev' into feature/usb 2014-05-20 11:44:57 +02:00
Francois Best f88012b38f Removed auto-instanciation 2014-04-20 17:24:35 +02:00
Francois Best 410e51c91a Template settings. 2014-04-20 17:23:10 +02:00
Francois Best c2a87ea0c9 Doc. 2014-04-18 14:56:41 +02:00
Francois Best 6164e2c5fe Fix issue #13 on GitHub. 2014-04-18 14:56:15 +02:00
Francois Best dd5b39a686 Merge branch 'master' into feature/usb 2014-04-16 09:06:39 +02:00
Francois Best 70ff97886c Merge branch 'dev' of https://github.com/FortySevenEffects/arduino_midi_library into dev 2014-04-16 08:33:45 +02:00
Francois Best 1813094735 Cleanup 2014-04-16 08:33:38 +02:00
Francois Best 63517510b8 Fixed 1byte running status bug (GitHub issue #12) 2014-04-16 08:23:10 +02:00
Francois Best 1d09cf3a0a USB defs. 2014-04-10 14:32:08 +02:00
Francois Best 3f27b496fd Merge branch 'dev' into release/4.1 2014-04-02 09:16:52 +02:00
Francois Best 7bac715a58 Fix build. 2014-04-02 09:16:40 +02:00
Francois Best f197d9f439 Doc & coding style. 2014-04-01 09:05:30 +02:00
Francois Best b041abaca3 Helper method. 2014-04-01 09:04:31 +02:00
Francois Best 240cd22021 Added explicit license header and starting 4.1 branch. 2014-04-01 09:03:44 +02:00
Francois Best 3f1e5c474a Handling null-velocity NoteOn as NoteOff (with setting), inlined some methods. 2014-03-12 21:34:46 +01:00
Francois Best 8f4d5e85c7 Coding style cleanup. 2014-03-06 09:57:19 +01:00
Francois Best b2800e5fdd Doc & formatting. 2014-02-13 21:58:37 +01:00
Francois Best ded1479994 Cleanup. 2014-02-13 21:44:38 +01:00
Francois Best 8ee40445f4 Doc. 2014-02-13 21:44:27 +01:00
Francois Best c4d5d76f4a unsigned int -> unsigned and trimmed whitespace. 2013-07-07 15:11:58 +02:00
Francois Best 601ddb3773 Reverted Thru changes on branch release/4.0 (breaking thread/merge-safety). 2013-07-07 15:10:13 +02:00
Francois Best cc9927fd50 Fixed build. 2013-07-07 14:53:56 +02:00
Francois Best d78cace1b2 Working on thru. 2013-07-07 14:13:32 +02:00
Francois Best 8c9d289216 Working on thru. 2013-07-07 12:52:27 +02:00
Francois Best d8e0631399 Include ak47 for trace and debug info. 2013-07-06 16:00:24 +02:00
Francois Best 1d10ce0a46 No need for channel info when parsing. 2013-07-06 15:53:40 +02:00
Francois Best 6fbc9bd5a7 Reworked encoding/decoding methods to support larger arrays. 2013-07-05 11:21:13 +02:00
Francois Best 287b3625db Renamed file for ST's counterpart detection. 2013-06-28 09:09:47 +02:00
Francois Best 7941c69383 Added fix for ak47. 2013-05-03 14:22:51 +02:00
Francois Best 2f828fe2bc Define byte type as we're safe in the midi namespace anyway. 2012-11-07 12:28:42 +01:00
Francois Best 11c3ada47c Using Serial1 for Leonardo. 2012-10-25 16:32:32 +02:00
Francois Best 6f0535be90 Added detection of channel messages to fix running status. 2012-10-09 08:28:24 +02:00
Francois Best 5a55f715da Fixed bugs on SysEx reception. 2012-10-08 22:12:42 +02:00
Francois Best ac86227ed1 Updated doc. 2012-10-08 07:50:19 +02:00
Francois Best 5fe1ca0697 Updated doc. 2012-10-02 22:36:07 +02:00
Francois Best 691b172187 Target detection and simplified auto-instanciation. 2012-10-02 21:51:18 +02:00
Francois Best 9f14e2c4b8 Updated documentation. 2012-09-28 10:45:30 +02:00
Francois Best d8b0d6f838 Moved encode/decode sysex out of MidiInterface. 2012-09-27 21:23:15 +02:00
Francois Best a63afb0868 Added multiple instanciation. 2012-09-27 21:13:57 +02:00
Franky47 2ce571d937 Added SysEx conversion static methods. Note: could be integrated in SysEx send/receive methods.. 2012-09-26 08:33:29 +02:00