summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/ObjectSender.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-08-17Set/send/etc properties through the engine.David Robillard1-1/+11
2008-08-17Replace imperative polyphony/polyphonic stuff with properties (kill more API).David Robillard1-4/+4
2008-08-17There!David Robillard1-2/+1
2008-08-17Cloooser...David Robillard1-1/+1
2008-08-16Clooser...David Robillard1-1/+1
2008-08-16Closer...David Robillard1-3/+3
2008-08-16Begin factoring out common elements of EngineInterface and ClientInterface.David Robillard1-1/+1
2008-08-16Reorganize two 'store' implementations, move header to shared module (prepare...David Robillard1-1/+1
2008-06-09Bump liblo dependency to 0.24.David Robillard1-8/+12
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-1/+1
2007-10-13Send polyphonic state on object creation.David Robillard1-0/+3
2007-10-11Fix awful plugin loading situation.David Robillard1-1/+1
2007-10-08s/MetadataMap/Variables/ etc.David Robillard1-12/+12
2007-10-08SharedPtr-ify engine side store.David Robillard1-5/+5
2007-10-08SharedPtr-ize engine-side Connections (towards merge for patch->connections()).David Robillard1-6/+3
2007-10-08Fixed missing symbol in Raul.David Robillard1-2/+2
2007-10-08Shared abstract Connection interface.David Robillard1-2/+2
2007-10-07Added shared abstract interface for ports.David Robillard1-28/+11
2007-10-07Added common abstract interface for Plugins.David Robillard1-49/+1
2007-10-07Shared abstract Node interface.David Robillard1-4/+4
2007-10-07Start building a common (client/server) abstract interface for graph objects.David Robillard1-6/+6
2007-09-19Tidy up OSC namespace to use OSC true/false instead of C style boolean integers.David Robillard1-6/+1
2007-07-28Remove (now) generated LV2 stuff Makefiles from repo.David Robillard1-5/+5
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard1-1/+1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-11/+11
2007-07-23Removed glib dependency from LV2 OSC code.David Robillard1-0/+2
2007-07-04Added metadata (ie integer, toggle) to builtin node control ports.David Robillard1-16/+13
2007-06-15Just use automake instead of automake-1.9, etc.David Robillard1-3/+2
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