PedalPi / Application

Manages LV2 audio plugins using mod-host
http://pedalpi-application.readthedocs.io
Apache License 2.0
4 stars 4 forks source link

Secure close #29

Closed SrMouraSilva closed 7 years ago

SrMouraSilva commented 7 years ago

Use atexit or similar to close all components when the use requires stop the application (Ctrl+C or similar)
https://docs.python.org/3/library/atexit.html