Bitwig Studio Control Surface API  4.0.1
PinnableCursorClip.java
1 package com.bitwig.extension.controller.api;
2 
9 public interface PinnableCursorClip extends CursorClip, PinnableCursor
10 {
11 // /**
12 // * Will create a new empty clip at or after slot index.
13 // * If necessary, a new scene will be created.
14 // * The cursor will be set onto the new clip.
15 // * @since API version 10
16 // */
17 // @OscMethod
18 // void createNewClip(int slotIndex, int lengthInBeats);
19 //
20 // /**
21 // * Will start recording a new clip at or after slot index.
22 // * If necessary, a new scene will be created.
23 // * The cursor will be set onto the new clip.
24 // * @since API version 10
25 // */
26 // @OscMethod
27 // void recordNewClip(int slotIndex);
28 }