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

Relative path in groups are not working #1063

Open
sletz opened this issue Oct 10, 2024 · 0 comments
Open

Relative path in groups are not working #1063

sletz opened this issue Oct 10, 2024 · 0 comments

Comments

@sletz
Copy link
Member

sletz commented Oct 10, 2024

import("stdfaust.lib");

freq = vslider("../h:FREQ/Freq",200,200,1000,0.01);              // works (freq is shared by V1 et V2)
//freq = hgroup("../FREQ", vslider("Freq",200,200,1000,0.01));   // does not work 

process = hgroup("V1", os.osc(freq)), hgroup("V2", os.osc(freq));
@sletz sletz changed the title Relative path in groups not working Relative path in groups are not working Oct 10, 2024
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

1 participant