corrados / edrumulus

Open Source E-Drum Trigger Module
GNU General Public License v2.0
97 stars 17 forks source link

edrumulus_gui.py removes trigger settings, if killed #108

Closed 3hhh closed 11 months ago

3hhh commented 11 months ago

To reproduce:

  1. Start edrumulus_gui.py.
  2. E.g. remove the Teensy controller from USB to make it hang (this may be a separate bug of its own).
  3. Kill edrumulus_gui.py
  4. Notice that the trigger_setting.txt is 0 bytes.
corrados commented 11 months ago

This is annoying. Thanks for reporting. I have just implemented a fix for this issue.

3hhh commented 11 months ago

Nice, thanks!