0.1.2 • Published 6 years ago
@jupyter-widgets/midicontrols v0.1.2
midicontrols
A Jupyter widget for interfacing with MIDI controllers.
Installation
You can install using pip:
pip install ipymidicontrolsOr if you use jupyterlab:
pip install ipymidicontrols
jupyter labextension install @jupyter-widgets/jupyterlab-managerIf you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:
jupyter nbextension enable --py [--sys-prefix|--user|--system] ipymidicontrolsUsage
Create a controller widget for a Behringer XTouch Mini:
from ipymidicontrols import XTouchMini
x = XTouchMini()See a simple widgets-based UI for the controls:
from ipymidicontrols import xtouchmini_ui
xtouchmini_ui(x)![]()