|
Control Surface API
2.2.2
|

Public Member Functions | |
| String | get () |
| void | set (String name) |
| SettableIntegerValue | getNumerator () |
| SettableIntegerValue | getDenominator () |
| SettableIntegerValue | getTicks () |
Public Member Functions inherited from Value< StringValueChangedCallback > | |
| void | markInterested () |
| void | addValueObserver (ObserverType callback) |
Instances of this interface represent time signature values.
Definition at line 10 of file TimeSignatureValue.java.
| 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.
| 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] |