Difference between revisions of "ChucK/Examples"
From CSWiki
(→Examples on MAUI) |
|||
(One intermediate revision by the same user not shown) | |||
Line 40: | Line 40: | ||
==Examples on MAUI== | ==Examples on MAUI== | ||
+ | [[ChucK/Examples/Pong2 | Pong2.ck]] : A Pong-like game made with real-time moving MAUI objects : [[User:Inventor | Inventor]] | ||
==Examples on Advanced Topics== | ==Examples on Advanced Topics== |
Latest revision as of 01:38, 26 March 2008
Contents
sound bites from examples
- bandx5_mode.mp3 - Banded Waveguides x 5 + Modal Synthesis
> chuck -5 band-o-matic
- mand-o-matic.mp3 - Mandolin Players Go on Strike.
> chuck mand-o-matic
- chuck_stooges.mp3 - moe + larry + curly
> chuck moe++ larry++ curly++
- replicants.mp3 - music for replicants...
> chuck voic-o-form
- replicants_02.mp3 - more music for replicants...
> chuck rhodey voic-o-form shake-o-matic
- chuck_chaos_01.mp3 - ChucK Chaos 1
made with on-the-fly programming, using pwm, dope, powerup, band-o-matic, wind2
- wurley-o-matic.mp3 - FM (Wurley) + Modal Synthesis, a clash of sadness and dash of happiness.
> chuck wurley mode-o-matic
Examples on Synthesis
LFO.ck : An oscillator is controlling another oscillator's frequency using last() : Gasten
line-sine.ck : A raising sine wave. Like lineX in SC and linen in CSounds : Gasten
Examples on Time
Examples on Logic
Examples on HID
Examples on MAUI
Pong2.ck : A Pong-like game made with real-time moving MAUI objects : Inventor