May 13
A bug was fixed that would let you add a stereo sample when you shouldn’t be able to. This would cause the available memory to be negative, which should never happen. Since stereo samples take up twice the memory that mono samples do, I was letting you add a stereo sample, without checking if twice it’s size would fit. For example, if your memory left was: 4000, and the stereo sample’s memory size was 6000, it would still be added, because 3000 is less than 4000. Your memory left would be -2000 after adding it. All this has been fixed, and hopefully no one ran into the problem…
Tagged with: Electribe • ESX-1 • Korg • Projects • Update
May 09
You can now simulate pressing the “Play” button by double clicking on a sample in the list. Thanks to “Roonan” from Dave Randalls’ “Korg-Electribe-SX” Yahoo Forum for suggesting this. Also, I fixed a bug which made ESX Wave Organizer ignore .wav files that had a ’smpl’ chunk with the “number of samples” value equal to 0. Thanks to Dmitry for helping find this.
Tagged with: Electribe • ESX-1 • Korg • Projects • Update