Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faust audio error #190

Open
yellowpepero opened this issue Jun 18, 2024 · 1 comment
Open

Faust audio error #190

yellowpepero opened this issue Jun 18, 2024 · 1 comment

Comments

@yellowpepero
Copy link

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
Copy link
Member

sletz commented Jun 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants