Re: [LAU] from 4 to 400 Hz

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Rustom Mody <rustompmody@...>
Cc: lau <linux-audio-user@...>
Date: Sunday, July 17, 2011 - 4:33 pm

Hi Rustom!

Idea: a 2 vs. 3 tuplet that becomes a 5th after 30 seconds
In SuperCollider that would be:

{
var x = XLine.kr(2,200,30);
Ringz.ar(Impulse.ar(x * [2,3]), 440, 0.2, 0.3)
}.play

On in one line:

{Ringz.ar(Impulse.ar(XLine.kr(2,200,30) * [2,3]), 440, 0.2, 0.3)}.play
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[LAU] from 4 to 400 Hz, Rustom Mody, (Sun Jul 17, 3:33 am)
Re: [LAU] from 4 to 400 Hz, Bernardo Barros, (Sun Jul 17, 4:33 pm)
Re: [LAU] from 4 to 400 Hz, Rustom Mody, (Sun Jul 17, 4:50 pm)
Re: [LAU] from 4 to 400 Hz, Robin Gareus, (Mon Jul 18, 11:13 am)
Re: [LAU] from 4 to 400 Hz, Bernardo Barros, (Sun Jul 17, 5:10 pm)
Re: [LAU] from 4 to 400 Hz, Philipp Überbacher, (Sun Jul 17, 7:51 am)
Re: [LAU] from 4 to 400 Hz, Rustom Mody, (Sun Jul 17, 8:41 am)
Re: [LAU] from 4 to 400 Hz, Robin Gareus, (Sun Jul 17, 11:28 am)
Re: [LAU] from 4 to 400 Hz, , (Mon Jul 18, 2:02 am)
Re: [LAU] from 4 to 400 Hz, Robin Gareus, (Mon Jul 18, 11:07 am)