summaryrefslogtreecommitdiffstats
path: root/src/libs/engine
AgeCommit message (Expand)AuthorFilesLines
2006-12-08Fixed plugin type issuesDavid Robillard6-4/+10
2006-11-23Updated for Jack MIDI APIDavid Robillard1-1/+1
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 Robillard33-167/+27
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard7-14/+87
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 Robillard95-194/+194
2006-10-04Global build system, build system bugfixes.David Robillard3-81/+66
2006-09-30Work on RDF serialization (only (partial) saving so far).David Robillard1-0/+2
2006-09-19Alsa MIDI fixes.David Robillard3-5/+10
2006-09-18More store error correcting fixes.David Robillard1-1/+4
2006-09-18Work on loading old (deprecated) patches.David Robillard30-287/+458
2006-09-16Fixes for building w/o DSSI.David Robillard4-9/+12
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard7-26/+54
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard16-49/+60
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard11-12/+11
2006-09-10Added missing files.David Robillard1-0/+53
2006-09-10Zoom Full feature in FlowCanvas/Ingenuity.David Robillard7-13/+19
2006-09-09Canvas cleanups, bugfixes, more robustness, etc.David Robillard20-22/+46
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard50-247/+344
2006-09-08More cleanupsDavid Robillard3-2/+13
2006-09-08Renamed communications classes for consistency.David Robillard13-179/+157
2006-09-08De-singleton-ified EngineDavid Robillard122-835/+891
2006-09-07Patch port fixes.David Robillard15-141/+131
2006-09-06Another fix for port names (mangling for port name clashes)David Robillard1-2/+2
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 Robillard154-392/+355
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 Robillard162-324/+324
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 Robillard2-6/+0
2006-07-05Control slider (etc) cleanupsDavid Robillard1-18/+1
2006-07-04Partial support for loading old patchesDavid Robillard6-101/+104
2006-07-04More fixes for connecting/disconnectingDavid Robillard1-16/+11
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 Robillard3-11/+22
2006-07-03Creating of multiple patch input/output portsDavid Robillard1-4/+3
2006-07-03Enabled checkbox on patch windows workingDavid Robillard1-1/+3
2006-06-22LADSPA port default value loading (engine side)David Robillard8-86/+23
2006-06-22Fix destroying connected nodes;David Robillard5-44/+122