Add modulation filter screen plus minor modifications

This commit is contained in:
alessandro90
2018-11-18 17:02:07 +01:00
parent 3a30c5e3c2
commit 62d25244e0
5 changed files with 97 additions and 80 deletions

View File

@@ -8,7 +8,7 @@ import qtawesome as qta
from utilities import Constants
class AudioPlayer(QObject):
class AudioPlayer(QObject): # Maybe useless inheriting from QObject
"""
This is the audio player widget. The only public methods are the __init__
method and set_audio_player, which loads the current file. Everything else