Popular repositories Loading
-
midi2usbhost
midi2usbhost PublicMake a Raspberry Pi Pico a USB Host to bridge modern USB MIDI to old school MIDI IN and MIDI OUT
-
usb_midi_host
usb_midi_host PublicAn application level TinyUSB USB MIDI Host driver for the RP2040
-
pico-usb-host-msc-demo
pico-usb-host-msc-demo PublicA CLI-driven demo of a Raspberry Pi Pico operating as a USB Mass Storage Class Host
-
pico-usb-midi-processor
pico-usb-midi-processor PublicUse a Raspberry Pi Pico board to process USB MIDI data between a USB MIDI Keyboard or other device and a PC or other USB MIDI Host
-
pico-usb-midi-filter
pico-usb-midi-filter PublicConnect a Raspberry Pi Pico between a USB MIDI device and a USB Host to modify the USB MIDI traffic
-
midi2usbhub
midi2usbhub PublicUse a Raspberry Pi Pico to interconnect MIDI devices via a USB hub or old school MIDI
221 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 8 commits in 1 repository
Created a pull request in hathach/tinyusb that received 6 comments
Fix 3031: implement tuh_midi_itf_get_info()
Opened 2 other pull requests in 1 repository
hathach/tinyusb
2
merged
-
Fix #3033: Increase array bounds and test for overflow
This contribution was made on Mar 20
-
Only clear stream_read & stream_write if they are defined
This contribution was made on Mar 13
Created an issue in hathach/tinyusb that received 3 comments
Add a get_daddr(idx) function to the new midi_host driver
Related area The midi_host driver addresses the attached device by index. Device string get functions need the device address. Hardware specification
Opened 2 other issues in 1 repository
hathach/tinyusb
2
closed
-
Potential array bounds error for complex MIDI devices
This contribution was made on Mar 15
-
midi_host.c does not build if CFG_TUH_MIDI_STREAM_API is 0
This contribution was made on Mar 13