summaryrefslogtreecommitdiffstats
path: root/src/engine/events/Connect.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-5/+0
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-28Just always allocate destination port buffers on connect, since being clever ...David Robillard1-6/+7
2010-02-28Fix loading LADSPA plugins from .om patches.David Robillard1-1/+2
2010-02-26Fix queued connections (e.g. event input => print).David Robillard1-1/+2
2010-02-26Perform all mixing for an audio input in a single mix operation (instead of a...David Robillard1-8/+4
2010-02-25Work on contexts and polymorphic ports.David Robillard1-50/+22
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard1-4/+4
2010-02-23Fix various code issues discovered by cppcheck.David Robillard1-0/+2
2010-02-22Don't respond with PUT (creating empty nodes) when plugin instantiation fails.David Robillard1-1/+0
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-3/+22
2010-02-03Responder => Request, and handle EventSource unblocking from Request (simplif...David Robillard1-5/+5
2010-01-07Make ClientBroadcaster itself a ClientInterface.David Robillard1-1/+1
2009-11-22Partial support for message/value ports and the message context.David Robillard1-3/+15
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-2/+2
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard1-1/+1
2009-06-03Rename event classes to match new pretty file names.David Robillard1-4/+4
2009-06-03Move events to their own namespace.David Robillard1-0/+2
2009-06-03Consistent imperative style event names.David Robillard1-0/+204