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

Public Member Functions

default void setRaw (final double value)
 
default void incRaw (final double amount)
 
- Public Member Functions inherited from BeatTimeValue
void addRawValueObserver (DoubleValueChangedCallback callback)
 
String getFormatted (BeatTimeFormatter formatter)
 
String getFormatted ()
 
void addTimeObserver (String separator, int barsLen, int beatsLen, int subdivisionLen, int ticksLen, StringValueChangedCallback callback)
 
- Public Member Functions inherited from DoubleValue
double get ()
 
- Public Member Functions inherited from Value< DoubleValueChangedCallback >
void markInterested ()
 
void addValueObserver (ObserverType callback)
 
- Public Member Functions inherited from SettableDoubleValue
void set (double value)
 
void inc (double amount)
 

Detailed Description

Definition at line 3 of file SettableBeatTimeValue.java.

Member Function Documentation

default void incRaw ( final double  amount)

The same as the inc method.

Deprecated:
This is included only for backwards compatibility with API version 1 where this inherited from RangedValue instead of DoubleValue.

Definition at line 24 of file SettableBeatTimeValue.java.

default void setRaw ( final double  value)

The same as the set method.

Deprecated:
This is included only for backwards compatibility with API version 1 where this inherited from RangedValue instead of DoubleValue.

Definition at line 12 of file SettableBeatTimeValue.java.


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