Hello there,
i’m trying to play with the keyboard feature : i connect O-S-C to vcv rack (where i got a little synth)
When i play on the keyboard in O-S-C it’s send two message :
(DEBUG, OSC) Out: {
address: ‘/trowacv/kbd1’,
args: [ { type: ‘f’, value: 60 }, { type: ‘f’, value: 1 } ]
} To: 127.0.0.1:7001
(DEBUG, OSC) Out: {
address: ‘/trowacv/kbd1’,
args: [ { type: ‘f’, value: 60 }, { type: ‘f’, value: 0 } ]
} To: 127.0.0.1:7001
When it’s arrive in vcv rack, if i use the trig output, it’s output 2 trigger.
So when i play it’s like if i stroke 2 times the keyboard …
So is it possible to avoid this ?
If sending a gate is possible, this maybe could do the trick ?
I don’t know where is the problem, from vcv or O-S-C
thanks you !!
jubal