Here is a new release of jMax (4.0.1) This release includes a lots of bugfixes and several new features. You can download it from: http://sourceforge.net/project/showfiles.php?group_id=26076&release_id=139163 Changes: - new audio configuration panel (Project->Edit Current Configuration) - "Save As Default" menu for project and Audio/MIDI configuration - templates are supported - in~/out~ take an audiolabel name as argument - C++ and Python client library under development - clean sequence package - detection of available audio devices - several bug fixes - remove obsolete documentation - help patches are not complete - new input~ object - new fvec/ivec editors Linux: - user project is $HOME/.jmax/default-project.jrpj - user configuration is $HOME/.jmax/default-config.jcfg - detection of available Jack Audio Port (in Jack Audio Connection Kit support package) - connection with Jack Audio Port inside jMax (new audio configuration panel) Installation on Linux: - the rpm have been built on RedHat 7.3 - we have split jMax into several RPMs: -- jmax-4.0.1-1.i386.rpm : contains FTS server, packages and Java FTS client -- jmax-client-4.0.1-1.i386.rpm : contains only C++ and Python FTS client -- jmax-common-4.0.1-1.i386.rpm : contains only FTS server and packages -- jmax-devel-4.0.1-1.i386.rpm : contains only FTS header and packages header -- jmax-jack-4.0.1-1.i386.rpm : contains only Jack Audio Connection Kit support package -- jmax-java-4.0.1-1.i386.rpm : contains only Java FTS client Linux source compilation: - do the following shell commands: $ tar xvzf jmax-4.0.1.tar.gz $ cd jmax-4.0.1 $ ./configure $ make $ make install - if you want to compile with Jack Audio Connection Kit support, add --enable-jack when calling configure $./configure --enable-jack for compilation with Jack Audio Connection Kit support jMax sourceforge home page: http://sourceforge.net/projects/jmax/ -- Patrice Tisserand <Patrice.Tisserand@xxxxxxxx> IRCAM