83e36c0
(HEAD -> master)
Readme: Add note that the dll is 64bit only by
2022-05-03 22:19:54 +0000
018c9d9
(tag: 1.0)
Readme update by
2021-11-06 19:00:27 +0000
cdfa413
Add "/" to begin of OSC address if user doesn't. closes #6 by
2021-11-06 19:54:00 +0100
ee64947
Bumped version to 1.0 by
2021-11-06 19:43:24 +0100
1841ebb
Improved open() and close() functions to be able to repeatedly open and close udp port by
2021-11-06 19:41:29 +0100
406baef
Addes OSC sending functions with two arguments by
2021-11-06 18:49:43 +0100
6bd8687
Fixed compiler warnings by
2021-11-06 18:49:14 +0100
c0f962d
(tag: 0.3)
Added version information to DLL by
2021-04-21 13:32:41 +0200
72ab309
Added sending example by
2021-04-21 13:20:55 +0200
c222f28
Readme: Updated TOC by
2021-04-21 12:50:53 +0200
463d077
Readme: Added TOC by
2021-04-21 12:49:25 +0200
372d942
Readme: Added OSC wildcards by
2021-04-21 10:41:52 +0000
6c4a321
Readme: Added sending functions by
2021-04-21 10:23:56 +0000
6fa9150
Readme: Added open() return value by
2021-04-21 10:10:31 +0000
31c53da
Catch runtime error when port cannot be opened. closes #5 by
2021-04-21 12:05:39 +0200
898bd12
(tag: 0.2)
Readme: Updated project state by
2021-04-10 22:18:47 +0000
3b36d8b
Added OSC send message functions. Also fixed oscpack address string size check. by
2021-04-11 00:13:15 +0200
a6992a4
Added OSC address wildcard support by
2021-04-10 23:13:45 +0200
670c1f7
Readme: Updated string retrievement by
2021-04-09 21:24:58 +0000
d106545
Added string example by
2021-04-09 23:17:56 +0200
db4ca91
Fixed heap corruption in string retrievement, also avoid runtime error if string doesnt fit buffer by
2021-04-08 23:53:04 +0200
4dfb45c
edited readme by
2021-04-07 20:07:43 +0000
b2dd473
readme: added link to examples by
2021-04-07 19:52:10 +0000
782cb43
added example ahk script by
2021-04-07 21:47:27 +0200
b3ba1a0
Updated usage part of readme by
2021-04-07 19:46:29 +0000
88d90df
Add installation instructions to readme by
2021-04-06 23:00:45 +0000
d096027
(tag: 0.1)
Merge branch 'master' of https://files.eleton-audio.de/gitea/Ludwig/OSC2AHK by
2021-04-07 00:53:51 +0200
82d631b
fixed release project configuration by
2021-04-07 00:53:29 +0200
ae880fc
Added usage information to readme by
2021-04-06 22:22:12 +0000
88a0d53
Addition to previous commit by
2021-03-27 00:17:15 +0100
859b962
Removed exported test function from release build by
2021-03-27 00:15:07 +0100
69a563e
Added OSC String support by creating a payload buffer and getter functions. closes #4 by
2021-03-27 00:09:22 +0100
8a76159
Removed "export" statement from osc handler function, never was meant to be there. by
2021-03-26 20:33:21 +0100
11e62b8
Fixed multithreading and therefore close() and open() functionality. closes #3. Added ability to close() but keep listeners. by
2021-03-26 20:17:51 +0100
606230d
Added datatype handling to ahk script (float!, closes #2). Refined OSC message handling in dll, added datatypes with constant byte width. by
2021-03-26 16:30:07 +0100
678b0d0
Created thread for osc receiver. Created osc message handler (works for int only for now). Many small changes. by
2021-03-24 23:56:50 +0100
c2e3136
Updated sprintf to sprintf_s (and others). Removed error surpressing defines. closes #1 by
2021-03-24 10:38:25 +0100
360ff88
Added oscpack library and (very) basic dll integration by
2021-03-24 00:18:23 +0100
6df7fec
Created dll project, already including basic AHK interface functionality by
2021-03-23 00:52:58 +0100
7003406
Initial commit by
2021-03-22 23:50:33 +0000