|  Francois Best | ba6e16442b | Merge master into feat/4.4.0 | 2018-03-10 18:51:47 +01:00 | 
				
					
						|  Francois Best | 33bd77dd13 | fix: Fix more sign / implicit type conversion warnings | 2018-03-10 17:59:17 +01:00 | 
				
					
						|  Francois Best | 1c01effbd9 | feat: Handle Korg-style of flipping SysEx data header bits Closes #92 | 2018-03-10 16:58:17 +01:00 | 
				
					
						|  Francois Best | 82f5dca265 | Bumped version to 4.3.1, fixing Arduino lib file. Removed redundant version mentions in sources. | 2016-11-04 10:53:18 +01:00 | 
				
					
						|  Francois Best | 437d5ebce0 | Bump version in sources. | 2016-10-30 09:50:01 +01:00 | 
				
					
						|  Francois Best | d42acc0cbb | Testing (and fixed) SysEx codec. Now conforms to Somascape specs. | 2016-10-04 01:00:12 -07:00 | 
				
					
						|  Francois Best | fb693e7245 | Changed license to MIT. | 2015-08-13 09:03:17 +02:00 | 
				
					
						|  Francois Best | b1b978d63c | 4.2 | 2014-06-11 09:13:34 +02:00 | 
				
					
						|  Francois Best | f88012b38f | Removed auto-instanciation | 2014-04-20 17:24:35 +02:00 | 
				
					
						|  Francois Best | f197d9f439 | Doc & coding style. | 2014-04-01 09:05:30 +02:00 | 
				
					
						|  Francois Best | 240cd22021 | Added explicit license header and starting 4.1 branch. | 2014-04-01 09:03:44 +02:00 | 
				
					
						|  Francois Best | c4d5d76f4a | unsigned int -> unsigned and trimmed whitespace. | 2013-07-07 15:11:58 +02:00 | 
				
					
						|  Francois Best | 6fbc9bd5a7 | Reworked encoding/decoding methods to support larger arrays. | 2013-07-05 11:21:13 +02:00 | 
				
					
						|  Francois Best | 691b172187 | Target detection and simplified auto-instanciation. | 2012-10-02 21:51:18 +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 | 
				
					
						|  Francois Best | 573bd35e8a | Fixed build. | 2012-09-06 20:43:20 +02:00 | 
				
					
						|  Francois Best | 69604e458b | Made unique set of files, to avoid stupid branches. | 2012-09-06 20:41:25 +02:00 | 
				
					
						|  Francois Best | 7fcb0d1e44 | Building in Arduino 1.0.1 (templates did not work). | 2012-09-06 10:57:11 +02:00 | 
				
					
						|  Francois Best | 5078e0527e | Experiment with templates. | 2012-09-05 18:58:37 +02:00 | 
				
					
						|  Francois Best | 4b8b38aeaf | Quake wip. | 2012-09-05 18:32:42 +02:00 | 
				
					
						|  Francois Best | c87a6c7bb5 | Removed duplicate cae value. | 2012-07-03 08:31:53 +02:00 | 
				
					
						|  Francois Best | 5bda959405 | Fixed bug when receiving 2 byte messages with running status. | 2012-07-03 08:26:27 +02:00 | 
				
					
						|  Francois Best | efd72f9df6 | Merge branch 'avr_core' into Arduino | 2012-07-03 08:10:45 +02:00 | 
				
					
						|  Francois Best | 0422aa23df | Coding style. | 2012-07-03 08:01:50 +02:00 | 
				
					
						|  Francois Best | e4c8205dc3 | Don't check for overflow (the serial class should do it). | 2012-06-17 22:36:51 +02:00 | 
				
					
						|  Francois Best | 323d8e1707 | Define some macros before including MIDI.h in your sketch to enable software serial. | 2012-06-17 12:31:09 +02:00 | 
				
					
						|  Francois Best | 8e087e40b1 | Fixed ambiguous call. | 2012-06-17 12:10:58 +02:00 | 
				
					
						|  Francois Best | 3edb9c15ea | Refactoring to build on the new AVR core. | 2012-06-16 17:36:34 +02:00 | 
				
					
						|  Francois Best | 22218892c0 | Merge branch 'Arduino' into avr_core | 2012-05-25 14:33:35 +02:00 | 
				
					
						|  Francois Best | cfe39e04aa | Removed pitchBend method using unsigned interface, as it conflicted with the signed. Added macros for min and max, so that it's easier to use. | 2012-05-25 14:32:55 +02:00 | 
				
					
						|  Francois Best | eadffc8222 | Applied cosmetic patch from Arduino branch. | 2012-05-22 23:40:08 +02:00 | 
				
					
						|  Francois Best | a1bea899ce | Changed macro name. | 2012-05-22 23:33:58 +02:00 | 
				
					
						|  Francois Best | 698889dd6e | Cosmetics. | 2012-05-22 22:34:15 +02:00 | 
				
					
						|  Francois Best | 2dd633816d | Cosmetics. | 2012-05-22 22:09:41 +02:00 | 
				
					
						|  Francois Best | 21b1e76e95 | Cosmetics. | 2012-05-22 22:00:50 +02:00 | 
				
					
						|  Francois Best | 64a3ff5487 | Added avr_core sources. | 2012-05-22 21:47:35 +02:00 | 
				
					
						|  Francois Best | c155dde281 | Added Arduino sources. | 2012-05-22 21:46:42 +02:00 |