Global Variables
Posted: Wed Nov 23, 2016 3:04 am
It seems that global variables used in Ruby are shared even between VST plugin instances?
I notice that with this plugin I'm working on, that I had to circle back and make the arrays local because when they were global they affected different plugin instances on different tracks. Is this normal? If so, there may be some useful application for that with plugins.
I notice that with this plugin I'm working on, that I had to circle back and make the arrays local because when they were global they affected different plugin instances on different tracks. Is this normal? If so, there may be some useful application for that with plugins.