Skip to content

Instantly share code, notes, and snippets.

@moebiussurfing
Created June 26, 2020 20:55
Show Gist options
  • Save moebiussurfing/320fe34453440ef339a3e7e61f10c0c5 to your computer and use it in GitHub Desktop.
Save moebiussurfing/320fe34453440ef339a3e7e61f10c0c5 to your computer and use it in GitHub Desktop.
openFrameworks two ofParameter linked as references
params.setName("myGroupParameters");
params.add(separation.set("separation", 5, 1, 100));
separationREF.makeReferenceTo(separation);
params.add(separationREF.set("separationREF", 5, 1, 100));
//separationREF - separation are linked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment