-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
423 lines (371 loc) · 17.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FGYR1HZBQX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FGYR1HZBQX');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- character set -->
<meta charset="utf-8">
<!-- meta properties -->
<meta property="og:url" content="https://ccrma.stanford.edu/software/chuck/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ChucK: A Strongly-Timed Music Programming Language" />
<meta property="og:description"
content="ChucK is a strongly-timed programming language for interactive sound synthesis and music creation." />
<meta name="author" content="ChucK Team">
<meta property="og:image" content="https://ccrma.stanford.edu/software/chuck/doc/images/chuck-logo2023w.png" />
<meta property="fb:app_id" content="966242223397117" /> <!--default app id-->
<link rel="canonical" href="https://chuck.stanford.edu/" />
<!--<link rel="canonical" href="http://chuck.cs.princeton.edu/" />-->
<!--<link rel="canonical" href="https://ccrma.stanford.edu/software/chuck/" />-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- title -->
<title>ChucK => A Strongly-Timed Music Programming Language</title>
<!--
<meta name="keywords"
content="ChucK, strongly-timed, audio, programming language, computer music, Artful Design, Stanford University, CCRMA, Princeton University, SoundLab, Ge Wang, Perry Cook, design, art, computer, music, sound synthesis, real-time, strongly-time, technology, engineering, education" />
-->
<meta name="description" content="ChucK is a strongly-timed programming language for interactive sound synthesis and music creation.">
<!-- styles -->
<link rel="stylesheet" href="main.css" type="text/css">
</head>
<body>
<div class="mainContainer">
<h1><b>ChucK</b></h1>
<h2>Music Programming Language</h2>
<h2 class="green">strongly-timed | concurrent | on-the-fly</h2>
<font size="1"><br></font>
<table class="outlineTable" style="width: 310px;" cellpadding="1" cellspacing="0">
<tr>
<td>
<!--<small>-->
<table id="headerTable" class="innerTable" cellpadding="2" cellspacing="2">
<tr>
<td class="left">authors:</td>
<td class="right"><a href="doc/authors.html">chuck team</a></td>
</tr>
<tr>
<td class="left">date:</td>
<td class="right">2003 - present</td>
</tr>
<tr>
<td class="left">version:</td>
<td class="right"><a href="release/">1.5.4.2</a> (chai)
<font size=1 color="999933"> — <b>new!!</b></font></td>
</tr>
<tr>
<td style="text-align: center;" class="small-text" colspan="2">(<a href="release/VERSIONS">what's new?</a>)
</td>
</tr>
</table>
<!--</small>-->
</td>
</tr>
</table>
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-auto">
<div class="logo-container">
<img src="doc/images/chuck-logo2023w.png" alt="ChucK" title="ChucK"/>
</div>
</div>
<div class="col-md-auto">
<div class="logo-container">
<a href="uana/"><img src="doc/images/upchuck-logo2023w.png" alt="UpChucK operator"/></a>
</div>
</div>
</div>
</div>
<table class="outlineTable" style="width: 300px;" cellpadding="1" cellspacing="0">
<tr>
<td>
<!--<small>-->
<table id="headerTable" class="innerTable" cellpadding="2" cellspacing="2">
<tr>
<td class="center"><b>chuck</b> <i>verb.</i> to throw carelessly.</td>
</tr>
</table>
<!--</small>-->
</td>
</tr>
</table>
<br>
<p class="description">
<!--<span class="green"><b>what is it?</b></span> :-->
<b>ChucK</b> is a programming language for real-time sound synthesis and music
creation. ChucK offers a unique <b>time-based, concurrent
programming model</b> that is precise and expressive (we call this
<b>strongly-timed</b>), dynamic control rates,
and the ability to add and modify code <b>on-the-fly</b>.
In addition, ChucK supports MIDI, OpenSoundControl, HID device, and multi-channel
audio. It is open-source and freely available on macOS, Windows, and Linux.
It's fun and easy to learn, and offers composers, researchers, and performers
a powerful programming tool for building and experimenting with complex audio
synthesis/analysis programs, and real-time interactive music.
</p>
<h2 class="green bold">Welcome to ChucK!</h2>
<br>
<div class="link-table-container">
<table class="link-table" cellspacing="0" cellpadding="0">
<tr>
<td>
<img width="24px" src="doc/images/chuck_logo2023_72.png" />
</td>
<td>
<span class="big-text">
<b><a href="release/">download ChucK</a></b> |
<b><a target="_blank" href="ide/">try WebChucK IDE!</a></b> <font size=1
color="999933"><b>new!!</b></font>
</span>
</td>
</tr>
<tr>
<td><img width="24px" src="doc/images/chuck_logo2023_72.png" />
</td>
<td>
<span class="big-text">
<a href="doc/">documentation</a> |
<span class="bold">
<a href="doc/reference/">API Reference</a> <font size=1 color="999933"><b>new!!</b></font>
</span>
| <a href="doc/examples/">examples</a>
| <a href="doc/language/">language</a>
</td>
</tr>
<tr>
<td><img width="24px" src="doc/images/chuck_logo2023_72.png" />
</td>
<td>
<a href="community/">chuck community</a> | <font color="#666666"><b>github</b> => </font>
<a target="_blank" href="https://github.com/ccrma/chuck">chuck</a> |
<a target="_blank" href="https://github.com/ccrma/chugins">chugins</a> |
<a target="_blank" href="https://github.com/ccrma/webchuck">webchuck</a> |
<a href="community/">more</a>
</td>
</tr>
<tr>
<td><img width="24px" src="doc/images/chuck_logo2023_72.png" />
</td>
<td>
<a href="https://www.youtube.com/watch?v=toFvb6uqiDc&list=PL-9SSIBe1phI_r3JsylOZXZyAXuEKRJOS"><b>video tutorials</b></a> <font size=1 color="999933"><b>new!!</b></font>
<span class="small-text">(by Clint Hoagland)</span> |
<!--"https://discord.gg/ENr3nurrx8"-->
<a target="_blank" href="https://discord.gg/Np5Z7ReesD"><b>discord server</b></a> <font size=1 color="999933"><b>new!!</b></font> <span class="small-text">(come hang!)</span>
</td>
</tr>
</table>
</div>
<br>
<hr width="300">
<h2 class="green bold">More ChucK!</h2>
<br>
<div class="container">
<div class="row">
<div class="col-sm">
<div class="image-container">
<img src="https://artful.design/images/title/ren-arrow4.png" alt="Artful Design Ren">
</div>
</div>
<div class="col-sm">
<div class="image-container">
<img src="doc/images/chuck-book.png" alt="Programming for Musicians and Digital Artists"></a>
</div>
</div>
<div class="col-sm">
<div class="image-container">
<img src="doc/images/kadenze.jpg" alt="kadenze">
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<p>
<small>
<span class="bold">
<a target="_blank" href="https://artful.design/stuff/samples/chuck.pdf">a photo-comic introduction to ChucK</a>
</span>
<br>
excerpt from <a target="_blank" href="https://artful.design/">
<i>Artful Design: Technology in Search of the Sublime</i></a><br>
(a comic book on design—and why we design)
</small>
</p>
</div>
<div class="col-sm">
<p>
<small>
<span class="bold">
<i>
<a target="_blank"
href="http://www.amazon.com/Programming-Musicians-Digital-Artists-Creating/dp/1617291706/">Programming
for Musicians and Digital Artists: <br>Creating music with ChucK
</a>
</i>
</span>
<br>
(a BooK on ChucK!)
</small>
</p>
</div>
<div class="col-sm">
<p>
<small>
<span class="bold">
<a target="_blank"
href="https://www.kadenze.com/courses/introduction-to-programming-for-musicians-and-digital-artists/info">
Introduction to Real-time Audio Programming in ChucK</a>
</span>
<br>
(an <a target="_blank"
href="https://www.classcentral.com/course/kadenze-introduction-to-real-time-audio-programming-in-chuck-3749">all-time
top 100</a> online course)
</small>
</p>
</div>
</div>
</div>
</div> <!-- end main container -->
<br>
<table class="outlineTable" width="400" cellpadding="1" cellspacing="0">
<tr>
<td>
<table class="innerTable" width="100%" cellpadding="6" cellspacing="6">
<tr>
<td>
<div class="mid-text">
<b><a href="chugl/">ChuGL</a></b> (alpha): Graphics in ChucK<font size=1
color="999933"> — <b>new!!</b></font><br>
<small>strongly-timed real-time 2D/3D graphics programming</small>
<br><br>
<b><a href="webchuck/">WebChucK</a></b>: ChucK in browsers<br>
<small>
embedding ChucK in your web projects<br>or code with <a target="_blank" href="ide/">WebChucK IDE</a><font size=1 color="999933"> — <b>new!!</b></font>
</small>
<br><br>
<b><a href="chai/">ChAI</a></b>: ChucK for AI<font size=1 color="999933"> — <b>new!!</b></font><br>
<small>tools for building interactive AI musical systems</small>
<br><br>
<b><a href="extend/">Extending ChucK</a></b><br>
<small>
<span>chugins, chugens, chugraphs!</span><br>
<a target="_blank" href="https://github.com/ccrma/chugins">chugins on github</a>
</small>
<br><br>
<b><a href="chunity/">Chunity</a></b> (ChucK for Unity)<br>
<small>using ChucK in the Unity game engine!</small>
<br>
<a target="_blank" href="https://ccrma.stanford.edu/~rmichon/fauck/"><b>FaucK</b></a> (FAUST in ChucK)
<br /><font size="1"> hybriding the best of two worlds</font>
<br>
<a target="_blank" href="https://github.com/DBraun/ChucKDesigner"><b>ChucKDesigner</b></a> (ChucK in TouchDesigner)
<br /><font size="1"> strongly-time audio => visual programming</font>
<br>
<b>chuck~</b> (in <a target="_blank" href="https://github.com/shakfu/pd-chuck"><b>Pure Data</b></a> & <a target="_blank" href="https://github.com/shakfu/chuck-max"><b>Max/MSP</b></a>)
<br /><font size="1"> early in development; text-based + graphic patching</font>
<br>
<a target="_blank" href="https://github.com/ccrma/chunreal"><b>Chunreal</b></a> (ChucK in Unreal Engine)
<br /><font size="1"> early in development</font>
<br><br>
ChucK powers <a target="_blank" href="http://plork.cs.princeton.edu/"><b>PLOrk</b></a>
and <a target="_blank" href="http://slork.stanford.edu/"><b>SLOrk</b></a>
<br><br>
<a target="_blank" href="http://ccrma.stanford.edu/~ge/publish/files/2015-cmj-chuck.pdf"><b>CMJ ChucK article</b></a> (2015)
<br>
<a target="_blank" href="https://artful.design/stuff/samples/chuck.pdf"><b>ChucK excerpt</b></a> from <a target="_blank" href="https://artful.design/">
<i>Artful Design</i></a> (2018)
<br>
Peruse Ge's <a target="_blank" href="http://www.cs.princeton.edu/~gewang/thesis.html">PhD Thesis</a> (2008)<br>
<small>
(and check out Perry's <a target="_blank" href="http://www.cs.princeton.edu/~prc/HackChuck.html">chuck anthem</a>!)
<br>
more <a target="_blank" href="http://ccrma.stanford.edu/~ge/publish/">ChucK + related publications</a>
</small>
<br><br>
check out
<span style="line-height: 30px;">
<a target="_blank" href="http://www.ted.com/talks/ge_wang_the_diy_orchestra_of_the_future">Ge's
<img src="doc/images/ted.png" width="30px"> talk</a>
</span>
<br>
<small>on ChucK, laptop orchestra,<br>ocarina, and social music</small>
<br><br>
<a target="_blank" href="community/"><b>ChucK community</b></a><br>
github repos, discord, forums, mailing lists<br>
<small>join the community!</small>
<br>
</div>
<!--
<br><br>
chuck awards<br>
<font size="1">
<i>2003 ICMA Best Presentation Award</i><br>
<i>2004 ICMA Best Presentation Award</i><br>
<i>2004 ACM Multimedia Open-source Software</i>
-->
<!--
<br><br>
read the
<a target="_blank" href="http://soundlab.cs.princeton.edu/publications/uana_icmc2007.pdf">
UAna paper</a> <font color="#999933" size="1"><b>new!!</b></font><br>
<font size="1">(presented at ICMC 2007 in Copenhagen,<br>
and check out them <a target="_blank" href="uana/">unit anlyzers</a>!!)</font>
<br><br>
read the
<a href="http://soundlab.cs.princeton.edu/publications/chuck_icmc2003.pdf">
original paper</a><br>
<font size="1">(<i>winner: 2003 ICMA Best Presentation Award</i>,
<br>
presented at ICMC 2003 in Singapore,
<br> slides : <a href="chuck.talk.icmc.2003.ppt">ppt</a> | <a
href="chuck.talk.icmc.2003.pdf">pdf</a> )</font>
<br><br>
<a href="http://on-the-fly.cs.princeton.edu/">on-the-fly programming</a>
<br>
<font size="1">writing code at runtime using ChucK<br>
(follow-up NIME 2004
<a href="http://soundlab.cs.princeton.edu/publications/on-the-fly_nime2004.pdf">paper</a>)</font>
<br>
<br><a href="http://audicle.cs.princeton.edu/">The Audicle</a>
| <a href="http://audicle.cs.princeton.edu/mini/">miniAudicle</a>
<br>
<font size="1">
(<i>winner: 2004 ICMA Best Presentation Award</i>,<br>
presented at ICMC 2004 in Miami)<br></font>
<br>
<a href="http://soundlab.cs.princeton.edu/publications/chuck_sigmm2004.pdf">ACM multimedia paper</a><br>
<font size="1">(<i>winner: 2004 ACM Multimedia Open Source Software
Competition</i>, presented at MM 2004)</font>
-->
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<hr width="20%" />
<p class="mid-text">
<a target="_blank" href="https://ccrma.stanford.edu/">ccrma</a> |
<a target="_blank" href="https://soundlab.cs.princeton.edu/">soundlab</a> |
<a target="_blank" href="https://mcd.stanford.edu/">MCD</a>
<!--
<a href="http://ccrma.stanford.edu/groups/mcd/">mcd</a> |
<a href="http://chuck.sf.net/"> <img src="http://sourceforge.net/sflogo.php?group_id=102145&type=2"
border=1 alt="sourceforge.net logo" width=20></a>
-->
<br>
<br>
</p>
</body>
</html>