/CUBEmixer

backup-clone of sourceforge-repository

Primary LanguagePure DataOtherNOASSERTION

CUBEmixer: for the IEM CUBE and other environments
==================================================

Institut of Electronic Music and Acoustics Graz - 2005
Programming-Concept and Development: Musil, Ritsch, Zmoelnig
Binaural Extension adapted from Markus Noisterning
based on  various developments on IEM Graz not extra named here
see in the doc folder the IEM_Report.pdf (german only).

Quick Instruction:
------------------

 Please start Mixer with skript located in the 'bin' folder for your

 linux: Cubemixer.sh


installation and configuration:
-------------------------------

 see in doc folder the Installtutorial.


Content:
--------
./lib	pure-data patches (and externals)
./doc	documentation
./src	source-code (for externals and pd)
./tools	toolkits, helper-applications,...
------------------------------------------------------------------------------------------------------

 core modules:
  ./lib/CUE			- cue-triggering machine
  ./lib/DSP			- the audio-engine
  ./lib/GUI			- the Graphical User Interface
  ./lib/GUI/<name>/		- helper abstractions for the ./GUI/<name>.pd abs
  ./lib/MIDI			- interface to MIDI-hw/sw
  ./lib/MIDI/faderbox		- interface to MIDI-hw/faderboxes [THINK about the name]
  ./lib/MIDI/extern		- interface to external MIDI-sequencer
  ./lib/SEQUENCER		- cue-sequencer

 add-on modules: 
  ./lib/plugins/<pluginname>/	- DSP/GUI/MIDI/... place of plugins
 helpers:
  ./lib/abs			- general abstractions
  ./lib/libs			- external libraries collector (binaries, if needed and not in system)
  ./lib/tests			- sandbox for experimenting