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