Hi there,
Why am I seeing this: When I change a parameter in Live on oscglue plugin, I receive the value fine in vvvv, but when I stop changing the parameter, the received value drops to NIL.
The parameters of the VST plugin are mapped to a MIDI Controller. I attached the v4p file, and here is the config file I use (I removed the comments):
UDPPort = 9997
Name = OSCGlue_ChannelA
SendTimeCode = 1
Volume
Min=0.0
Max=1.0
Default=0.0
Unit=
L_Gain
Min=0.0
Max=1.0
Default=0.0
Unit=
M_Gain
Min=0.0
Max=1.0
Default=0.0
Unit=
H_Gain
Min=0.0
Max=1.0
Default=0.0
Unit=
Clip
Min=-1
Max=100
Default=0
Unit=
Also, does Unit only work as a label in the VST plugin near the value of the parameter, or is there more to it?
Also, can I somehow get integer parameters, or are there only float.
I used H+S and Change nodes, but somehow, very often, the last value is not really seen on the output. Mostly I noticed this when I come to the 1.0 and 0.0 boundaries.
For not many parameters, would you recommend I only use MIDI CCs instead of oscGlue? Is MIDI faster? What if Live is on one machine and vvvv is on another, and I used some app to transfer MIDI over the network? Then there would probably not be a difference anyway, right?
oscdecoder issue.v4p (8.5 kB)