https://github.com/supersonichub1/chuck-experiments
My various explorations of the ChucK music programming language throughout 2024.
https://github.com/supersonichub1/chuck-experiments
breakbeat chuck music-programming-language sampler synthesizer
Last synced: 4 months ago
JSON representation
My various explorations of the ChucK music programming language throughout 2024.
- Host: GitHub
- URL: https://github.com/supersonichub1/chuck-experiments
- Owner: SuperSonicHub1
- License: unlicense
- Created: 2025-03-30T15:44:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T22:22:59.000Z (about 1 year ago)
- Last Synced: 2025-06-14T23:26:17.193Z (about 1 year ago)
- Topics: breakbeat, chuck, music-programming-language, sampler, synthesizer
- Language: ChucK
- Homepage: https://www.youtube.com/playlist?list=PLCaZzI9qvxXQ0YPM6-W1K87on4czJEwaO
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chuck-experiements
My various explorations of the [ChucK](https://chuck.stanford.edu/) music programming language throughout 2024.
Most of my work with it ultimately culminated in the [Amenbox](https://www.youtube.com/playlist?list=PLCaZzI9qvxXQ0YPM6-W1K87on4czJEwaO), a softsynth centered around manipulating samples for the purposes of breakbeat.
ChucK, while definitely lacking in some aspects (no generics, limitations of Chugraphs, no module system), is an awesome programming language with some of the most intelligent concurrency I've ever seen; I will definitely pick it up again in the future.