Bitwig Studio Control Surface API  5.0.11
BeatTimeFormatter Interface Reference

Public Member Functions

String formatBeatTime (double beatTime, boolean isAbsolute, int timeSignatureNumerator, int timeSignatureDenominator, int timeSignatureTicks)
 

Detailed Description

Defines a formatter for a beat time that can convert a beat time to a string for display to the user.

Since
API version 2

Member Function Documentation

◆ formatBeatTime()

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.

Parameters
beatTimeThe beat time to be formatted
isAbsoluteIf 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).
Since
API version 2

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