useSyncPoints
Description​
Whether to respect sync point information during export. If the song contains sync point information for synchronization with an external media, this option allows controlling whether the synthesized audio is aligned with these points.
This is useful when mixing the exported audio together with external media, keeping the same timing.
Disable this option if you want the original/exact timing as per music sheet in the exported audio.
- JavaScript
- C#
- Kotlin
useSyncPoints: boolean;
bool UseSyncPoints { get; set; }
var useSyncPoints: Boolean