v0.0.12
JonathanTaquet
released this
25 Sep 19:45
·
119 commits
to master
since this release
main changes since v0.0.11:
- you can now edit most of the values with text inputs (keyboard or copy/paste for instance)
- sample category is now edited with a combobox
- fixed an issue with the setting of the sampling frequency:
- the new sampling frequency was not taken into account by the electribe (a specific parameter was not updated in the .all file)
- if you have a .all file with such a problem, just open it with this new release and save it.
- fixed an issue with the character encoding of the sample name. ascii should have been used but utf8 was.
- other minor fixes
known bugs:
- if you are on windows 10 (maybe on previous versions also), if you have too much samples loaded there seems to be an issue with tkinter: some widgets are not displayed. Try to not have more than 775 samples opened at once if you don't want to wast working time... (all possible samples numbers filled up to 872).
- this bugs seems to not occur on windows XP.