« Return to Thread: RedDiskInSamplerGiga freeing buffers issue

RedDiskInSamplerGiga freeing buffers issue

by Martin . :: Rate this Message:

Reply to Author | View in Thread

Hi Fredrik & List,

thanks for the nice RedSampler quark!

It seems that buffers aren't freed (or closed?) properly in RedDiskInSamplerGiga:

a= RedDiskInSamplerGiga(s);

a.prepareForPlay(\snd1, "sounds/a11wlk01-44_1.aiff");

a.play(\snd1);

a.freeKey(\snd1);
a.free;

a.prepareForPlay(\snd1, "sounds/break");

a.play(\snd1); //this plays a glitchy mix of the two previous buffers the first time it's played

a.play(\snd1); //now it works..

this works fine in RedDiskInSampler.

cheers,
martin

 « Return to Thread: RedDiskInSamplerGiga freeing buffers issue