summaryrefslogtreecommitdiff
path: root/src/class/midi/midi.h
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-05-12feat: add MIDI 2.0 Device class driver (USB-MIDI 2.0)Saulo VerĂ­ssimo
2025-02-24add tuh_midi_descriptor_cb()hathach
2025-02-21remove CFG_MIDI_HOST_DEVSTRINGS support, we will leave that for application t...hathach
2025-02-14- change signature of tuh_midi_mount/umount_cb()hathach
2025-02-12Merge branch 'master' into fork/atoktoto/midihosthathach
2023-04-18Merge pull request #1920 from mikee47/fix/midi-definitionHa Thach
2023-03-17fix trailing space and new linehathach
2023-02-22MIDI_CIN_NOTE_ON definition transposed with MIDI_CIN_NOTE_OFFmikee47
2022-11-13Add MIDI host support to tinyusbrppicomidi
2021-04-02fix midi tx fifo overflow cause data corruptionhathach
2020-01-15Normalize line endingsNathan Conrad
2019-07-01improving midi support, adding midi exmaplehathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-14update license year to 2019hathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-01-04Add USB Midi support.Scott Shawcroft