Skip to content

iem-projects/CUBEmixer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
doc
 
 
lib
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
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