summaryrefslogtreecommitdiffstats
path: root/src/libs/engine
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-21More renaming, fixed bugs with disconnecting patch ports internallyDavid Robillard5-85/+74
2006-06-21Reorganized directory tree/namesDavid Robillard163-530/+323
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 Robillard25-183/+206
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
2006-06-18Fixed missing file/broken includes for types.hDavid Robillard31-31/+31
2006-06-18Reworked use of Plugin class in engine slightly (more RAII-ey)David Robillard28-196/+162
2006-06-18Commit to allow move (broken revision)David Robillard1-10/+10
2006-06-18Commit to allow move (broken revision)David Robillard1-8/+6
2006-06-18Commit changes to allow move (broken revision)David Robillard1-5/+3
2006-06-18More work on new ports implementation;David Robillard62-1434/+914
2006-06-18Set cursor in on_map instead of on_show (which segfaults sometimes?)David Robillard1-8/+0
2006-06-17New patch ports interfaceDavid Robillard2-34/+39
2006-06-14Removed unused cruft from GTK clientDavid Robillard2-3/+9
2006-06-12Fixed engine-side node destruction bugDavid Robillard4-5/+6
2006-06-12Store memory bug fixes (multiple ref ptr's to the same object, bad),David Robillard1-6/+2
2006-06-12Metadata working based on Store signals (node positions restored)David Robillard1-0/+5
2006-06-10Actually got all this stuff building againDavid Robillard1-2/+2
2006-06-10More jugglingDavid Robillard5-421/+17
2006-06-10More jugglingDavid Robillard184-0/+21146