Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX authored Oct 6, 2023
1 parent 23a50a7 commit 81424ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 81424ac

Please sign in to comment.