View Single Post
Old 02-11-2018, 03:36 AM   #60
geraintluff
Human being with feelings
 
geraintluff's Avatar
 
Join Date: Nov 2009
Location: mostly inside my own head
Posts: 346
Default

Quote:
Originally Posted by mschnell View Post
How do you think this is possible ?
Using shared memory between JSFXes in different tracks is not sample accurate. Not even block accurate.
I might be completely wrong, but I was hoping that play_position was sample-accurate (at least when queried in @block code).

If so, instances could write to a circular buffer in shared memory annotated with the index and observed time, and the one performing calculations could figure out where to read from these buffers to match them up.

I guess I'll see whether that actually works when I implement it...
geraintluff is offline   Reply With Quote