Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conditionalexception/midi-slider
https://github.com/conditionalexception/midi-slider
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/conditionalexception/midi-slider
- Owner: ConditionalException
- Created: 2024-05-17T18:26:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T20:41:23.000Z (8 months ago)
- Last Synced: 2024-05-17T21:42:06.399Z (8 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi Pico: MIDI demo.
This is [the MIDI example from Tinyusb][tinymidi], tweaked and configured such that it'll compile on a Raspberry Pi Pico out of the box.
It uses a highly similar CMake configuration to the [Raspberry Pi Examples][examples], so should be compilable in a very similar way: I'm just cribbing from the ["Getting started with Raspberry Pi Pico" document][picostart].
When compiled successfully, the Pico will appear as a USB MIDI Device, emitting a stream of note data. You can connect this to a software synthesizer, or view it in a MIDI monitor tool to confirm success.
[tinymidi]: https://github.com/raspberrypi/tinyusb/tree/pico/examples/device/midi_test/src
[examples]: https://github.com/raspberrypi/pico-examples/
[picostart]: https://datasheets.raspberrypi.org/pico/getting-started-with-pico.pdf