edited readme

This commit is contained in:
Ludwig Frühschütz 2021-04-07 20:07:43 +00:00
parent b2dd473bd0
commit 4dfb45c5f3

View File

@ -4,7 +4,7 @@ This is a DLL extension for [AutoHotkey](https://www.autohotkey.com/) that enabl
## Work in progress ## Work in progress
Currently this project is unfinished, there may be missing functionality and errors may occur! Currently this project is unfinished, there may be missing functionality and errors may occur!
* After multiple calls of [`getStringData()`](https://files.eleton-audio.de/gitea/Ludwig/OSC2AHK#get-string-data) a heap memory fault occurs. This could also be a error in the calling AHK script. * After multiple calls of [`getStringData()`](https://files.eleton-audio.de/gitea/Ludwig/OSC2AHK#get-string-data) a heap memory fault occurs. This could also be a error in the calling AHK script (see [`msghandlerString()` in the test script](https://files.eleton-audio.de/gitea/Ludwig/OSC2AHK/src/branch/master/msgtest.ahk#L41)).
* OSC address wildcards are not supported yet * OSC address wildcards are not supported yet
* Documentation could be improved * Documentation could be improved