Menu

Tree [05707d] master /
 History

HTTPS access


File Date Author Commit
 bin 2011-05-16 IOhannes m zmölnig IOhannes m zmölnig [026af2] tja, if we only knew
 doc 2012-05-29 Winfried Ritsch Winfried Ritsch [fe0f22] added docu from LAC2008 with paper and presenta...
 etc 2011-05-16 IOhannes m zmölnig IOhannes m zmölnig [026af2] tja, if we only knew
 lib 2013-01-16 IOhannes m zmölnig IOhannes m zmölnig [58d851] send EOF
 sounds 2006-06-26 Winfried Ritsch Winfried Ritsch [29b656] add example sounds
 src 2013-02-05 IOhannes m zmölnig IOhannes m zmölnig [05707d] use sys_getversion with Pd>=0.42
 tools 2013-01-17 IOhannes m zmölnig IOhannes m zmölnig [55052a] ???
 GnuGPL.txt 2009-04-09 Winfried Ritsch Winfried Ritsch [e3d9d9] global license added for default licences
 LICENSE.txt 2009-04-09 Winfried Ritsch Winfried Ritsch [e3d9d9] global license added for default licences
 README.txt 2009-06-20 Winfried Ritsch Winfried Ritsch [efc03d] updated documentation, removed obsolete ones
 VERSION.txt 2009-06-20 Winfried Ritsch Winfried Ritsch [b3a7f7] updated documentation, removed obsolete ones

Read Me

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