PedalPi / Application

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

ComponentDataController refactor #51

Closed SrMouraSilva closed 6 years ago

SrMouraSilva commented 7 years ago

Refactor ComponentDataController to use collections.defaultdict https://github.com/PedalPi/Application/blob/master/application/controller/component_data_controller.py#L92-L95

https://docs.python.org/3.6/library/collections.html#collections.defaultdict

SrMouraSilva commented 6 years ago

This change needs changes Persistence decoder and it maybe causes side effects