-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
296 lines (253 loc) · 12.8 KB
/
index.html
File metadata and controls
296 lines (253 loc) · 12.8 KB
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
<!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>
<!-- character set -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- 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="css/main.css" type="text/css">
</head>
<body>
<header>
<!-- Title -->
<h1><b>ChucK</b></h1>
<h2>Music Programming Language</h2>
<h2 class="green">Strongly-Timed | Concurrent | On-the-Fly | Audiovisual</h2>
<br>
<!-- Version Container -->
<div class="outlineDiv" style="width: 333px">
<div><a href="doc/authors.html">ChucK Team</a> | 2003 => now</div>
<div>latest version: <a href="release/">1.5.5.7</a> (chai)</div>
<div class="small-text">(<a href="release/VERSIONS">What's new?</a>)</div>
</div>
<!-- Logos -->
<div class="flex-container">
<a href="./">
<img src="doc/images/chuck-logo2023w.png" alt="ChucK operator" title="ChucK" width="10%" />
</a>
<a href="uana/">
<img src="doc/images/upchuck-logo2023w.png" alt="UpChucK operator" title="UpChucK" width="10%" />
</a>
</div>
</header>
<main>
<!-- Definition -->
<div class="outlineDiv">
<b>chuck</b> <i>verb,</i> to throw carelessly.
</div>
<br>
<!-- Description -->
<p class="description">
<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>.
ChucK supports MIDI, OpenSoundControl, HID device, multi-channel
audio, and more! It is open-source and freely available on macOS, Windows, and Linux.
It's fun, 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>
<br>
<section>
<!-- Welcome to ChucK -->
<h2 class="green bold">Welcome to ChucK!</h2>
<!-- Main Links -->
<nav class="grid-container leftText" style="grid-template-columns: 40px 1fr; gap: 0px;">
<!-- row 1 -->
<img width="31px" src="doc/images/chuck_logo2023_72.png" />
<div class="big-text">
<b><a href="release/">Download ChucK</a></b> |
<b><a target="_blank" href="ide/">Try WebChucK IDE!</a></b>
</div>
<!-- row 2 -->
<img width="31px" src="doc/images/chuck_logo2023_72.png" />
<div class="big-text">
<b><a href="doc/">Documentation</a></b> |
<b><a href="doc/reference/">API Reference</a></b> |
<b><a href="doc/examples/">Examples</a></b> |
<b><a href="doc/language/">Language</a></b>
</div>
<!-- row 3 -->
<img width="31px" src="doc/images/chuck_logo2023_72.png" />
<div class="big-text">
<a href="community/">ChucK Community</a> |
<a href="./doe/">ChucK Department of Education</a>
</div>
<!-- row 4 -->
<img width="31px" src="doc/images/chuck_logo2023_72.png" />
<div class="big-text">
<a href="https://www.youtube.com/watch?v=toFvb6uqiDc&list=PL-9SSIBe1phI_r3JsylOZXZyAXuEKRJOS">Video
Tutorials</a>
<span class="small-text">(Clint Hoagland)</span> |
<a target="_blank" href="https://discord.gg/Np5Z7ReesD">Discord Server</a> <span
class="small-text"></span>
|
<a target="_blank"
href="https://github.com/ccrma/chuck?tab=readme-ov-file#contributing-to-chuck">Github</a>
<span class="small-text">(open source)</span>
</div>
</nav>
</section>
<br>
<hr width="300">
<br>
<!-- Book/Course Container -->
<section class="grid-container" style="max-width: 1100px;">
<!-- Book/Course Images -->
<div class="image-container">
<img src="https://artful.design/images/title/ren-arrow4.png" alt="Artful Design Ren">
</div>
<div class="image-container">
<img src="doc/images/chuck-book.png" alt="Programming for Musicians and Digital Artists"></a>
</div>
<div class="image-container">
<img src="doc/images/kadenze.jpg" alt="kadenze">
</div>
<!-- Book/Course Descriptions -->
<div class="small-text">
<b>
<a target="_blank" href="https://artful.design/stuff/samples/chuck.pdf">A photo-comic
introduction to
ChucK</a>
</b>
<br>
excerpt from <a target="_blank" href="https://artful.design/">
<i>Artful Design</i></a><br>
(a comic book on design—and why we design)
</div>
<div class="small-text">
<b>
<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>
</b>
<br>
(a BooK on ChucK!)
</div>
<div class="small-text">
<b>
<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>
</b>
<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)
</div>
</section>
<br>
<br>
<!-- Main Table -->
<aside class="outlineDiv mid-text">
<br>
<!-- New Ways to ChucK -->
<p><b>New Ways to ChucK</b></p>
<a href="chugl/"><b>ChuGL</b></a> (alpha): Graphics in ChucK<br>
<span class="small-text">strongly-timed real-time 2D/3D graphics programming</span><br>
<a target="_blank" href="chugl/workshop/">2026 Summer Workshop!</a>
<br><br>
<b><a href="webchuck/">WebChucK</a></b>: ChucK in browsers<br>
<span class="small-text">
embedding ChucK in your web projects<br>
or code with <a target="_blank" href="ide/">WebChucK IDE</a>
</span>
<br><br>
<b><a href="./chump/">ChuMP:</a></b> A Package Manager<br>
<span class="small-text">install, update, manage
<a href="./release/chump">chuck packages!</a>
</span>
<br><br>
<b><a href="./smuck/">SmucK:</a></b> Symbolic Music in ChucK<br>
<span class="small-text">symbolic music notation and playback!</span>
<br><br>
<b><a href="chai/">ChAI</a></b>: ChucK for AI<br>
<span class="small-text">tools for building interactive AI musical systems</span>
<br><br>
<!-- Various Things -->
<b><a href="chunity/">Chunity</a></b> (ChucK for Unity)<br>
<span class="small-text">using ChucK in the Unity game engine!</span><br>
<a target="_blank" href="https://ccrma.stanford.edu/~rmichon/fauck/"><b>FaucK</b></a>
(FAUST in ChucK)<br>
<span class="small-text"> hybriding the best of two worlds</span><br>
<a target="_blank" href="https://github.com/DBraun/ChucKDesigner"><b>ChucKDesigner</b></a>
(ChucK in TouchDesigner)<br>
<span class="small-text"> strongly-time audio => visual programming</span><br>
<a target="_blank" href="https://github.com/ccrma/chunreal"><b>Chunreal</b></a>
(ChucK in Unreal Engine)<br>
<span class="small-text"> early in development</span><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>
<span class="small-text"> early in development; text-based + graphic patching</span>
<br><br>
<!-- Extras -->
<p><b>Extras</b></p>
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>
<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>
<span class="small-text">(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="./doc/publish/">ChucK + related publications</a>
</span><br>
Check out
<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><br>
<br>
</aside>
</main>
<br>
<!-- Footer -->
<footer class="mid-text">
<hr width="20%" />
<a href="http://ccrma.stanford.edu/">CCRMA</a> |
<a href="https://youtube.com/@chuck2now">YouTube</a> |
<a href="https://mcd.stanford.edu/">MCD</a>
</footer>
<br>
</body>
</html>