Sketch 2015-10-11a
void ofApp::setup(){
_template.setup(10, 60);
manager = _template.getAudioUnitManager();
synth.setup("Massive 1", AUDIOUNIT_MASSIVE);
manager->createChain(&chain)
.link(&synth)
.toMixer();
timeline = _template.getTimeline();
}
void ofApp::update(){
//It's all in the MIDI and preset design
}
void ofApp::draw(){
}
Crunchy amplitude envelope loops