Front Page |  Radio | Media | Forum | Wiki | Links |
![]() |
Dedicated to
experimental electro-acoustic and electronic music |
![]() |
|
|
Search found 11 matches |
Forum index » Search |
Page 1 of 1 [11 Posts] |
Author | Message |
---|---|
![]() |
|
Hillaby Replies: 2 Views: 7007 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Well, as I see: it's either impossible to use ChucK as a VST host, or nobody uses it. Or else many are using it, but treat it as a secret weapon ![]() I'll be looking at it more closely.... |
|
![]() |
|
Hillaby Replies: 11 Views: 7082 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Oh well, as I see, I didn't quite understand the issue; my take on the problem was erroneous... Still, it sounds good ![]() ![]() |
|
![]() |
|
Hillaby Replies: 11 Views: 7082 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
I played around with LiSa, a Mandolin and feedback. It sounded like an echo effect.
However, I don't know if this is of much help for you ![]() Mandolin m => LiSa lisa => dac; fun void play ... |
|
![]() |
|
Hillaby Replies: 37 Views: 67765 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Ooooh, lt signs messed up, next time I'll use preview. So here it is:
Noise noz => HPF hpf => ADSR adsr => dac; .1=>noz.gain; 4000=>hpf.freq; SinOsc o[10]; hpf.freq(& ... |
|
![]() |
|
Hillaby Replies: 37 Views: 67765 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
A quite configurable cymbal sound.
It uses disharmonic sine waves and a "violet noise". Noise noz => HPF hpf => ADSR adsr => dac; .1=>noz.gain; 4000=>hpf.freq; SinOsc ... |
|
![]() |
|
Hillaby Replies: 120 Views: 200438 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
![]() Cool one-liners. ![]() /Stefan Thanks, Stefan! ![]() |
|
![]() |
|
Hillaby Replies: 120 Views: 200438 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Balls are falling
Phasor p=>SinOsc s=>ZeroX x=>LPF o=>dac;o.set(500,29);p.gain(10);p.freq(.2);while(ms=>now){if(p.last()>1)10- ... |
|
![]() |
|
Hillaby Replies: 120 Views: 200438 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Based on Kijjaz' electronic drum kit...
Impulse t=>LPF o=>SinOsc d=>SinOsc e=>SinOsc f=>dac;o.set(28,99);1=>d.sync=>e.sync=>f.sync;while(Std.rand2(10,80) ... |
|
![]() |
|
Hillaby Replies: 120 Views: 200438 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Mortulated
SinOsc m=>Gain g;TriOsc b=>g=>NRev n=>HPF f=>dac;f.freq(600);b.freq(99);g.op(3);while(1){m.freq(Std.rand2(99,300));sec ... |
|
![]() |
|
Hillaby Replies: 120 Views: 200438 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Bumblebee in the lounge
VoicForm t=>NRev n=>dac;n.mix(.1);t.freq(200);while(1){Std.rand2(0,128)=>t.phonemeNum;99::ms=>now;} Dance of ... |
|
![]() |
|
Hillaby Replies: 120 Views: 200438 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
so we'll revive one-liners (twit-chuckles) ![]() here comes one, this mimics the sound of a traditional Hungarian instrument, the doromb Phasor m=>Gain g;Blit b=>g=>BPF f=>dac;b.gain& ... |
|
Page 1 of 1 [11 Posts] |
Forum index » Search |