Closed almina-orange closed 4 years ago
Hello,
I tried to send osc messages from some apps like ZIGSIM, but VEDA has no response and the texture remain black.
So I checked 3 types of osc inputs, like below...
/foo (--> osc_foo) /foo/bar (--> osc_foo_bar) /foo/bar/hoge (--> osc_foo_bar_hoge)
I was able to successfully receive the above 2 patterns, but last one was not. I don't know where is wrong. How to do when osc inputs have more than 3 informations?
btw thanks for your work, I love it.
Thanks @almina-orange !
uh, it was a typical regex bug 😭 just fixed and published VEDA v2.13.2. plz try it out!
Hi @fand ! It works. thanks!
Hello,
I tried to send osc messages from some apps like ZIGSIM, but VEDA has no response and the texture remain black.
So I checked 3 types of osc inputs, like below...
I was able to successfully receive the above 2 patterns, but last one was not. I don't know where is wrong. How to do when osc inputs have more than 3 informations?
btw thanks for your work, I love it.