Skip to content

alessandrostone/pMix2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pMix - Preset Mixer (v2)

pMix (short for preset mixer) is a sound design, composition and performance tool that facilitates the control of multiple parameters using an intuitive graphical interface. It includes a graphical patcher for creating a network of audio synthesis or processing nodes. A node could be a VST2, VST3, AU or LADSPA plug-in or it could a JIT compiled FAUST script. FAUST is a first class citizen in pMix and an integrated code editor and SVG display makes it a nice environment for FAUST development.

Presets created for each node are represented by colour-coded balls that are positioned on a 2D plane. The size of each ball and its proximity to the node's cursor affects the weight of the associated preset in the interpolation.

Morphing between presets can result in the discovery of interesting hybrid sounds. By constraining sound manipulations within a predesigned "interpolation space" complex transitions can be achieved that would otherwise be hard to manage.

pMix version 2 will eventually work on Mac, Linux and Windows and can operate as a standalone application or as a plug-in.

Currently it is being developed using JUCE on Mac with Xcode 6.1.1 and the 10.9 SDK, with OSX deployment target set to 10.7. It won't yet compile/work well on other platforms.

##Dependencies:

Due to the complexity of this project please closely follow the instructions:

VST3 SDK

The IntroJucer projects expect the Steinberg VST 3 SDK to be installed in this location:

~/SDKs/VST3 SDK

You can download the VST3 SDK here: https://www.steinberg.net/en/company/developers.html

vstsdk360_22_11_2013_build_100.zip was used

see note below regarding VST2.4 SDK.

LLVM 3.5

Install via Macports e.g. sudo port install llvm-3.5 +universal . The .jucer project expects the libraries to be in /opt/local/libexec/llvm-3.5/lib . If they are elsewhere you'll have to modify the jucer project.

FAUST (faust2 branch)

You need to have built and installed the faust2 branch from source and it should be built against LLVM/CLANG 3.5. You will probably need libmicrohttpd, libsndfile installed as well. Consult the faust documentation/mailing list. NOTE: the macports faust2-devel is using LLVM/CLANG 3.4.

The .jucer projects expect to link against /usr/local/lib/libfaust.a

libncurses

Install via macports e.g. sudo port install ncurses +universal

The .jucer projects expect to link against /opt/local/lib/libncurses.a

zlib

Install via macports e.g. sudo port install zlib +universal

The .jucer projects expect to link against /opt/local/lib/libz.a

libcrypto

Part of openssl. Install via macports e.g. sudo port install openssl +universal

The .jucer projects expect to link against /opt/local/lib/libcrypto.a

##Compiling:

Once you have built and installed the above in the correct locations you should be able to compile the standalone app version of pMix by opening the Xcode project: /Builds/MacOSX/pMix.xcodeproj

If you need to change any paths etc, you should do so using the JUCE IntroJucer rather than modifing the xcode project.

See http://www.juce.com/learn/introjucer

##Notes:

  • pMix has been developed on Mac OSX and there hasn't yet been time to get it working on the other intended platforms! Hopefully there should not be any platform dependencies that prevent it working on Linux and Windows.
  • JUCE's VST2 plug-in support is most mature, so VST2 plug-ins are preferable to VST3, however Steinberg no longer distribute the VST2.4 SDK so VST3 support must be enabled in order to find the VST2.4 headers in the VST3 SDK.
  • If you don't care about plugin hosting support, you can disable it on the juce_audio_processors module tab by opening the pMix.jucer in the Introjucer.
  • AU plug-in hosting is currently disabled, you can turn it on via thte introjucer

License:

pMix - Copyright Oliver Larkin 2008 - 2015

pMix v2 Contemporary Music Research Centre
Music Department
University of York
License: GPL

www.cmrcyork.org | www.olilarkin.co.uk

About

pMix - a preset interpolator, plug-in chainer and faust IDE

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 61.0%
  • C 35.1%
  • Objective-C++ 3.2%
  • Objective-C 0.4%
  • Java 0.2%
  • Makefile 0.1%