Page 2 of 2

Re: mono to frame module question

Posted: Sat Dec 22, 2012 5:56 pm
by trogluddite
nix wrote:init is called when the file is opened AFAIK

That's right. If you have a method called init, it will be the first thing called when the schematic starts up - so it happens before the input and output arrays are read (and the loadState method if there is one).