No OSC output except certain messages
Posted: Wed Oct 31, 2012 10:10
Hi
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:
I want the cpu usage as low as possible but the program has to check each incoming message for /connect/... so I think this won't be good for the cpu usage. I can use MIDI output, but I like OSC a lot more (you don't have to map things, it just works on every computer with resolume).
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:
Thanks!
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"/>