musikinformatik / SuperDirt

Tidal Audio Engine
GNU General Public License v2.0
524 stars 76 forks source link

Change visibility of synth variable in GlobalDirtEffect to public #295

Closed thgrund closed 1 year ago

thgrund commented 1 year ago

To use the equalizer EQui in the SuperDirtMixer, it's needed to access the synth variable of the GlobalDirtEffect from outside. This helps to exchange data between the synth and the ui view. I assume this was never needed before, but it should not harm anything.