summaryrefslogtreecommitdiffstats
path: root/src/libs
AgeCommit message (Expand)AuthorFilesLines
2006-12-08Fixed plugin type issuesDavid Robillard13-28/+56
2006-12-02More serialization workDavid Robillard5-294/+370
2006-12-01Serialization workDavid Robillard2-20/+97
2006-11-23Updated for Jack MIDI APIDavid Robillard2-3/+3
2006-11-06Fixed serialization of connections (or anything using RDF blank nodes).David Robillard2-49/+29
2006-10-28Added proper new loading interface to Serializer, updated everything that use...David Robillard2-35/+43
2006-10-24Superficial (completely non-functional!) LV2 MIDI support.David Robillard1-8/+19
2006-10-16Another alsa bug.David Robillard1-1/+1
2006-10-16Another alsa fixDavid Robillard1-2/+2
2006-10-16Alsa fix.David Robillard1-2/+2
2006-10-16Used boost::noncopyable to eliminate undefined private copy constructors spre...David Robillard39-197/+32
2006-10-16Minor flowcanvas visual touchups.David Robillard1-23/+28
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard12-16/+105
2006-10-14Removed unecessary template parameters which broke builds on.. um.. the exact...David Robillard1-2/+2
2006-10-04Moved generic utility stuff to new library "raul".David Robillard117-408/+408
2006-10-04Global build system, build system bugfixes.David Robillard4-83/+66
2006-10-04Bug fixes.David Robillard3-63/+130
2006-10-03shared_ptr bugfixes.David Robillard4-110/+137
2006-09-30Work on RDF serialization (only (partial) saving so far).David Robillard10-288/+681
2006-09-19Alsa MIDI fixes.David Robillard6-49/+118
2006-09-18More store error correcting fixes.David Robillard6-26/+47
2006-09-18Work on loading old (deprecated) patches.David Robillard43-659/+907
2006-09-17Patch clearing.David Robillard3-3/+21
2006-09-16Fixes for building w/o DSSI.David Robillard5-10/+12
2006-09-15Fix for connections to patch ports.David Robillard1-2/+5
2006-09-15Fixed FlowCanvas #include directives (to include FLOWCANVAS prefix).David Robillard2-0/+15
2006-09-14Bug fixes.David Robillard4-7/+14
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard28-450/+297
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard34-326/+279
2006-09-12Bug fixes.David Robillard5-3/+13
2006-09-11Bug fixes.David Robillard8-34/+80
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard26-319/+352
2006-09-10Added missing files.David Robillard2-0/+138
2006-09-10Zoom Full feature in FlowCanvas/Ingenuity.David Robillard7-13/+19
2006-09-09Canvas cleanups, bugfixes, more robustness, etc.David Robillard22-22/+48
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard64-343/+486
2006-09-08More cleanupsDavid Robillard16-632/+221
2006-09-08Removed PatchLibrarian dependency on OSCDavid Robillard4-9/+8
2006-09-08Renamed communications classes for consistency.David Robillard22-274/+243
2006-09-08De-singleton-ified EngineDavid Robillard122-835/+891
2006-09-07Patch port fixes.David Robillard19-191/+251
2006-09-06Another fix for port names (mangling for port name clashes)David Robillard1-2/+2
2006-09-06Connecting/Disconnecting/Reconnecting to the engine without restarting.David Robillard2-0/+11
2006-09-06Fixed LADSPA plugins with invalid OSC path port names (eg containing spaces).David Robillard2-3/+3
2006-07-29Update to most recent SLV2 APIDavid Robillard1-2/+2
2006-07-20Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names...David Robillard50-221/+219
2006-07-20... not much. :)David Robillard1-1/+1
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard185-497/+522
2006-07-18Removed globals (Om.h)David Robillard135-846/+649
2006-07-18Made OmApp a singletonDavid Robillard1-9/+19