Sketch 2015-10-26a
void ofApp::setup(){
_template.setup(46 , 120);
manager = _template.getAudioUnitManager();
synth.setup("Synth 1", AUDIOUNIT_MASSIVE);
manager->createChain(&chain)
.link(&synth)
.toMixer();
timeline = _template.getTimeline();
}
void ofApp::update(){
}
void ofApp::draw(){
}
Discovering the performer modulator