I'm writing a processing program to control my apc20. I'm using midi for communications to the program and osc between the processing program and resolume.
What I want to do is use the osc output to change the lights of my apc20 (I programmed different banks so I can use clip 1->8 with bank 1 and 9->16 with bank 2). But resolume keeps sending a lot of OSC messages that I can't shut off:
Code: Select all
OSC ontvangen met :/127.0.0.1:59899 | /layer3/clip1/video/position/values f
OSC ontvangen met :/127.0.0.1:59899 | /layer2/video/position/values f
OSC ontvangen met :/127.0.0.1:59899 | /layer3/video/position/values f
OSC ontvangen met :/127.0.0.1:59899 | /layer3/clip1/video/position/values f
Do you guys have a osc preference file that shuts all the osc off? (so I can just enable the things I want?)
Or some explanation about the osc preference file? I don't quite understand it:
Code: Select all
<oscShortcut isContextual="1" mappingModeType="2" contextDetermination="1"
contextIndex1="2" contextIndex2="7" contextIndex3="-1" path="/layer#3/clip#8/video/position/values"
type="10" optionIndex="-1" loop="0" address="/activeclip/video/position/values"/>
<oscShortcut isContextual="1" mappingModeType="1" contextDetermination="1"
contextIndex1="2" contextIndex2="0" contextIndex3="-1" path="/layer#3/clip#1/video/position/values"
type="10" optionIndex="-1" loop="0" address="/activeclip/video/position/values"/>