Waveform how to get playback position?
-
I can see a function to set the playback position, but how do we get it?
My idea is to create a pause button. So the user clicks play, the audio file plays back, they hit pause and it stores the position, when they hit play again I resume from that position.
-
-
-
@ulrik Yes, if I had an audio file, but I have a waveform control linked to a sampler.
-
@d-healey Oh, ok I see
-
@Christoph-Hart Any pointers?
-
Still haven't found a solution to this one. Also it seems
ScriptAudioWaveform.setPlaybackPosition()
doesn't do anything, at least when it's connected to a sampler?