Releases: JonathanTaquet/Oe2sSLE
Releases · JonathanTaquet/Oe2sSLE
v0.0.9
changes since v0.0.8:
- logger fixes
- added warning message on error recovery while loading e2sSample.all file
windows releases are now built to be run on windows XP SP3 and later
v0.0.8
changes since v0.0.7:
- improved error handling
v0.0.7
changes since v0.0.6:
- fix: the start/end points in the waveform display were not refreshed when modified
- use pyinstaller instead of py2exe in order to generate a fully bundled application executable
v0.0.6
What's new:
- wave form display has been optimized to improve sample editing
- basic support of cue points and smpl meta data in imported wav files to initialize electribe sampler loop point and slices metadata
- pyglet.media has been replaced by pyaudio for audio preview of samples
- the setup.py file now allows to generate a more bundled executable for windows with py2exe
- minor fixes