Fixed race condition in record/playback.
commit30673a375d7fbf1c7558e903b6d0df87bae30c81
authorEvanR <evanrinehart@gmail.com>
Mon, 25 May 2009 18:37:30 +0000 (25 13:37 -0500)
committerEvanR <evanrinehart@gmail.com>
Mon, 25 May 2009 18:37:30 +0000 (25 13:37 -0500)
tree8701b2318453c4bea5ad9efb52322c5cd4b61ea6
parent8474e05e3f2a198576d316c847b6c20b8b2142d5
Fixed race condition in record/playback.

Now the audio thread schedules recorded events after it has
played the existing events in that time period. Before it
may have been that recording would happen before playback,
resulting in two copies of that event being output: one from
forwarding and one from playback.
src/jack.cpp