Bitwig Studio Control Surface API  5.0.11
TimeSignatureValue Interface Reference
+ Inheritance diagram for TimeSignatureValue:

Public Member Functions

String get ()
 
void set (String name)
 
SettableIntegerValue getNumerator ()
 
SettableIntegerValue numerator ()
 
SettableIntegerValue getDenominator ()
 
SettableIntegerValue denominator ()
 
SettableIntegerValue getTicks ()
 
SettableIntegerValue ticks ()
 
- 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

Member Function Documentation

◆ denominator()

SettableIntegerValue denominator ( )

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 5

◆ get()

String get ( )

Gets the current value.

Since
API version 2

◆ getDenominator()

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
Deprecated:
Use denominator() instead.

◆ getNumerator()

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
Deprecated:
Use numerator() instead.

◆ getTicks()

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
Deprecated:
Use ticks() instead.

◆ numerator()

SettableIntegerValue numerator ( )

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 5

◆ set()

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

◆ ticks()

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 5

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