https://github.com/labsound/labsynthtoy
Demonstrates PocketMod and TinySoundFont
https://github.com/labsound/labsynthtoy
Last synced: 6 months ago
JSON representation
Demonstrates PocketMod and TinySoundFont
- Host: GitHub
- URL: https://github.com/labsound/labsynthtoy
- Owner: LabSound
- Created: 2021-04-25T02:17:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T01:14:19.000Z (about 4 years ago)
- Last Synced: 2025-07-03T12:06:27.742Z (7 months ago)
- Language: C++
- Homepage:
- Size: 1.54 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LabSynthToy
This sample program wraps https://github.com/schellingb/TinySoundFont (tinysoundfont) to play MIDI files via a LabSound AudioNode, and also https://github.com/rombankzero/pocketmod (pocketmod) to play MOD files via an AudioNode.
For reference on sound fonts, there's a great demo and archive of sound fonts here: https://github.com/surikov/webaudiofont (WebAudioFont)