Ludwig Frühschütz Ludwig
  • Joined on 2019-05-03
Ludwig opened issue Ludwig/OSC2AHK#12 2024-02-17 16:29:06 +00:00
32 bit version
Ludwig commented on issue Ludwig/OSC2AHK#11 2023-04-03 11:32:07 +00:00
Dual float actually sending dual double

Is this resolved? At least for me sending your test value from AHK to reaper works as intended and I get the same value for dual floats as for a single one.

Ludwig opened issue Ludwig/Reaper-Scripts#9 2023-02-15 20:34:18 +00:00
Big Clock Extra: Add time offset
Ludwig commented on issue Ludwig/OSC2AHK#10 2022-06-04 17:50:45 +00:00
Find a specific port that is listening

Answered on the forum: https://www.autohotkey.com/boards/viewtopic.php?p=465989#p465989

Get more information about the other…

Ludwig commented on issue Ludwig/OSC2AHK#9 2022-06-04 17:49:07 +00:00
Can't send messages

Answered on the forum: https://www.autohotkey.com/boards/viewtopic.php?p=465989#p465989

Basically read this:…

Ludwig closed issue Ludwig/OSC2AHK#9 2022-06-04 17:49:07 +00:00
Can't send messages
Ludwig pushed to master at Ludwig/OSC2AHK 2022-05-03 22:19:54 +00:00
83e36c0925 Readme: Add note that the dll is 64bit only
Ludwig commented on issue Ludwig/OSC2AHK#8 2022-05-03 22:16:23 +00:00
Can't open port

Great to hear that your issue has been resolved! The DLL totally was compiled for 64bit only, so that was the problem. I'll add a not to the documentation about that!

Ludwig commented on issue Ludwig/OSC2AHK#8 2022-04-28 21:48:28 +00:00
Can't open port

Hi! Hm, could you check for the value that OSC2AHK.dll\open returns? There could be a hint in it: 0: Port opened 1: handle or port invalid 2: failed to open port (deeper in the networking…

Ludwig released Release 1.0 at Ludwig/OSC2AHK 2021-11-06 19:03:23 +00:00
Ludwig pushed to master at Ludwig/OSC2AHK 2021-11-06 19:00:27 +00:00
018c9d90b3 Readme update
Ludwig closed issue Ludwig/OSC2AHK#6 2021-11-06 18:54:01 +00:00
Automatically add / to OSC address patterns if not passed by user
Ludwig pushed to master at Ludwig/OSC2AHK 2021-11-06 18:54:01 +00:00
cdfa413d09 Add "/" to begin of OSC address if user doesn't. closes #6
Ludwig closed issue Ludwig/OSC2AHK#7 2021-11-06 18:47:01 +00:00
Send multiple arguments in one message
Ludwig commented on issue Ludwig/OSC2AHK#7 2021-11-06 18:46:07 +00:00
Send multiple arguments in one message

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

Ludwig pushed to master at Ludwig/OSC2AHK 2021-11-06 18:43:26 +00:00
ee649473c3 Bumped version to 1.0
1841ebb220 Improved open() and close() functions to be able to repeatedly open and close udp port
406baef516 Addes OSC sending functions with two arguments
6bd8687a45 Fixed compiler warnings
Compare 4 commits »
Ludwig commented on issue Ludwig/OSC2AHK#7 2021-07-27 09:46:53 +00:00
Send multiple arguments in one message

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…

Ludwig opened issue Ludwig/OSC2AHK#6 2021-05-06 07:55:13 +00:00
Automatically add / to OSC address patterns if not passed by user
Ludwig released Release 0.3 at Ludwig/OSC2AHK 2021-04-21 11:35:12 +00:00
Ludwig pushed to master at Ludwig/OSC2AHK 2021-04-21 11:32:44 +00:00
c0f962d2be Added version information to DLL