14 Commits

Author SHA1 Message Date
31c53da91f Catch runtime error when port cannot be opened. closes #5 2021-04-21 12:05:39 +02: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
db4ca91180 Fixed heap corruption in string retrievement, also avoid runtime error if string doesnt fit buffer 2021-04-08 23:53:04 +02:00
82d631b2c7 fixed release project configuration 2021-04-07 00:53:29 +02: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
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