Skip to content

Releases: JonathanTaquet/Oe2sSLE

v0.0.9

18 Apr 20:43
Compare
Choose a tag to compare

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

22 Mar 21:47
Compare
Choose a tag to compare

changes since v0.0.7:

  • improved error handling

v0.0.7

21 Mar 23:20
Compare
Choose a tag to compare

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

06 Mar 01:32
Compare
Choose a tag to compare

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