|
Control Surface API
2.2.2
|
Public Member Functions | |
| String | formatBeatTime (double beatTime, boolean isAbsolute, int timeSignatureNumerator, int timeSignatureDenominator, int timeSignatureTicks) |
Defines a formatter for a beat time that can convert a beat time to a string for display to the user.
Definition at line 8 of file BeatTimeFormatter.java.
| String formatBeatTime | ( | double | beatTime, |
| boolean | isAbsolute, | ||
| int | timeSignatureNumerator, | ||
| int | timeSignatureDenominator, | ||
| int | timeSignatureTicks | ||
| ) |
Formats the supplied beat time as a string in the supplied time signature.
| beatTime | The beat time to be formatted |
| isAbsolute | If true the beat time represents an absolute time (such as a time on the arranger) otherwise it represents a beat time duration (such as the length of a clip). |