summaryrefslogtreecommitdiffstats
path: root/src/engine/JackDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-03-06Fully load patch in LV2 instantiate method.David Robillard1-1/+0
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-8/+13
2010-02-25Work on contexts and polymorphic ports.David Robillard1-6/+7
2010-02-24Tidy up Context and ProcessContext interfaces (ProcessContext only lives on a...David Robillard1-7/+3
2010-02-24Add new Delay internal.David Robillard1-4/+19
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-12/+10
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-3/+3
2010-02-04MIDI feedback.David Robillard1-6/+10
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-0/+1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-3/+2
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard1-4/+9
2010-01-07Tidy.David Robillard1-5/+4
2010-01-06Do all logging output via Raul streams.David Robillard1-15/+16
2010-01-06Fix error message.David Robillard1-0/+2
2010-01-05JackAudio* -> Jack*David Robillard1-48/+49
2010-01-05JackAudioDriver.[ch]pp -> JackDriver.[ch]ppDavid Robillard1-0/+498