Control Surface API  2.2.2
Arranger.java
1 package com.bitwig.extension.controller.api;
2 
4 
12 public interface Arranger
13 {
22 
32 
42 
52 
61 
71 
81 
91  @Deprecated
93 
104  @Deprecated
106 
116  @Deprecated
118 
126  @Deprecated
127  void togglePlaybackFollow();
128 
136  @Deprecated
137  void toggleTrackRowHeight();
138 
146  @Deprecated
148 }
void addPlaybackFollowObserver(BooleanValueChangedCallback callback)
SettableBooleanValue isPlaybackFollowEnabled()
SettableBooleanValue hasDoubleRowTrackHeight()
void addCueMarkerVisibilityObserver(BooleanValueChangedCallback callback)
SettableBooleanValue areEffectTracksVisible()
void addTrackRowHeightObserver(BooleanValueChangedCallback callback)
SettableBooleanValue isClipLauncherVisible()