summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/ObjectSender.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard1-3/+5
2007-02-09Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.David Robillard1-3/+3
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2006-12-11Serialization of patch ports.David Robillard1-2/+4
2006-12-08Fixed plugin type issuesDavid Robillard1-1/+1
2006-09-18More store error correcting fixes.David Robillard1-1/+4
2006-09-18Work on loading old (deprecated) patches.David Robillard1-47/+43
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard1-8/+8
2006-09-08De-singleton-ified EngineDavid Robillard1-24/+2
2006-07-20Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names...David Robillard1-7/+7
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-2/+2
2006-07-18Removed globals (Om.h)David Robillard1-10/+9
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-2/+2
2006-07-12Factored out Thread (and Slave, an explicitly signal-driven thread)David Robillard1-1/+1
2006-07-03Fixes for connecting directly from a patch input to a patch outputDavid Robillard1-5/+10
2006-07-03Enabled checkbox on patch windows workingDavid Robillard1-1/+3
2006-06-22LADSPA port default value loading (engine side)David Robillard1-14/+6
2006-06-22Fix destroying connected nodes;David Robillard1-1/+7
2006-06-21Reorganized directory tree/namesDavid Robillard1-2/+2
2006-06-20Renamed OmObject GraphObject;David Robillard1-1/+1
2006-06-19Connecting of patch ports internally (seemingly anyway, data not flowing yet)David Robillard1-1/+1
2006-06-19Renamed PortBase to TypedPortDavid Robillard1-2/+2
2006-06-19Ditched ghetto homebrew RTTI in favour of the real deal;David Robillard1-4/+7
2006-06-18More work on new ports implementation;David Robillard1-11/+20
2006-06-18Set cursor in on_map instead of on_show (which segfaults sometimes?)David Robillard1-8/+0
2006-06-17New patch ports interfaceDavid Robillard1-33/+38
2006-06-14Removed unused cruft from GTK clientDavid Robillard1-1/+5
2006-06-12Metadata working based on Store signals (node positions restored)David Robillard1-0/+5
2006-06-10More jugglingDavid Robillard1-0/+207