|  Francois Best | 6b295e6a47 | Merge branch 'master' into dev. | 2016-11-04 07:15:12 +01:00 | 
				
					
						|  Francois Best | 2a1e86dbaf | Maintaining only one doc location. | 2016-11-02 20:22:23 +01:00 | 
				
					
						|  Francois Best | e1e6e98ea9 | Added Thru definition. | 2016-11-02 20:12:04 +01:00 | 
				
					
						|  Francois Best | 5aa283f9c5 | Updated version to 4.3. | 2016-11-02 20:08:26 +01:00 | 
				
					
						|  Francois Best | 3d06d8fde5 | Updated readme. [skip ci] | 2016-11-02 10:01:33 +01:00 | 
				
					
						|  Francois Best | 2b31380ba8 | Teensy does not handle Arduino's USB api. | 2016-11-02 09:17:39 +01:00 | 
				
					
						|  Francois Best | 250e512ef7 | Fix typo. | 2016-11-02 09:14:06 +01:00 | 
				
					
						|  Francois Best | 7ee313ebb7 | Fix tests. | 2016-11-02 09:13:11 +01:00 | 
				
					
						|  Francois Best | a381c62667 | Added many boards. | 2016-11-02 09:07:58 +01:00 | 
				
					
						|  Francois Best | cfffdbea26 | Fix shadowing warnings. | 2016-11-02 09:02:00 +01:00 | 
				
					
						|  Francois Best | 7d6cd37ec3 | Fix space. | 2016-11-02 08:21:06 +01:00 | 
				
					
						|  Francois Best | b20a40ed9a | Fix USB requirements. | 2016-11-02 00:19:05 +01:00 | 
				
					
						|  Francois Best | 253e41acc6 | Add dep to MidiUSB for specific example & guards for non-usb boards. | 2016-11-02 00:05:27 +01:00 | 
				
					
						|  Francois Best | 29c705fbfa | Cleanup. | 2016-11-02 00:04:07 +01:00 | 
				
					
						|  Francois Best | 251cf54ba8 | Try and fix multiline commands. | 2016-11-01 23:53:28 +01:00 | 
				
					
						|  Francois Best | afbb2f296d | Switched to platformio for examples building. | 2016-11-01 23:47:33 +01:00 | 
				
					
						|  Francois Best | aa35573ca6 | Added version defines, might be useful later on. | 2016-10-30 09:55:30 +01:00 | 
				
					
						|  Francois Best | 437d5ebce0 | Bump version in sources. | 2016-10-30 09:50:01 +01:00 | 
				
					
						|  Francois Best | 0fabf63d49 | Added reference to issue #60. | 2016-10-30 09:09:06 +01:00 | 
				
					
						|  Francois Best | 4eee744b35 | More unreacheable code hunt. | 2016-10-29 16:21:06 +02:00 | 
				
					
						|  Francois Best | 4ab8728c67 | Removed unreacheable code, inlined stuff. | 2016-10-29 16:09:04 +02:00 | 
				
					
						|  Francois Best | 2df247489a | Testing running status reset. | 2016-10-29 15:45:53 +02:00 | 
				
					
						|  Francois Best | 53fdcc79b0 | Testing invalid Thru mode. | 2016-10-29 14:09:06 +02:00 | 
				
					
						|  Francois Best | f653d21ca1 | Thru tests. #55 | 2016-10-29 12:20:54 +02:00 | 
				
					
						|  Francois Best | 2e816e3e39 | Added test for larger SysEx frames. #47 | 2016-10-29 09:53:05 +02:00 | 
				
					
						|  Francois Best | 597a75e638 | Keep running status when not sending anything. Fixes #61 | 2016-10-29 09:42:47 +02:00 | 
				
					
						|  Francois Best | 7b36662a7f | Added callback tests. | 2016-10-28 09:54:37 +02:00 | 
				
					
						|  Francois Best | 037b9fb9f2 | Added test for new sendAfterTouch signature. | 2016-10-28 09:15:56 +02:00 | 
				
					
						|  Francois Best | 5d3cbd1f9f | #54: added overload of sendAfterTouch for poly. Deprecates sendPolyPressure. | 2016-10-28 09:13:06 +02:00 | 
				
					
						|  Francois Best | f1f0ef41ce | Using new definitions for Thru. | 2016-10-27 08:11:29 +02:00 | 
				
					
						|  Francois Best | 6abbdd7963 | Set warnings for all build modes. | 2016-10-27 08:11:03 +02:00 | 
				
					
						|  Francois Best | 7117671b16 | Fix. | 2016-10-27 08:04:15 +02:00 | 
				
					
						|  Francois Best | 37e72bc7fa | Stay consistant in enums first letter case. | 2016-10-27 08:02:34 +02:00 | 
				
					
						|  Francois Best | 58880bb647 | gcc does not like individual deprecated attributes. | 2016-10-21 07:52:12 +02:00 | 
				
					
						|  Francois Best | 6fc3e38512 | Moved Thru defs to own scope to avoid pollution. | 2016-10-21 07:43:46 +02:00 | 
				
					
						|  Francois Best | e92c5fc6df | Test off case. | 2016-10-21 07:42:47 +02:00 | 
				
					
						|  Francois Best | fdb68ab785 | Faster builds until complete Travis process refactoring. | 2016-10-20 10:10:23 +02:00 | 
				
					
						|  Francois Best | 189288c03f | Testing. | 2016-10-20 10:08:06 +02:00 | 
				
					
						|  Francois Best | 8ebd4f9161 | Cleanup & init'd thru. | 2016-10-20 10:08:00 +02:00 | 
				
					
						|  Francois Best | 8eb881f39e | Fixed unit tests regarding RunningStatus changes. | 2016-10-17 20:32:39 +02:00 | 
				
					
						|  Francois Best | ff94a77521 | Disabled running status by default. Relates to #38, #39, #41, #49. | 2016-10-17 19:43:14 +02:00 | 
				
					
						|  Francois Best | 5f7fa5d083 | Fix #58. | 2016-10-15 13:41:50 +02:00 | 
				
					
						|  Francois Best | 208a79e5f0 | Moar tests. | 2016-10-15 11:59:35 +02:00 | 
				
					
						|  Francois Best | 4cebcbf915 | Added MIDI Input tests. | 2016-10-15 10:54:49 +02:00 | 
				
					
						|  Francois Best | 58e1ea2a65 | Added peek method for Ring Buffer. | 2016-10-15 10:54:15 +02:00 | 
				
					
						|  Francois Best | 8badd2bbfa | Moved variable settings to separate file. | 2016-10-15 10:53:55 +02:00 | 
				
					
						|  Francois Best | a2677c3a33 | Set badge cache TTL to 1 hour. | 2016-10-13 20:02:52 +02:00 | 
				
					
						|  Francois Best | 21a8cdea89 | Updated syntax highlighting file. | 2016-10-13 19:35:19 +02:00 | 
				
					
						|  Francois Best | 338eea10ab | Reworked packaging script. | 2016-10-13 19:35:01 +02:00 | 
				
					
						|  Francois Best | 7317243c36 | Fixed warnings. #55 | 2016-10-13 19:15:03 +02:00 |