/pyAbletonPush

Maps the Ableton Push in a object. Also exposes the interface over MQTT.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pyAbletonPush

Maps the Ableton Push ta an object. Also exposes the interface over MQTT.

Setup lib

Requirements

Install

pip install .

Uninstall

pip uninstall pyAbletonPush

Add module to python path

An alternative to install is to add the environment variable PYTHONPATH.

Nix:

~\projects\pyAbletonPush\src:~\projects\pyFaderport\src

Windows:

C:\Users\Username\projects\pyAbletonPush\src;C:\Users\Username\projects\pyFaderport\src;

MQTT

Install a MQTT broker like Mosquitto .

Listen to messages

mosquitto_sub -v -t "#"