Hi ppl,

there are so many problems with the EMU EOS that they will never fix....are there any ppl here that can program in general? why dont you take a look at the EOS code and fix some bugs for us?

heres a few things that need fixing, for example:

we want a function that "defrags" memory AND REMOVES THE EMPTY SAMPLE SPACES
in our sample list, and adjusts the PRESETS accordingly.

we also want an function that REMOVES ALL EXTRA SAMPLES NOT CURRENTLY IN ANY
OF THE PRESETS...this would be vitally useful for memory conservation when
we are running out of space...and save media space too. We all often load in
10 loops...end up settling on one... and the other 9 float around in the
bank needlessly. I WOULD go and delete them by hand individually, but
because of the above problem, the damn things load into memory ALL OVER THE
PLACE and are never in a row, and impossible to find. and before you jump in
and tell me that i should just save the bank and only load back the presets
into a clean bank, no this is not a solution as the multi setup is then
gone.

we also want a setting to help in the above problems, that allows us to
choose whether we want A: the new samples we load to go into the first
available space in the sample list (as they do now) or B: the samples ARE
PLACED AFTER THE LAST SAMPLE IN THE LIST. This would make things far easier
to find.... and i could delete my nine unused loops then, as i would know
where to find them!!! at the end, in a row.

im not asking for a vocoder, im not asking for a realtime compressor, im not
asking for a beer fridge option, just simple IMPORTANT basic functions that
are necessary for the sampler to operate.