40 Commits

Author SHA1 Message Date
83e36c0925 Readme: Add note that the dll is 64bit only
#8
2022-05-03 22:19:54 +00:00
018c9d90b3 Readme update 1.0 2021-11-06 19:00:27 +00:00
cdfa413d09 Add "/" to begin of OSC address if user doesn't. closes #6 2021-11-06 19:54:00 +01:00
ee649473c3 Bumped version to 1.0 2021-11-06 19:43:24 +01:00
1841ebb220 Improved open() and close() functions to be able to repeatedly open and close udp port 2021-11-06 19:41:29 +01:00
406baef516 Addes OSC sending functions with two arguments 2021-11-06 18:49:43 +01:00
6bd8687a45 Fixed compiler warnings 2021-11-06 18:49:14 +01:00
c0f962d2be Added version information to DLL 0.3 2021-04-21 13:32:41 +02:00
72ab309d5e Added sending example 2021-04-21 13:20:55 +02:00
c222f2855e Readme: Updated TOC 2021-04-21 12:50:53 +02:00
463d0775eb Readme: Added TOC 2021-04-21 12:49:25 +02:00
372d9426bf Readme: Added OSC wildcards 2021-04-21 10:41:52 +00:00
6c4a3211dc Readme: Added sending functions 2021-04-21 10:23:56 +00:00
6fa9150816 Readme: Added open() return value 2021-04-21 10:10:31 +00:00
31c53da91f Catch runtime error when port cannot be opened. closes #5 2021-04-21 12:05:39 +02:00
898bd1200d Readme: Updated project state 0.2 2021-04-10 22:18:47 +00:00
3b36d8b689 Added OSC send message functions. Also fixed oscpack address string size check. 2021-04-11 00:13:15 +02:00
a6992a45c8 Added OSC address wildcard support 2021-04-10 23:13:45 +02:00
670c1f7ff4 Readme: Updated string retrievement 2021-04-09 21:24:58 +00:00
d10654555a Added string example 2021-04-09 23:17:56 +02:00
db4ca91180 Fixed heap corruption in string retrievement, also avoid runtime error if string doesnt fit buffer 2021-04-08 23:53:04 +02:00
4dfb45c5f3 edited readme 2021-04-07 20:07:43 +00:00
b2dd473bd0 readme: added link to examples 2021-04-07 19:52:10 +00:00
782cb439e5 added example ahk script 2021-04-07 21:47:27 +02:00
b3ba1a0f84 Updated usage part of readme 2021-04-07 19:46:29 +00:00
88d90df3f1 Add installation instructions to readme 2021-04-06 23:00:45 +00:00
d09602787e Merge branch 'master' of https://files.eleton-audio.de/gitea/Ludwig/OSC2AHK 0.1 2021-04-07 00:53:51 +02:00
82d631b2c7 fixed release project configuration 2021-04-07 00:53:29 +02:00
ae880fce34 Added usage information to readme 2021-04-06 22:22:12 +00:00
88a0d53725 Addition to previous commit 2021-03-27 00:17:15 +01:00
859b9629d7 Removed exported test function from release build 2021-03-27 00:15:07 +01:00
69a563e04e Added OSC String support by creating a payload buffer and getter functions. closes #4 2021-03-27 00:09:22 +01:00
8a76159703 Removed "export" statement from osc handler function, never was meant to be there. 2021-03-26 20:33:21 +01:00
11e62b8425 Fixed multithreading and therefore close() and open() functionality. closes #3. Added ability to close() but keep listeners. 2021-03-26 20:17:51 +01:00
606230d1b6 Added datatype handling to ahk script (float!, closes #2). Refined OSC message handling in dll, added datatypes with constant byte width. 2021-03-26 16:30:07 +01:00
678b0d09a4 Created thread for osc receiver. Created osc message handler (works for int only for now). Many small changes. 2021-03-24 23:56:50 +01:00
c2e3136e92 Updated sprintf to sprintf_s (and others). Removed error surpressing defines. closes #1 2021-03-24 10:38:25 +01:00
360ff882ba Added oscpack library and (very) basic dll integration 2021-03-24 00:18:23 +01:00
6df7fec2b0 Created dll project, already including basic AHK interface functionality 2021-03-23 00:52:58 +01:00
700340684a Initial commit 2021-03-22 23:50:33 +00:00