From 81424ac10c421b51d33167fff7497c10c151fdfb Mon Sep 17 00:00:00 2001 From: Filipe Coelho Date: Fri, 6 Oct 2023 15:54:57 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 6c772e9..e7428fe 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,20 @@ This is the source code repository for MOD App, a little tool by [MOD Audio](htt ![screenshot](mod-app.png "mod-app") +## Current status + +At this point this tool should be considered VERY EXPERIMENTAL. +Specially due to MOD related software and plugins never been tested on Windows systems before. +Feedback and testing is very much appreciated, make sure to report issues you find during your own testing. + +In particular the following issues are known to happen: + +- Pedalboard save crashes mod-ui, due to being unable to create a screenshot/thumbnail for it +- Handling of Windows filepaths is not always correct (differences between POSIX vs Windows path separators) +- jackd.exe (through mod-host) asks for public network permissions which are not needed +- JACK is used "as-is", which assumes it is not running yet. TBD if we use a custom server name or something else +- MIDI usage crashes jackd.exe, issue reported as [jack2#931](https://github.com/jackaudio/jack2/issues/931) + ## Download MOD App only has builds for Windows 64bit for now, find them in the [releases section](https://github.com/moddevices/mod-app/releases).