i've been working on a threaded soundfiler, that i've added to the devel_0_37 branch, providing the capabilities of loading / saving arrays on the fly without interrupting the dsp performance.
I just did a fresh checkout of devel_0_37 but I still have dropouts when using soundfiler to load stuff into tables.
the problem is the memory locking that the realtime mode implies... i don't think that it's a good idea to switch it off ...
i disabled the memory locking before allocating the memory and enabled it after that ... should work now...
cheers...