GMU is a flexible granular synthesis environnement for Max. It includes a set of synthesis and control DSP objects, advanced control subpatches and UI interfaces patches examples.
THIS SOFTWARE IS NO MORE MAINTAINED AND NO SUPPORT WILL BE PROVIDED.
This software is released under special license terms. Please refer to the License file LICENSE.md for further details.
-
externals
- bufGranul~ : multi buffer granulation object
- synGranul~ : sinusoidal waveform granulation
- liveGranul~ : live sound source granulation object
- rand_dist_list~ : random generator
-
abstraction
- tranche_ctrl5 : random signal generator based on probability curves
- trig_ctrl5 : random pulse generator based on probability curves
-
editors
- Envelope_Editor : a block chain based envelope editor (for grain envelope or ...)
This release is for Max up to 8.0.2 and was tested on MacOS up to 10.13 & Windows 10.
Just put the whole package in a max search path.
you can start with the help files in help folders.
Examples folder contains more advanced example patch (see tranche_ctrl5.maxhelp and trig_ctrl5.maxhelp for help on random generators used in the patches).
Some patches needs the iana~ external (for sinusoidal decomposition) by Todor Todoroff.
If you want to build the externals from source, you will need to install CMake and Max SDK.
Go to the build
folder and run:
cmake -DC74_SDK=</path/to/sdk/source> ..
cmake --build .
The externals will be built in the externals
folder.
GMU was developped at GMEM - Marseille - Centre National de Création Musicale by :
- Charles Bascou
- Leopold Frey
- Laurent Pottier
And also contributions from :
- Jean-François Oliver
- Loïc Kessous
- Arthus Touzet
- Matéo Fayet
More info : GMU Website