showTimer
Description​
Whether to show the time when this beat is played the first time. (requires that the midi for the song is generated so that times are calculated). If no midi is generated the timer value might be filled from the input file (or manually).
- JavaScript
- C#
- Kotlin
showTimer: boolean;
bool ShowTimer { get; set; }
var showTimer: Boolean