jackmix:0.1.0

Download: JackMix 0.1

This is a new experimental release of JackMix. After a year without a release I figured I should do this before JackMix is announced dead...
If you are looking for something "usable" for your productive work, get jackmix-0.0.3.tar.gz, this one is for testing the new features I am experimenting with.

Installation

Installing it should be easy: untar it, go into the jackmix-0.1-dir, do configure && make and after that you have the binary ./jackmix/jackmix to start and play with. You can also try to install it with make install. altough I don't expect any problems with this, I wouldn't encourage you to do that since this release is experimental...

If you get some strange linker-problems telling something about not being able to link to X, do make -f Makefile.cvs in the sourcedir followed by configure && make.

OSC

You will notice that configure checks for liblo and there is a osc-dir in the source. In there I started to write a Qt-wrapper for OSC-connections...

If you want to test this, go into the osc-dir and do make check. That will give you to additional apps, a server and a client communicating over OSC. Beware that these apps are graphical but the client needs to get the port (and the name if not on the same machine) of the server via commandline. The server will normally listen on port 5282 unless told otherwise (via commandline too).

You can even run the server and one client on one pc and another client on another pc in your net and let them exchange their data.

To quit the server type "/quit" in the textline in one of the clients...

no OSC...

If you don't want to test this and don't have liblo installed, do the following:

  1. go into the jackmix-0.1-dir
  2. rm osc -rf
  3. edit Makefile.am and remove ''osc'' from the line starting with SUBDIRS
  4. run make -f Makefile.cvs
  5. proceed with the normal installation instructions...