12 Commits

Author SHA1 Message Date
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
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