isReadyForPlayback
Description​
Gets or sets whether the synthesizer is ready for playback. (output, worker are initialized, soundfont and midi are loaded)
- JavaScript
- C#
- Kotlin
readonly isReadyForPlayback: boolean;
bool IsReadyForPlayback { get; }
val isReadyForPlayback: Boolean