Lukas Schwabe
894409953b
aligned code
2019-11-25 03:55:13 +01:00
Lukas Schwabe
8ebdf34b63
Merge branch 'master' of https://github.com/luckyspacetraveller/arduino_midi_library
2019-11-25 03:51:53 +01:00
Lukas Schwabe
de8e227af0
Update MIDI.hpp
...
- added if statement asking for "useRunningStatus", as it caused a bug
with a certain midi device, causing the arduino to resolve the same midi
data multiple times. I think it was forgotten here, as the comment also
suggests that this section is only for "if enabled..."
2019-11-25 03:51:33 +01:00
Lukas Schwabe
f905cba68c
Update MIDI.hpp
2019-11-25 03:46:10 +01:00
Francois Best
2ffbdef8da
Merge pull request #124 from insolace/master
...
::send ignores realtime messages, quick fix
2019-08-22 08:52:06 +02:00
Eric Bateman
843a9e5d8d
Delete .DS_Store
2019-08-21 23:36:22 -07:00
Eric Bateman
dac0862657
Update MIDI.hpp
2019-08-11 00:58:17 -07:00
Eric Bateman
d688030c14
debugging
2019-08-11 00:34:40 -07:00
Francois Best
a44d1e7c1c
Merge pull request #98 from jarosz/master
...
Corrected typo.
2018-07-11 20:57:23 +02:00
Jacek Roszkowski
e486667d8a
Corrected typo: Lenght - Length
2018-06-22 20:47:13 +02:00
Jacek Roszkowski
58474673b4
Corrected typo: Lenght - Length
2018-06-22 20:44:12 +02:00
Jacek Roszkowski
2e8be813c4
Corrected typo: Lenght - Length
2018-06-22 20:43:21 +02:00
Jacek Roszkowski
98f7bb8831
Corrected typo: Lenght - Length
2018-06-22 20:40:43 +02:00
Francois Best
1cd638361e
chore: Update VSCode C++ helper file
2018-03-10 18:43:15 +01:00
Francois Best
561def7c06
Merge pull request #81 from LnnrtS/fixedWarnings
...
fix: Implicit conversion & sign comparison compiler warnings
- Increase warning level for sources
- Fix implicit conversion & sign comparison warnings
2018-03-10 18:41:36 +01:00
Francois Best
33bd77dd13
fix: Fix more sign / implicit type conversion warnings
2018-03-10 17:59:17 +01:00
Francois Best
c5833214a1
feat: Increase warning level for sources
...
Don't do it globally as externals may have warnings we can't do much about.
2018-03-10 17:44:16 +01:00
Francois Best
63caf9a564
Merge pull request #88 from per1234/keywords-separator
...
Use correct separator in keywords.txt
2017-12-14 11:42:36 +01:00
per1234
ad652d3191
Use correct separator in keywords.txt
...
The Arduino IDE currently requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted.
Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2017-12-13 14:56:35 -08:00
Francois Best
7809235676
Added screenshot of the library manager
2017-08-25 15:33:31 +02:00
Francois Best
2a1e4a86b3
Added library manager screenshot
2017-08-25 15:29:07 +02:00
Lennart
3396ec9429
fixed some warnings when compiling with -Wconversion and -Wsign-conversion
2017-07-18 10:37:49 +02:00
Francois Best
3a31a366e4
Changed def to match updates to cake library (FortySevenEffects/cake)
2017-01-07 14:40:27 +01:00
Francois Best
de51bcfa34
Merge pull request #63 from datomusic/master
...
Added default serial port for Teensy 3.0/3.1/3.2 and Teensy LC
2016-11-04 21:11:58 +01:00
Francois Best
e615065dc2
Merge pull request #64 from ivankravets/patch-4
...
Fix library manifest for @PlatformIO
2016-11-04 13:34:28 +01:00
Ivan Kravets
de608f874f
Fix library manifest for @PlatformIO
2016-11-04 13:45:47 +02:00
David Menting
32489bc0ea
Added default serial port for Teensy 3.0/3.1/3.2 and Teensy LC
2016-11-04 12:36:21 +01:00
Francois Best
ce42efc7c6
Updated doc and tag URL.
2016-11-04 10:53:54 +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
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