summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/ClientBroadcaster.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-10-08s/MetadataMap/Variables/ etc.David Robillard1-4/+4
2007-10-08SharedPtr-ify engine side store.David Robillard1-2/+2
2007-10-08Fixed missing symbol in Raul.David Robillard1-1/+1
2007-10-08Shared abstract Connection interface.David Robillard1-2/+2
2007-10-07Added shared abstract interface for ports.David Robillard1-2/+2
2007-10-07Added common abstract interface for Plugins.David Robillard1-5/+5
2007-10-07Shared abstract Node interface.David Robillard1-2/+2
2007-10-01Blink MIDI ports on message transmission.David Robillard1-0/+8
2007-09-20Strip a bunch of old useless code.David Robillard1-57/+0
2007-09-19Toggling of individual node polyphonic state.David Robillard1-0/+9
2007-09-19Broadcast polyphony changes to clients.David Robillard1-0/+8
2007-08-01More SWIGification. Engine->Client calls/messages implemented... and segfaul...David Robillard1-26/+26
2007-07-24Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str...David Robillard1-66/+40
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-15/+16
2007-04-11Minor code cleanups/cruft removal.David Robillard1-9/+0
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard1-1/+1
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2006-12-08Fixed plugin type issuesDavid Robillard1-1/+1
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard1-1/+1
2006-10-04Moved generic utility stuff to new library "raul".David Robillard1-5/+5
2006-09-18Work on loading old (deprecated) patches.David Robillard1-5/+5
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard1-1/+1
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard1-1/+1
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard1-7/+19
2006-09-08Renamed communications classes for consistency.David Robillard1-5/+7
2006-09-08De-singleton-ified EngineDavid Robillard1-7/+4
2006-07-20Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names...David Robillard1-4/+4
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-3/+3
2006-07-18Removed globals (Om.h)David Robillard1-6/+6
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-2/+2
2006-06-21Reorganized directory tree/namesDavid Robillard1-2/+2
2006-06-20Renamed OmObject GraphObject;David Robillard1-2/+2
2006-06-19Renamed PortBase to TypedPortDavid Robillard1-1/+1
2006-06-18More work on new ports implementation;David Robillard1-1/+0
2006-06-10More jugglingDavid Robillard1-0/+331