Jump to content
IGNORED

ChucK: Music Programming Language


Recommended Posts

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 ๐Ÿ™‚๐Ÿ‘

Link to comment
https://forum.watmm.com/topic/104762-chuck-music-programming-language/
Share on other sites

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!

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>>>;

Reply to this topic...

ร—   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

ร—   Your link has been automatically embedded.   Display as a link instead

ร—   Your previous content has been restored.   Clear editor

ร—   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   1 Member

ร—
ร—