Skip to content

Code example

Bitwig Extensions Code

Still working on the Open Woods Project. For now check out the bitwig library of extensions. https://github.com/bitwig/bitwig-extensions

public class SuperBank {


  private final HashMap<CursorTrack, ArrayList<BooleanValue>> cursor_track_equals_values;
  private final ArrayList<SuperBankDevices> track_devices;
  int NUM_TRACKS = 96;
  int NUM_SCENES = 64;

  TrackBank trackBank;


  private ControllerHost host;

  public SuperBank(ControllerHost host) {
    this.host = host;