keijiro / OscJack

Lightweight C# implementation of OSC server/client
The Unlicense
465 stars 64 forks source link

Is there a way to change the IP and Port of all Senders or Receivers by code? #30

Closed eric29 closed 2 years ago

eric29 commented 2 years ago

I'm trying to make it so I can change the IP and Port number of the Property Senders and Receivers with an InputField in my app, but I can't seem to find a way to do this in runtime.

(Not sure how to add the "Question" label on here)

keijiro commented 2 years ago

At the moment, there is no runtime property to change those attributes. I'm considering adding them in future updates.

eric29 commented 2 years ago

Thank you.