https://github.com/copych/esp32_open303
ESP32 port of the Open303 : TB303 bassline clone. Original is here https://github.com/RobinSchmidt/Open303
https://github.com/copych/esp32_open303
Last synced: 18 days ago
JSON representation
ESP32 port of the Open303 : TB303 bassline clone. Original is here https://github.com/RobinSchmidt/Open303
- Host: GitHub
- URL: https://github.com/copych/esp32_open303
- Owner: copych
- License: mit
- Created: 2024-07-02T21:44:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T12:07:49.000Z (9 months ago)
- Last Synced: 2025-03-25T12:53:37.087Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 246 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 Open303
ESP32 port of the Open303 : TB303 bassline clone.
Original is here https://github.com/RobinSchmidt/Open303
Audio output is I2S bus, so you need just some devboard and an I2S DAC like PCM5102.
This port is at its initial state, it lacks controls, but handles noteOn, noteOff, cutoff, reso and some other MIDI messages.
Contributors are welcome.