Hi all, asked Bitwig for this:
Hi all, how can I focus the Arranger Window with the Controller API ? And how can
I switch to next and previous Markers ? And how can I add Markers to actual
Position ?
They referred me to this Forum. Thanks for Help.
Cheers
Dirk
BitWig API Tasks
- KVRian
- 1372 posts since 28 Dec, 2012 from Meredith NH
Arranger focus;xxtd01 wrote:Hi all, asked Bitwig for this:
Hi all, how can I focus the Arranger Window with the Controller API ? And how can
I switch to next and previous Markers ? And how can I add Markers to actual
Position ?
They referred me to this Forum. Thanks for Help.
Cheers
Dirk
Code: Select all
application = host.createApplication()
application.setPanelLayout ('ARRANGE');
Code: Select all
arranger = host.createArranger ();
// toggle on/off
arranger.areCueMarkersVisible ().toggle ();
Mike
Michael Schmalle
http://www.teotigraphix.com
Surfing on sine waves
Maschine4Bitwig - Studio, MK2, MikroMK2, MK1
http://www.teotigraphix.com/bitwig/maschine
http://www.teotigraphix.com
Surfing on sine waves
Maschine4Bitwig - Studio, MK2, MikroMK2, MK1
http://www.teotigraphix.com/bitwig/maschine
