summaryrefslogtreecommitdiff
path: root/src/class/midi/midi_device.h
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-03-12refactor(config): separate endpoint buffer sizes into RX and TX definitions f...hathach
2026-02-25midi device: add cable-aware stream read (tud_midi_n_demux_stream_read)Saulo VerĂ­ssimo
2025-11-12migrate midi_device to use edpt stream APIhathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-09-17Update weak callbacks to new syntaxHiFiPhile
2024-04-08add class driver deinithathach
2023-03-17fix trailing space and new linehathach
2021-05-27include clean uphathach
2021-04-02rename midi write()/read() to stream_write() stream_read()hathach
2021-04-02removed tud_midi_write24()hathach
2021-04-02fix midi tx fifo overflow cause data corruptionhathach
2021-03-30remove tud_midi_read_flush()hathach
2021-03-30rename tud_midi_receive/send to tud_midi_packet_read/writehathach
2021-02-19fix tud_midi_write24 typohathach
2020-11-20migrate midi device to new control xfer cbhathach
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-28update midi open()hathach
2020-01-16MIDI: Add packet interfaceKay Sievers
2020-01-15Normalize line endingsNathan Conrad
2019-07-19more house keepinghathach
2019-07-12clean up, rename internal driver control_request_complete to simply control_c...hathach
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-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-04Add USB Midi support.Scott Shawcroft