@jupyter-widgets/midicontrols
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

midicontrols

Build Status codecov

A Jupyter widget for interfacing with MIDI controllers.

Installation

You can install using pip:

pip install ipymidicontrols

Or if you use jupyterlab:

pip install ipymidicontrols
jupyter labextension install @jupyter-widgets/jupyterlab-manager

If 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] ipymidicontrols

Usage

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)

screenshot

Package Sidebar

Install

npm i @jupyter-widgets/midicontrols

Weekly Downloads

7

Version

0.1.2

License

BSD-3-Clause

Unpacked Size

360 kB

Total Files

25

Last publish

Collaborators

  • maartenbreddels
  • blink1073
  • ibdafna
  • jasongrout
  • sylvaincorlay
  • ellisonbg
  • vidartf
  • martinrenou