summaryrefslogtreecommitdiff
path: root/src/class/midi
AgeCommit message (Expand)Author
2021-03-04add midi commenthathach
2021-02-19fix tud_midi_write24 typohathach
2021-02-06Merge pull request #618 from homeodor/masterHa Thach
2021-01-30A CDC-like blocking behaviourAlexander Golovanov
2021-01-28Fix midi sysex sending bugMichael Himing
2020-11-20clean uphathach
2020-11-20migrate midi device to new control xfer cbhathach
2020-09-28Change AUDIO_PROTOCOL_V1 to AUDIO_FUNC_PROTOCOL_CODE_UNDEF in midi.c.Reinhard Panhuber
2020-09-23Merge pull request #512 from mzero/fix-midi-sysexHa Thach
2020-09-13Update midi_device.cMark Lentczner
2020-09-10update claim edpt for hid and midihathach
2020-08-24fix typohathach
2020-08-24improve midihathach
2020-07-17add new name warning to cdc and midi (skip msc, hid warning for now)hathach
2020-07-16add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lunhathach
2020-05-28initial transfer failed in open() shouldn't cause the driver open to fail.hathach
2020-05-28update midi open()hathach
2020-04-26add usbd edpt openhathach
2020-04-23Revert "Merge pull request #359 from versioduo/midi-flow-control"hathach
2020-04-22clean uphathach
2020-04-19MIDI - Add flow control to incoming packet streamKay Sievers
2020-04-19Merge pull request #258 from versioduo/midi-packetsHa Thach
2020-04-15tested with midihathach
2020-01-16MIDI: Add packet interfaceKay Sievers
2020-01-16correct return value of midid_xfer_cbhathach
2020-01-15Normalize line endingsNathan Conrad
2019-12-28implement multiple interfaces supportPeter Lawrence
2019-11-27fix #229hathach
2019-09-27add -Wextra for more warnings to examplehathach
2019-08-15Merge pull request #99 from jepler/issue98-midi-program-changeScott Shawcroft
2019-08-14midi_device: Send message classes C and D as 2 bytesjepler
2019-07-24update vendor device similar to cdc read/writehathach
2019-07-24rename tud_control_vendor_request_cb/complete_cb to tud_vendor_control_reques...hathach
2019-07-19more house keepinghathach
2019-07-12clean up, rename internal driver control_request_complete to simply control_c...hathach
2019-07-05midi only use audio 1.0 without IADhathach
2019-07-04clean uphathach
2019-07-04remove tud_midi_write_flush() send asap. rename tud_midi_connected() to tud_m...hathach
2019-07-03fix midi_write prototypehathach
2019-07-03tested midi examplehathach
2019-07-02clean uphathach
2019-07-02clean uphathach
2019-07-01fix compilinghathach
2019-07-01improving midi support, adding midi exmaplehathach
2019-06-10fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_*hathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-14update license year to 2019hathach
2019-03-27cleanup, remove the use of _TINY_USB_SOURCE_FILE_hathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-01-08Remove txbuf in favor of fifo.Scott Shawcroft