summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events
AgeCommit message (Expand)AuthorFilesLines
2007-05-02Added svn:ignore property to everything.David Robillard11-13/+13
2007-04-29Cleaner control panel layout, with value spinner/entry.David Robillard1-1/+0
2007-04-11Serialization (both saving and restoring) of nested patches.David Robillard2-8/+7
2007-04-08MIDI patching fixes (clean disconnecting).David Robillard1-6/+0
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard12-319/+128
2007-02-24Distribution build fixes (pass make distcheck).David Robillard1-2/+0
2007-02-11Moved Maid from Ingen to Raul.David Robillard9-15/+15
2007-02-10Fix previous (broken) commit.David Robillard1-2/+2
2007-02-09Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.David Robillard20-73/+83
2007-02-07Updated Copyright notices.David Robillard68-68/+136
2007-02-07Mad sed-fu for consistent private member naming.David Robillard54-714/+714
2007-01-22Created Raul namespace.David Robillard3-12/+12
2007-01-08Fix destruction of nodes with connections to parent patch ports.David Robillard2-21/+20
2007-01-07Jack MIDI port destruction.David Robillard2-3/+9
2007-01-07Top level port destruction (Jack port removal).David Robillard3-2/+14
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard4-17/+22
2007-01-06Work on Port destruction (still broken).David Robillard6-64/+129
2007-01-02Fix building non-monolithic Ingenuity.David Robillard1-2/+2
2006-12-12Connection loading.David Robillard2-78/+0
2006-12-11Serialization of patch ports.David Robillard1-6/+12
2006-12-08Fixed plugin type issuesDavid Robillard1-1/+1
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard1-7/+0
2006-10-04Moved generic utility stuff to new library "raul".David Robillard70-125/+125
2006-10-04Global build system, build system bugfixes.David Robillard1-59/+59
2006-09-18Work on loading old (deprecated) patches.David Robillard11-28/+353
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard2-9/+29
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard5-12/+12
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard4-5/+4
2006-09-10Zoom Full feature in FlowCanvas/Ingenuity.David Robillard4-9/+9
2006-09-09Canvas cleanups, bugfixes, more robustness, etc.David Robillard18-20/+36
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard28-73/+66
2006-09-08De-singleton-ified EngineDavid Robillard66-332/+360
2006-09-07Patch port fixes.David Robillard1-1/+1
2006-09-06Fixed LADSPA plugins with invalid OSC path port names (eg containing spaces).David Robillard1-2/+2
2006-07-20Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names...David Robillard32-113/+113
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard66-134/+134
2006-07-18Removed globals (Om.h)David Robillard66-304/+268
2006-07-14Updated name in comment headers and copyright dateDavid Robillard66-132/+132
2006-07-14Enforced OSC path restrictions on Path for spec conformance (since GraphObjectDavid Robillard66-211/+218
2006-07-04More fixes for connecting/disconnectingDavid Robillard1-16/+11
2006-07-04Process order traversal / connection fixes (nasty edge cases where patches ar...David Robillard2-3/+8
2006-07-03Fixes for connecting directly from a patch input to a patch outputDavid Robillard1-5/+9
2006-07-03Creating of multiple patch input/output portsDavid Robillard1-4/+3
2006-06-22Fix destroying connected nodes;David Robillard1-37/+38
2006-06-21More renaming, fixed bugs with disconnecting patch ports internallyDavid Robillard4-71/+60
2006-06-21Reorganized directory tree/namesDavid Robillard66-132/+132
2006-06-21Got the audio flowingDavid Robillard3-28/+37
2006-06-20Renamed OmObject GraphObject;David Robillard7-13/+13
2006-06-19Added AddPortEventDavid Robillard2-0/+192
2006-06-19Connecting of patch ports internally (seemingly anyway, data not flowing yet)David Robillard6-26/+42