grame-cncm / faustlibraries

The Faust libraries
https://faustlibraries.grame.fr
183 stars 59 forks source link

Faust audio error #190

Open yellowpepero opened 2 weeks ago

yellowpepero commented 2 weeks ago

music=library("music.lib"); oscil=library("oscillator.lib");

carrier=nentry("Original Wave", 0, 0, 2, 1) : select3(_, music.osc(2000), oscil.sawtooth(2000), oscil.square(2000)); modulator=music.osc(200) ; gate=button("start!");

process=carrier <: * (1 - gate), modulator gate :> _;

until here is my codes, but I got

oscillator.lib : 136 : ERROR : undefined symbol : ma

this Error.. How can I solve it ? Thank you

sletz commented 2 weeks ago

Better use stdfaust.lib, see https://faustlibraries.grame.fr