Send multiple arguments in one message #7

Closed
opened 2021-07-21 15:19:56 +00:00 by EErreErre · 2 comments

I'm working on a controller for ZoomOSC based on ahk.
For a particular function i need to send a single message with 2 string.

I've tried many combination for the data format in your dll but no one works.

I've created a screenshot for better explain what i mean.

I've used the program Protokol to test the function

The first line is obtained with the software Companion
As you can see the message is (STRING) "USER1" (STRING) "USER2"

The second line is from AHK using you DLL and it send only 1 (STRING) message

Is possible to get the same result, or are you planning to add this function ?

Thanks

I'm working on a controller for ZoomOSC based on ahk. For a particular function i need to send a single message with 2 string. I've tried many combination for the data format in your dll but no one works. I've created a screenshot for better explain what i mean. I've used the program Protokol to test the function The first line is obtained with the software Companion As you can see the message is (STRING) "USER1" (STRING) "USER2" The second line is from AHK using you DLL and it send only 1 (STRING) message Is possible to get the same result, or are you planning to add this function ? Thanks
Owner

At the moment only one OSC argument per message is supported, so sending two strings as payload with one message is not possible.
I'll keep this as feature request, but it will take at least a few weeks until I have time to look into this in detail.

At the moment only one OSC argument per message is supported, so sending two strings as payload with one message is not possible. I'll keep this as feature request, but it will take at least a few weeks until I have time to look into this in detail.
Ludwig added the
feature request
label 2021-07-27 09:47:05 +00:00
Owner

closed by commit 406baef516, will be included in version 1.0

closed by commit 406baef516, will be included in version 1.0
Sign in to join this conversation.
No description provided.