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
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.
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
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.
closed by commit 406baef516, will be included in version 1.0