fand / veda

⚡VJ / Live Coding on Atom⚡
http://veda.gl/
MIT License
509 stars 34 forks source link

Not able tu use ocs inputs into Veda #183

Closed LouisCortes closed 4 years ago

LouisCortes commented 5 years ago

Hello,

I don't know if I miss somthing, but nothingg happend when I try to send osc messages. I put /{ "osc": 4000 }/ at the beginning of my fragment then I set a texture with osc_f7_f1 for a message wich is /f7/f1 and the texture remain black.

I'm using OscTouch with 4000 for outgoing port, the message are send on other softs but I can't get it work on Veda.

I also try to put the line : "osc": 4000 inside my .verdac and i tried all the example tat i found but I 'm still not able to get it working.

btw thanks for your work, I love it.

LouisCortes commented 4 years ago

I don't know if it's related but when I open the .frag with the OSC inputs I got that message that appear :
image

It only apears when I have the OSC instruction in the file.

fand commented 4 years ago

ah yes, VEDA requires Node.js to run OSC server. I added instructions to docs.

Thanks @LouisCortes !

LouisCortes commented 4 years ago

It works directly, thanks !