geosmina Posted April 18, 2024 Report Share Posted April 18, 2024 Sup. Anyone into ChucK? Just started learning it again and it is a lot of fun, and quite easy to use, unlike SuperCollider which I still want to understand better, but for now ChucK delivers quickly chenGOD 1 Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like ร Quote Hide geosmina's signature Hide all signatures https://animanoir.xyz/ Link to comment https://forum.watmm.com/topic/104762-chuck-music-programming-language/ Share on other sites More sharing options...
cebec Posted April 18, 2024 Report Share Posted April 18, 2024 I always enjoyed the immediacy of ChucK and the community around it. I didn't realize it was still being steadily updated. I'll check out the latest soon. Thanks for making the thread! geosmina 1 Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like ร Quote Hide cebec's signature Hide all signatures Bandcamp | Soundcloud | Cardinal Link to comment https://forum.watmm.com/topic/104762-chuck-music-programming-language/#findComment-2977271 Share on other sites More sharing options...
geosmina Posted April 19, 2024 Author Report Share Posted April 19, 2024 Found this from the literal academic website of one of the creators of ChucK: https://www.cs.princeton.edu/~prc/ChucKU/ cebec 1 Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like ร Quote Hide geosmina's signature Hide all signatures https://animanoir.xyz/ Link to comment https://forum.watmm.com/topic/104762-chuck-music-programming-language/#findComment-2977283 Share on other sites More sharing options...
zazen Posted April 19, 2024 Report Share Posted April 19, 2024 Can you make a track with this or just sounds? What would the code for a track look like? Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like ร Quote Link to comment https://forum.watmm.com/topic/104762-chuck-music-programming-language/#findComment-2977315 Share on other sites More sharing options...
acid1 Posted April 19, 2024 Report Share Posted April 19, 2024 I look a quick look at the first example over at https://chuck.stanford.edu/doc/examples/basic/demo0.ck 5::second + now => time later; while( now < later ) { <<<now>>>; 1::second => now; } <<<now>>>; The only thing that makes sense to me is the `now < later` part. <<<confusedaf>>>; Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like ร Quote Link to comment https://forum.watmm.com/topic/104762-chuck-music-programming-language/#findComment-2977341 Share on other sites More sharing options...
Recommended Posts