Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 384 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 384 Bytes

osc2push2

2024, Till Bovermann

interface with the display of Ableton Push2 via OSC

Installation

best to install into a virtual environment

set up a virtual environment

python -m venv .venv
source .venv/bin/activate

install the required packages

python -m pip install -r requirements.txt

Usage

python push2_display.py --port 7000