
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@jupyter-widgets/midicontrols
Advanced tools
A Jupyter widget for interfacing with MIDI controllers.
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
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)
FAQs
A Jupyter widget for interfacing with MIDI controllers.
We found that @jupyter-widgets/midicontrols demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.