PaulStoffregen
|
f44268059b
|
Add USB MIDI (work in progress) for Teensy 4.0
|
5年前 |
neroroxxx
|
e2d51aa095
|
Added getSysExArrayLength()
|
6年前 |
PaulStoffregen
|
afe894aee8
|
USB MIDI pitch bend uses signed integers (matching Arduino MIDI lib)
|
6年前 |
PaulStoffregen
|
f2e702c163
|
Fix more USB MIDI ambiguous overload issues
|
6年前 |
PaulStoffregen
|
dc614d8123
|
Rename USB MIDI 3-input sendAfterTouch, solves ambiguous overload
|
6年前 |
PaulStoffregen
|
f6fef86abc
|
Update Teensy 2.0 with new USB MIDI features
|
6年前 |
PaulStoffregen
|
5280cbb13f
|
USB MIDI default to add sysex term bytes (same as MIDI lib)
|
6年前 |
PaulStoffregen
|
8c6655f312
|
USB MIDI support sending sysex with or without termination bytes
|
6年前 |
PaulStoffregen
|
00fd3b7253
|
Cosmetic cleanup in USB MIDI code
|
6年前 |
PaulStoffregen
|
ac79353950
|
Fix USB MIDI sendSongPosition, sendSongSelect, sendTimeCodeQuarterFrame
|
6年前 |
PaulStoffregen
|
08512c20f3
|
Change usbMIDI.getType() to match MIDI 4.3.1 and MIDI protocol codes
Sorry, this is a backwards incompatible change. :( Painful but needed long-term...
|
6年前 |
PaulStoffregen
|
bcc87c0e0d
|
Add missing MIDI callbacks
|
6年前 |
PaulStoffregen
|
c9d0122505
|
Support multiple cables on USB MIDI
|
6年前 |
PaulStoffregen
|
0c20722121
|
Support receiving longer MIDI sysex on Teensy 3.1+
|
6年前 |
PaulStoffregen
|
648342f973
|
Add missing MIDI send functions, and optional cable number
|
6年前 |
PaulStoffregen
|
ff5f62f798
|
Add MIDIUSB.h for Arduino compatibility
|
6年前 |
PaulStoffregen
|
7099935c0e
|
Update open source license info
|
7年前 |
PaulStoffregen
|
06c8b9ceab
|
Fix sendRealTime (thanks capricorn-one)
fixes #138
|
8年前 |
Karg
|
09f8b04899
|
Added full support for Midi Time Codes and Real Time messages
can now receive and send Midi Time Codes
and send Real Time messages
|
9年前 |
PaulStoffregen
|
2f14babf7d
|
Simplify customizing USB - no longer need to edit interface .h files
|
9年前 |
Patrick Beard
|
80b8f4ac81
|
Add usb_midi_class::setHandleSysEx()
Switched order of parameters as suggested by PaulStoffregen.
|
10年前 |
PaulStoffregen
|
d783be33c1
|
Clean up trailing whitespace
|
10年前 |
PaulStoffregen
|
5cecdee933
|
Initial commit, version 1.17-rc1
|
11年前 |