Control Surface API  2.2.2
TimeSignatureValue Interface Reference
Inheritance diagram for TimeSignatureValue:

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)
 

Detailed Description

Instances of this interface represent time signature values.

Since
API version 1

Definition at line 10 of file TimeSignatureValue.java.

Member Function Documentation

String get ( )

Gets the current value.

Since
API version 2
SettableIntegerValue getDenominator ( )

Returns an object that provides access to the time signature denominator.

Returns
an integer value object that represents the time signature denominator.
Since
API version 1
SettableIntegerValue getNumerator ( )

Returns an object that provides access to the time signature numerator.

Returns
an integer value object that represents the time signature numerator.
Since
API version 1
SettableIntegerValue getTicks ( )

Returns an object that provides access to the time signature tick subdivisions.

Returns
an integer value object that represents the time signature ticks.
Since
API version 1
void set ( String  name)

Updates the time signature according to the given string.

Parameters
namea textual representation of the new time signature value, formatted as numerator/denominator[, ticks]
Since
API version 1

The documentation for this interface was generated from the following file: