Adding global effects

When I try to create global effects using the example adding-global-effects.scd, I encounter the following problems:
-After creating the synthdef and assigning it to the orbit if I print in the console the global effects on each orbit I see that the effect is added 4 times on each orbit. While logically I think it should be added only to orbit 0 and only once
-Once I have created the new global effect and assigned it to an orbit all the other orbits stop playing.

1 Like

I'm afraid I can't help directly at all, but - there some discussion (and implementation) of global effects in this thread which may give you a clue:

1 Like

If the examples aren't working I think that's worth reporting as an issue here: https://github.com/musikinformatik/SuperDirt/issues

1 Like

I did it with the mutable instruments.

First, define the global effect synthdefs like (rows from 227 to end of the file)

Second, add global effects to orbits like (rows from 31 to 39)

3 Likes

Thanks @ndr_brt, that worked. Apparently the example in the hacks is not updated, I have reported the issue.

Yeah, I've just submitted a PR

1 Like