A tool for managing music applications and maintain audio connections for the JACK Audio Connection Kit.
 
 
 
Go to file
Thomas Mayer 76dc1d2618 Scroll app list. 2023-11-30 01:34:44 +01:00
Mmj.ConnectionWrapper Update nuget packages. 2023-11-14 02:45:07 +01:00
Mmj.ConnectionWrapper.Alsa Update nuget packages. 2023-11-14 02:45:07 +01:00
Mmj.ConnectionWrapper.Jack Update nuget packages. 2023-11-14 02:45:07 +01:00
Mmj.FileOperations Update nuget packages. 2023-11-14 02:45:07 +01:00
Mmj.Mvp Scroll app list. 2023-11-30 01:34:44 +01:00
Mmj.OS Update nuget packages. 2023-11-14 02:45:07 +01:00
Mmj.OS.Linux Test for jackd, but not jackdbus on start. 2023-11-14 02:45:07 +01:00
Mmj.OS.Windows Update Xwt for Windows. 2018-03-07 23:06:21 +01:00
MonoMultiJack.Linux Update nuget packages. 2023-11-14 02:45:07 +01:00
MonoMultiJack.Linux.Packaging Get Xwt from NuGet. 2018-03-06 23:53:45 +01:00
MonoMultiJack.Windows Update Xwt for Windows. 2018-03-07 23:06:21 +01:00
MonoMultiJack.Windows.Setup Get Xwt from NuGet. 2018-03-06 23:53:45 +01:00
MonoMultiJack.Windows.SetupCheck Get Xwt from NuGet. 2018-03-06 23:53:45 +01:00
icons-raw Reorder apps in configuration. 2015-10-23 01:22:58 +02:00
.gitignore Ignore VS 2015 files. 2015-12-29 18:37:11 +01:00
LICENSE Get Xwt from NuGet. 2018-03-06 23:53:45 +01:00
Linux-build.sh Renamed MVC to MVP to reflect real architecture. 2018-03-06 23:53:45 +01:00
MonoMultiJack.Lnx.sln Get Xwt from NuGet. 2018-03-06 23:53:45 +01:00
MonoMultiJack.Win.sln Get Xwt from NuGet. 2018-03-06 23:53:45 +01:00
README Get Xwt from NuGet. 2018-03-06 23:53:45 +01:00
Windows-build.bat Get Xwt from NuGet. 2018-03-06 23:53:45 +01:00
coverity.sh Coveritiy scan 2015-04-13 10:32:42 +02:00

README

About MonoMultiJack

MonoMultJack (MMJ) aims to be an application for musicians, who regularly
have to deal with multiple programs to start and create and maintain
audio connections via jackd.


Building:
---------
You will need an installed version of jackd.

Windows:
--------
You will need Visual Studio 2010 to create an installer
Execute Windows-build.bat
Fix any errors by installing missing libraries
Run MonoMultiJack.Setup.msi to install MonoMultiJack


Linux:
------
Run 
$ bash Linux-build.sh

You will get a tar.bz2 file with all dll and MonoMultiJack.exe
Running the extracted program:
$ exec mono "./MonoMultiJack.exe"