Skip to content

Samantha-uk/mod-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOD App

MOD Audio is on the desktop!

This is the source code repository for MOD App, a little tool by MOD Audio that combines all the goodies from MOD for the desktop platform packaged in a convenient installer.

screenshot

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.

Current known issues:

  • Handling of Windows filepaths is not always correct (differences between POSIX vs Windows path separators)
  • When mod-host crashes it will stop the UI process, instead of being automatically restarted like in MOD units

Download

MOD App has builds for:

  • Linux - X86_64
  • MacOS - Universal Image
  • Windows - 64 bit

You can find them in the releases section.

Development

If you want to contribute, here are a few items where help would be appreciated:

  • Debugging and fixing Windows specific issues within mod-ui (*)
  • Documentation regarding "universal" ASIO drivers, like ASIO4ALL and FlexASIO, and how to set them nicely for MOD App

(*) Note: on Windows the default installation has html/css/js files in C:\Program Files\MOD App\html and python files in C:\Program Files\MOD App\mod, which can be directly modified, making it very easy and convenient to try out any changes.

Also help in these areas, but they are much more involved:

  • Create a JACK-API-compatible node-based audio graph, to be used for eventually running "mod-app as a plugin" (there are a few opensource libs for this already, like the one included in miniaudio)
  • Custom jack-router build targetting MOD App (TBD how to best package jack2 within mod-app)

License

MOD App is licensed under AGPLv3+, see LICENSE for more details.

About

MOD Audio for the desktop

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 44.5%
  • Makefile 27.8%
  • Inno Setup 11.5%
  • Shell 10.6%
  • Python 5.6%