Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
String | get () |
void | set (String name) |
SettableIntegerValue | getNumerator () |
SettableIntegerValue | numerator () |
SettableIntegerValue | getDenominator () |
SettableIntegerValue | denominator () |
SettableIntegerValue | getTicks () |
SettableIntegerValue | ticks () |
![]() | |
void | markInterested () |
void | addValueObserver (ObserverType callback) |
Instances of this interface represent time signature values.
SettableIntegerValue denominator | ( | ) |
Returns an object that provides access to the time signature denominator.
String get | ( | ) |
Gets the current value.
SettableIntegerValue getDenominator | ( | ) |
Returns an object that provides access to the time signature denominator.
SettableIntegerValue getNumerator | ( | ) |
Returns an object that provides access to the time signature numerator.
SettableIntegerValue getTicks | ( | ) |
Returns an object that provides access to the time signature tick subdivisions.
SettableIntegerValue numerator | ( | ) |
Returns an object that provides access to the time signature numerator.
void set | ( | String | name | ) |
Updates the time signature according to the given string.
name | a textual representation of the new time signature value, formatted as numerator/denominator[, ticks] |
SettableIntegerValue ticks | ( | ) |
Returns an object that provides access to the time signature tick subdivisions.