Hello,
I’m trying to get the following code to work, it is a modified version of the 
code found in the kadenz course. For some reason I get no sound, and I have no 
idea why

import("stdfaust.lib");
waveforms = 
os.sawtooth(freq),os.square(freq),os.triangle(freq),os.osc(freq),os.pulsetrain(freq)
 : ba.selectn(5,wave)
with 
{
    wave = nentry("Waveform",0,0,4,1);
    freq = hslider("frequency",440,10,8000,0.01);
 
};
process = waveforms;


Thanks
Magnus 

Sent from my iPhone

_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to