Playheads starting on different positions?
-
Hello! I´m trying to move the playheads on three buffers so each one starts on different positions
Do you know how to achieve that?
-
@fazzitog Perhaps this
-
@d-healey Oh... so simple! Will try it asap. Thanks!
-
@d-healey Well... it didn´t work cause I´m using the stretch buffers, no Audiowaveform involved.
If I set
const var AudioWaveform1 = Content.getComponent("AudioWaveform1"); AudioWaveform1.setPlaybackPosition(0.5);
Works fine. But in:
const bufScript1 = bufScriptFX.getAudioFile(0); AudioWaveform1.setPlaybackPosition(0.5);
doesn´t recognize the function. Any ideas how to get into the Scriptnode Buffer?
-
@fazzitog I think you should be able to connect it to the audio waveform using an external slot
-
@d-healey the thing is, the Audiowaveform only can be linked to one buffer at a time (with the sample index).
A workaround would be creating one Audiowaveform for each buffer and take out the visibility, but doesn´t seems efficient.
-
@fazzitog said in Playheads starting on different positions?:
but doesn´t seems efficient.
How many would you need?
-
@d-healey Four at the moment, 8 max. Is something to consider?
-
@fazzitog 8 will be no problem