PedalPi / Application

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

Change default save to PluginsManager.Autosaver #39

Closed SrMouraSilva closed 7 years ago

SrMouraSilva commented 7 years ago

It will fix "#11 - Banks with the same name are ovewrited then restart application"

SrMouraSilva commented 7 years ago

ERROR: When current pedalboard in replaced bank > total pedalboards in new pedalboard

# in banks_controller.updated
        if self.current.is_current_bank(bank):
            self.current.reload_current_pedalboard()

[ ] ApplicationObserver - test current controller changed


Create a observer to only changes the current pedalboard then removes the current_pedalboard (or a bank thant contains the current_pedalboard)

VAI DAR PROBLEMA ao deletar bank atual: Current pedalboard changed com index após remoção irá se propagar antes de remover, possivelmente gerando consistência em clientes da API


[ ] Removes current bank_number and pedalboard_number. Use instread current.pedalboard


[ ] Fix initial bank (uuid name) application/data/banks/Bank 1.json