Jesse Chappell
92b5d8e6b9
fixed race condition in midi transmit that could happen with heavy write traffic, in combination with reading
před 5 roky
PaulStoffregen
a316ad50e8
Add MIDIDevice_BigBuffer, for high speed MIDI devices
před 5 roky
PaulStoffregen
794b1b8cec
Detect MIDI devices lacking proper class/protocol ID (like Yamaha)
před 5 roky
PaulStoffregen
00d784b69f
Add check for Roland's vendor specific MIDI descriptor
před 5 roky
PaulStoffregen
02ba9d9028
Debug print only actual received MIDI data (not entire buffer)
před 6 roky
PaulStoffregen
6bacd44c58
Use signed values for MIDI pitch bend (same as Arduino MIDI lib)
před 6 roky
PaulStoffregen
d169a1a387
Fix MIDI getType return values for note on message
před 6 roky
PaulStoffregen
414d4ca39c
Attempt workaround for improper USB MIDI sysex message
před 6 roky
PaulStoffregen
d2f7e28378
Support for USB MIDI devices using interrupt (not bulk) endpoints
před 6 roky
PaulStoffregen
9488eb7280
Update MIDI features to match USB MIDI in TD 1.41
před 6 roky
PaulStoffregen
fcfecee43b
Initial (but inefficient) MIDI transmit support
před 6 roky
PaulStoffregen
9e50acd012
Use actual received length when receiving MIDI data
před 7 roky
Kurt Eckhardt
4e2ea2d96e
String buffers - Devices contribute buffers
instead of having each HUB have 7 buffers, which can eat up space. We have each main object contribute currently one string buffer, which than when we initialize a Device_t we try to allocate one for it, likewise we release it when the Device is released.
Hopefully less memory needed.
Also updated such that the HIDInput classes can not retrieve these strings.
Changed test program to now also have list of HIDInput objects and when I detect a new one, I again print out info on it...
před 7 roky
PaulStoffregen
f1bb020282
Fix print() & println() conflict with Arduino Print class
před 7 roky
PaulStoffregen
650ff7eeec
Add public API for MIDI driver
před 7 roky
PaulStoffregen
5935deb8ce
Device driver constructors compatible with UHS library
před 7 roky
PaulStoffregen
ea75a1c673
Rename header file to USBHost_t36.h
před 7 roky
PaulStoffregen
0443ab8db6
Device drivers contribute the memory they will require
před 7 roky
PaulStoffregen
af4e4599f4
Begin work on MIDI device driver
před 7 roky