Sketch 2015-10-25a
void ofApp::setup(){
_template.setup(10, 60);
manager = _template.getAudioUnitManager();
synth.setup("Synth 1", AUDIOUNIT_MASSIVE);
manager->createChain(&chain)
.link(&synth)
.toMixer();
timeline = _template.getTimeline();
}
void ofApp::update(){
}
void ofApp::draw(){
}
Setting a step sequencer as multiple modulation sources