Re: mono to frame module question
Posted: Sat Dec 22, 2012 5:56 pm
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).