Skip to content

Commit

Permalink
Fix doc and build
Browse files Browse the repository at this point in the history
  • Loading branch information
SrMouraSilva committed Nov 13, 2016
1 parent 71930b1 commit 6e36975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PluginsManager

[![Build Status](https://travis-ci.org/PedalPi/PluginsManager.svg?branch=master)](https://travis-ci.org/PedalPi/PluginsManager) [![Documentation Status](https://readthedocs.org/projects/pluginsmanager/badge/?version=latest)](http://pluginsmanager.readthedocs.io/en/latest/?badge=latest) [![Code Health](https://landscape.io/github/PedalPi/PluginsManager/master/landscape.svg?style=flat)](https://landscape.io/github/PedalPi/PluginsManager/master) [![codecov](https://codecov.io/gh/PedalPi/PluginsManager/branch/master/graph/badge.svg)](https://codecov.io/gh/PedalPi/PluginsManager)
[![Build Status](https://travis-ci.org/PedalPi/PluginsManager.svg?branch=master)](https://travis-ci.org/PedalPi/PluginsManager) [![Documentation Status](https://readthedocs.org/projects/pedalpi-pluginsmanager/badge/?version=latest)](http://pedalpi-pluginsmanager.readthedocs.io/en/latest/?badge=latest) [![Code Health](https://landscape.io/github/PedalPi/PluginsManager/master/landscape.svg?style=flat)](https://landscape.io/github/PedalPi/PluginsManager/master) [![codecov](https://codecov.io/gh/PedalPi/PluginsManager/branch/master/graph/badge.svg)](https://codecov.io/gh/PedalPi/PluginsManager)

Pythonic management of LV2 audio plugins with [mod-host](https://github.com/moddevices/mod-host).

Expand Down
4 changes: 2 additions & 2 deletions test/mod_host/mod_host_manual_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

from model.system.system_effect import SystemEffect

#if __name__ == "__main__":
if True:
if __name__ == "__main__":
#if True:
sys_effect = SystemEffect('system', ('capture_1', 'capture_2'), ('playback_1', 'playback_2'))
manager = BanksManager()

Expand Down

0 comments on commit 6e36975

Please sign in to comment.