Sync Multiple sfplay~

The examples above show two different ways that you can trigger sound files while keeping in sync with a particular beat when the durations of the sound files are not perfect multiples of the beat duration, hence triggering the next sound file at the ending point of the current sound file results in the next sound file being started off the beat.

The first example has a metro object going at the beat rate, and only pass its bang to trigger the next sound file when a variable shows that the previous file has ended. 

The second example has the transport object running, and delay the triggering bang until the next beat.

Chapter: