| Author |
Message |
Inventor

Joined: Oct 13, 2007 Posts: 1602 Location: Florida, USA
Audio files: 60
|
Posted: Tue Apr 29, 2008 6:34 pm Post subject:
These are a few of my favorite things Subject description: For bored ChucKists... |
 |
|
Well, it doesn't rhyme but I'm *this* bored right now:
These are a few of my favorite things
Timing and sporking and shreds synchronizing,
Late nights spent Chucking 'til way in the morning,
Caffeine and syntax highlighted in colors,
MAUI with buttons, like peppermint candy.
These are a few of my favorite things
ChucK programs filling one gig of my disk,
ChucK Lab, Guitar Lab, and Synth Lab my works,
Transforms Uana, for sure yes I wanna,
Boolean Synthesis, good notes in good sequences,
These are a few of my favorite things
| Code: | // cryptic message, oh my!
if (you == bored) {
<<<"Add more", "">>>;
} |
_________________ EChucK: The synthesizer that got smashed into smithereens! |
|
|
Back to top
|
|
 |
kijjaz

Joined: Sep 20, 2004 Posts: 532 Location: bangkok, thailand
Audio files: 2
|
Posted: Tue Apr 29, 2008 10:12 pm Post subject:
|
 |
|
Integer Arrays for nice Automata,
Floating Arrays for some sounds out of numbers,
Joystick and dancepad that add extra swing,
These are a few of my favorite things..
When the Chaos bite, when there is clip,
When my ears are tired,
I simply get back to my favorite things,
and then I don't feel so.. sleepy -_-" |
|
|
Back to top
|
|
 |
Kassen
Janitor


Joined: Jul 06, 2004 Posts: 6625 Location: The Hague, NL
G2 patch files: 3
|
Posted: Thu May 01, 2008 4:23 am Post subject:
|
 |
|
Being unable to say what software you'll use,
as it hasn't been written yet.
Playing lead-joypad in a improvised band,
we can debug it in the mix.
Sending Ge a fresh new way to crash.
Not touching a mouse in hours.
These are some of my favourite things,
and I'm not even bored.
<<<":¬)">>>; _________________ Modern technology offers an endless field day to any deviant strains in our personalities. --J.G.Ballard |
|
|
Back to top
|
|
 |
Inventor

Joined: Oct 13, 2007 Posts: 1602 Location: Florida, USA
Audio files: 60
|
Posted: Sat May 03, 2008 2:10 am Post subject:
|
 |
|
Imagining algorithms while entranced,
By rock and roll, rhythmic, enhanced!
Guitars playing drums and feedback so dynamic,
These are a few of my favorite things
| Code: | ____ ___
,' __ ``.._..'' `.
`.`. ``-.___..-. :
,---..____________________>/ _,'_ |
`-:._,:_|_|_|_|_|_|_|_|_|_|_|.:SSt:.:|-|(/ |
_.' ) ____ '-' ;
( `-'' __``-' /
``-....-'' ``-..-''
|
_________________ EChucK: The synthesizer that got smashed into smithereens! |
|
|
Back to top
|
|
 |
Kassen
Janitor


Joined: Jul 06, 2004 Posts: 6625 Location: The Hague, NL
G2 patch files: 3
|
Posted: Sat May 03, 2008 4:04 am Post subject:
|
 |
|
| Code: |
____________
|while(1) |
|beat=> now;|
__()___________ | |
/ || ooo °°/| ---\ |___________|
/ ooo / | ---/ /###########/ )
/______________/ / /###########/ /
| | / /___________/ /
|______________|/ ([====]______)/
|
_________________ Modern technology offers an endless field day to any deviant strains in our personalities. --J.G.Ballard |
|
|
Back to top
|
|
 |
chuckles
Joined: Apr 02, 2007 Posts: 67 Location: San Diego, California
|
Posted: Wed Jun 11, 2008 10:49 am Post subject:
|
 |
|
Holy cow you guys are wack!
And I mean that in the best possible way! <g> |
|
|
Back to top
|
|
 |
kijjaz

Joined: Sep 20, 2004 Posts: 532 Location: bangkok, thailand
Audio files: 2
|
Posted: Wed Jun 11, 2008 12:23 pm Post subject:
|
 |
|
| Code: | | for(<<< "love" >>>; maybe + maybe + maybe; <<< "someone" >>>); |
| Code: | int love, heartbreak;
do for(love++; maybe + maybe + maybe; love +=> heartbreak);
until (0 => love, maybe + maybe + maybe);
<<< "Heart Breaks: ", heartbreak >>>; |
| Code: | Flute s => NRev rev => dac;
.5 => s.gain;
while(true)
{
// do for love, maybe love adds to heartbreaks,
// until no love, maybe...
// (what kind of sentence is that!!)
int love, heartbreak;
do for(love++; maybe + maybe + maybe; love +=> heartbreak);
until (0 => love, maybe + maybe + maybe);
<<< "Heart Breaks: ", heartbreak >>>;
heartbreak + 60 => Std.mtof => s.freq;
s.noteOn(.5);
.5::second => now;
} |
Memory Abuse:
| Code: | SinOsc b => dac;
2 => b.freq;
while(true)
{
new SinOsc @=> SinOsc a;
2 => a.freq;
1 => b.sync;
a => b;
a @=> b;
50::ms => now;
} |
|
|
|
Back to top
|
|
 |
|