You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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));
The text was updated successfully, but these errors were encountered:
sletz
changed the title
Relative path in groups not working
Relative path in groups are not working
Oct 10, 2024
The text was updated successfully, but these errors were encountered: