bitfocus / companion-module-generic-osc

Companion Module
MIT License
3 stars 14 forks source link

Request: Action Boolean #19

Closed jomixlaf closed 1 year ago

jomixlaf commented 1 year ago

Hi Guys, this is the first I wrote something on GitHub, I'm been using Companion since V1, and I am incredibly pleased with the way it comes from and the future. I need to be able to send a boolean from Companion, how can I achieve this, the option doesn't exist in this Generic OSC. Don't hesitate to teach me the best way to ask question or request on GitHub I certainly don't want to lose everybodies time.

Thank you.

DanielWilliamsMSC commented 1 year ago

Did anyone ever figure out how to send a Boolean with this module? :-)

dnmeid commented 1 year ago

Boolean datatype is not implemented in this module yet.

dnmeid commented 1 year ago

Sending boolean is now implemented.

DanielWilliamsMSC commented 1 year ago

Sending boolean is now implemented.

Amazing work thanks!

jomixlaf commented 1 year ago

Very nice ! Thank you very much.

jomixlaf commented 1 year ago

I just try today and no lock, I'm under the impression that the software is listening for a true or 1 instead of just t. Can you add those type in the list ?

Like, true, 1, false, 0

Thanks.