[linux-audio-dev] disk-based sampler: small BUGFIX + vibrato support in sample generator

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: [linux-audio-dev] disk-based sampler: small BUGFIX + vibrato support in sample generator
From: Benno Senoner (sbenno_AT_gardena.net)
Date: Thu Jul 13 2000 - 18:34:48 EEST


Hi,

I found a small (but nasty) bug in the playback engine:
when the file reached EOF the diskstreamer disabled the stream
but the voice was still active and so the associated ringbuffer.
So in some rare cases a new Note-on reused the freed stream and
interacted with the ringbuffer which that the audio thread still accessed.
That caused two voices and one disk stream accessing the same buffer,
causing nice audible glitches. You see that when designing async communication
you have to be _VERY_ careful because all sorts of races are waiting around the
corner.

Regarding the sample generator , I added vibrato support ( HZ and amount)
to make the sounds more interesting. (the README describes how to use vibrato)

the new release is here:

www.gardena.net/benno/linux/linuxsampler.tar.gz

play with it and stress it as much as you can.

still waiting for your comments ....

Benno.


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Jul 13 2000 - 18:13:12 EEST