SketchPad

Some web space to sketch, doodle and make notes. Made using these tools. See more of my work here.

Daily Sketches

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

Sketch 2015-10-11a