Keyboard response

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

Hi, the second message is the one indicating the button has been released, in next release the keyboards toggles property will be replaced with a mode property that works like the button’s mode property, you’ll be able to bypass releases message by setting it to “tap”.

that’s wonderfull !!

Merci beaucoup pour tout ca !

pour l’instant je me debrouille du cote de vcv rack, mais la solution n’est pas la plus elegante et ne marche pas toujours tres bien …

vivement la suite !