Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

"Building & Using MGU Modules" doesn't seem to be up to date #5

Open
jcelerier opened this issue Jul 24, 2016 · 1 comment
Open

"Building & Using MGU Modules" doesn't seem to be up to date #5

jcelerier opened this issue Jul 24, 2016 · 1 comment

Comments

@jcelerier
Copy link

jcelerier commented Jul 24, 2016

It seems that PO_sfPlayer doesn't have a gain attribute so a big part of the tutorial cannot be followed :(

From what I see in i-score, the player has a master container with a level attribute, but I tried :

p.master.level.val = 1;
p.master_container.level.val = 1;
p.master_container.val.level = 1;
p.master_container.val.level.val = 1;

but they all give me a nice call stack :p

thanks!

@pchdev
Copy link
Owner

pchdev commented Jul 27, 2016

yeah, actually this would be:
p.level.val = 1;

all parameters in supercollider should directly be accessed like this, it does not necessarily follow the OSC tree-structure.

I'll try to fix the tutorial!

thanks!

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

No branches or pull requests

2 participants