midicontrol example
This commit is contained in:
parent
fe6a56efaa
commit
dcaa716d29
5 changed files with 214 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue