Jump to content
IGNORED

ChucK: Music Programming Language


logakght

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

  • Like 1
Link to comment
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!

  • Like 1
Link to comment
Share on other sites

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
ร—
ร—
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.