BitWig API Tasks

Post Reply New Topic
RELATED
PRODUCTS

Post

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

Post

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
Arranger focus;

Code: Select all

application = host.createApplication()
application.setPanelLayout ('ARRANGE');
Markers

Code: Select all

arranger = host.createArranger ();
// toggle on/off
arranger.areCueMarkersVisible ().toggle ();
I am pretty sure there is no API for setting new markers or setting the current postion right now. :)

Mike
Michael Schmalle
http://www.teotigraphix.com
Surfing on sine waves

Maschine4Bitwig - Studio, MK2, MikroMK2, MK1
http://www.teotigraphix.com/bitwig/maschine

Post Reply

Return to “Controller Scripting”