Skip to content

Commit

Permalink
\#68 Remove current mod-host pedalboard don't removes systems connect…
Browse files Browse the repository at this point in the history
…ion (system.output to system.input)
  • Loading branch information
SrMouraSilva committed Oct 17, 2017
1 parent 483c50a commit f4d06b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Expand Up @@ -21,10 +21,13 @@ Version 0.6.0 -- released 10/?/17
- Fixed Changelog: Now is possible see it in the documentation;
- `Issue #38`_ - Raise erros then add sys_effect in any Pedalboard;
- `Issue #65`_ - Fix documentation bug `SystemEffectBuilder(client).build()` instead `SystemEffectBuilder(client)`;
- `Issue #68`_ - Remove current mod-host pedalboard don't removes systems connection (system.output to system.input);

.. _Issue #38: https://github.com/PedalPi/PluginsManager/issues/38
.. _Issue #57: https://github.com/PedalPi/PluginsManager/issues/57
.. _Issue #65: https://github.com/PedalPi/PluginsManager/issues/65
.. _Issue #67: https://github.com/PedalPi/PluginsManager/issues/67
.. _Issue #68: https://github.com/PedalPi/PluginsManager/issues/68

Version 0.5.1 -- released 08/16/17
**********************************
Expand Down
1 change: 1 addition & 0 deletions pluginsmanager/observer/mod_host/mod_host.py
Expand Up @@ -292,6 +292,7 @@ def _change_pedalboard(self, pedalboard):

def _remove_pedalboard(self, pedalboard):
self._remove_effects(pedalboard.effects)
self._remove_connections_of(pedalboard)

def _remove_connections_of(self, pedalboard):
for connection in pedalboard.connections:
Expand Down

0 comments on commit f4d06b5

Please sign in to comment.