Page 1 of 1

Posted: 15 May 2009, 23:41
by nofish
Not sure if it's a bug or intended behaviour...

I have my IB window set to display in main form and I display two buttons there to select the grid line number of a track (with SelectGrid module) to choose between different patches.

When I press the button the gridline changes ok from line 1 to line 2, but the IB window also disappears bringing me back to Grid mode. Is there a way to select differnt grid lines of a track and still stay in IB mode ?

(Usine standalone 4.20b)

Posted: 16 May 2009, 09:30
by senso
just a tip :

use a
- evt "control/wait1" connected to "interface control/dashboard-->IB' to set the IB mode automatically when you press the buttons.

Posted: 16 May 2009, 13:45
by 23fx23
nice tip, was searching a way to bring up ib.

Posted: 16 May 2009, 20:10
by nofish
Thanks Senso, that works.

But I thought maybe we could have a "lock IB mode" for avoiding stuff like this, because when I'm playing live using the IB I don't want to (accidently) jump back to grid mode in any case.