diff options
| author | tassaron | 2017-07-13 21:59:23 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-13 21:59:23 -0400 |
| commit | cbbb7876155cdb057b0d779cb8ab7bc1f31116b0 (patch) | |
| tree | 399a1dfcad8deb0249340ad42419b565e8887ef2 /src/components/sound.py | |
| parent | d7b678f66d1bb1d5c7ccbbf0c8871b66cc1f8750 (diff) | |
components automatically drawPreview & save currentPreset
this makes a Component easier to program. also more comments
Diffstat (limited to 'src/components/sound.py')
| -rw-r--r-- | src/components/sound.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/sound.py b/src/components/sound.py index 2ffb682..fedc32b 100644 --- a/src/components/sound.py +++ b/src/components/sound.py @@ -69,7 +69,6 @@ class Component(Component): def savePreset(self): return { - 'preset': self.currentPreset, 'sound': self.sound, } |
