A few general ClyphX utility commands written for Ableton Live.
-
Have ClyphX installed and working in Ableton Live
-
Do a
git checkout
of this repo in the folder where you installed the ClyphX scripts (usually something like C:\ProgramData\Ableton\Live 10 Intro\Resources\MIDI Remote Scripts\ClyphX) -
Edit
MIDI Resource Scrits\ClyphX\ClyphXUserActions.py
and add the following lines to the bottom of the__init__
method:import clyphx_gniputils.gniputils clyphx_gniputils.gniputils.register(self)