summaryrefslogtreecommitdiffstats
path: root/src/libs
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-18Made a singletonDavid Robillard1-4/+9
2006-07-17Stricter warning cleanlinessDavid Robillard1-4/+0
2006-07-14Updated name in comment headers and copyright dateDavid Robillard192-414/+414
2006-07-14Enforced OSC path restrictions on Path for spec conformance (since GraphObjectDavid Robillard91-535/+478
2006-07-12Factored out Thread (and Slave, an explicitly signal-driven thread)David Robillard14-309/+391
2006-07-12Minor cleanups, removed braindead centralized singleton instance fileDavid Robillard3-6/+5
2006-07-05Control slider (etc) cleanupsDavid Robillard1-18/+1
2006-07-04Partial support for loading old patchesDavid Robillard8-102/+106
2006-07-04More fixes for connecting/disconnectingDavid Robillard3-23/+26
2006-07-04Process order traversal / connection fixes (nasty edge cases where patches ar...David Robillard4-19/+23
2006-07-03Fixes for connecting directly from a patch input to a patch outputDavid Robillard9-56/+99
2006-07-03Creating of multiple patch input/output portsDavid Robillard1-4/+3
2006-07-03Enabled checkbox on patch windows workingDavid Robillard5-3/+50
2006-06-22More port controls fixes/cleanupsDavid Robillard3-1/+18
2006-06-22LADSPA port default value loading (engine side)David Robillard8-86/+23
2006-06-22Fix destroying connected nodes;David Robillard5-44/+122
2006-06-21More renaming, fixed bugs with disconnecting patch ports internallyDavid Robillard5-85/+74
2006-06-21Reorganized directory tree/namesDavid Robillard194-561/+354
2006-06-21Got the audio flowingDavid Robillard21-163/+143
2006-06-20Renamed OmObject GraphObject;David Robillard47-152/+155
2006-06-19Alsa MIDI driver updates (eg compiles)David Robillard1-4/+4
2006-06-19Added AddPortEventDavid Robillard2-0/+192
2006-06-19Update Alsa MIDI driver to new class namesDavid Robillard2-12/+12
2006-06-19Added missing DuplexPot filesDavid Robillard2-0/+114
2006-06-19Connecting of patch ports internally (seemingly anyway, data not flowing yet)David Robillard30-201/+248
2006-06-19Renamed PortBase to TypedPortDavid Robillard27-77/+77
2006-06-19Renamed PortBase to TypedPortDavid Robillard2-26/+26
2006-06-19Ditched ghetto homebrew RTTI in favour of the real deal;David Robillard16-289/+33