midicontrol example

This commit is contained in:
Sam 2021-09-23 04:03:08 +02:00
parent fe6a56efaa
commit dcaa716d29
5 changed files with 214 additions and 7 deletions

View file

@ -4,17 +4,18 @@
'''
Ableton Link with bridge to OSC & Redis
alink v0.2
Ableton Link bridge to OSC & Redis
LICENCE : CC
Sam Neurohack
Get:
Needs link.cpython library. Comes with some precompiled libraries.
To build it :
git clone --recursive https://github.com/gonzaloflirt/link-python.git
Build:
Make sure python 3 is installed on your system.
mkdir build

View file

@ -162,7 +162,7 @@ def SendUI(oscaddress,oscargs=''):
osclientlj.sendto(oscmsg, (TouchOSCIP, TouchOSCPort))
oscmsg.clearData()
except:
log.err('Connection to Aurora UI refused : died ?')
log.err('Connection to UI refused : died ?')
pass
#time.sleep(0.001