Plugin class needs to include the Editor class for this to work.
Code: Select all
editor = new Editor (this);Code: Select all
setEditor (new Editor (this));Code: Select all
button = new COnOffButton (r14, this, kParameter, buttonImage,0);Code: Select all
editor = new Editor (this);Code: Select all
setEditor (new Editor (this));