Code: Select all
trackBank.getChannel(channelIdx).getMute().toggle();
trackBank.getChannel(channelIdx).getPrimaryDevice().getMacro(0).getAmount().set(0, 128);
I can only make 'getPrimaryDevice' function work in the 'init' function. Is this expected?
