[chuck-users] WvOut

eduard eduard.aylon at gmail.com
Tue Nov 8 16:44:09 EST 2005


Thanks Micha,

so, hmm, WvOut has to be connected between the "generator" and either  
dac or blackhole in order to write, how come?

Eduard

On 8 Nov 2005, at 15:05, Michal Seta wrote:

> this works for me:
>
> noise whitenoise => gain g => WvOut waveOut => dac;
> 0.9 =>g.gain;
> 0.5 => whitenoise.gain;
> "test.wav"=>waveOut.wavFilename;
> 2::second => now;
> waveOut.closeFile;
>
> but IMHO using the gain ugen here is a little redundant so this  
> should be fine, too:
>
> noise whitenoise => WvOut waveOut => dac;
> 0.5 => whitenoise.gain;
> "test.wav"=>waveOut.wavFilename;
> 2::second => now;
> waveOut.closeFile;
>
> ./MiS
>
> _______________________________________________
> chuck-users mailing list
> chuck-users at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
>



More information about the chuck-users mailing list