[maxmsp] .wav synchronization
Stefan Tiedje
Stefan-Tiedje at addcom.de
Thu Dec 13 08:02:23 MST 2007
- Previous message: [maxmsp] .wav synchronization
- Next message: [maxmsp] .wav synchronization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
cedric dumetz schrieb: > Hi all, > > I would like to synchronize a big number of .wav files. > A maximum of 6 files should be play at the same time, but every sound > can change at any time by appealing has a bank of sounds. > When a sample change, it's must be synchronize with all others. > > I build this patch for do this with 2 samples. > It's work, but The first one has some milisecondes beforehand on the second. The reason is, that you use the automatic banging of the number~ in combination with a speedlim, which will delay the result. Better use a snapshot~, and bang it only if you want to sync. You can either sync with a seek message, (which might need some time to seek) or you create a cue a bit ahead of time for both sound files and then just send the cue number to both at the same time... Stefan -- Stefan Tiedje------------x------- --_____-----------|-------------- --(_|_ ----|\-----|-----()------- -- _|_)----|-----()-------------- ----------()--------www.ccmix.com
- Previous message: [maxmsp] .wav synchronization
- Next message: [maxmsp] .wav synchronization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
