summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SetMetadata.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-7/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-03-15Fix errors caught by GCC 4.5.2.David Robillard1-2/+2
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-5/+9
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-2/+2
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard1-1/+1
2010-02-25Work on contexts and polymorphic ports.David Robillard1-1/+1
2010-02-24Merge NodeBase and NodeImpl.David Robillard1-2/+2
2010-02-24Add new Delay internal.David Robillard1-1/+3
2010-02-22Don't respond with PUT (creating empty nodes) when plugin instantiation fails.David Robillard1-4/+4
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-45/+63
2010-02-17Fix double error.David Robillard1-0/+1
2010-02-17Fix crash when rapidly decreasing polyphony (make SetMetadataEvent blocking i...David Robillard1-0/+4
2010-02-14Fix loading of subpatches.David Robillard1-0/+2
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard1-43/+88
2010-02-09Fix bugs with child blocking events.David Robillard1-5/+9
2010-02-04Fix a bunch of memory leaks.David Robillard1-0/+2
2010-02-04MIDI feedback.David Robillard1-1/+1
2010-02-03Responder => Request, and handle EventSource unblocking from Request (simplif...David Robillard1-23/+21
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-1/+16
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-11/+17
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard1-1/+1
2010-01-07Make ClientBroadcaster itself a ClientInterface.David Robillard1-1/+1
2010-01-07Merge QueuedEventSource and EventSource.David Robillard1-2/+2
2010-01-06Do all logging output via Raul streams.David Robillard1-1/+2
2009-12-30Better error reporting for bad PUT.David Robillard1-7/+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-10-31Revert (most of) r2205, which broke node creation (invisible ports).David Robillard1-3/+3
2009-10-31Don't double-send creation events when they are a result of a PUT.David Robillard1-3/+3
2009-10-19Fix set/PUT with multiple properties of the same predicate.David Robillard1-5/+37
2009-06-03Clean up and shave some overhead from port value broadcasting.David Robillard1-23/+23
2009-06-03Rename event classes to match new pretty file names.David Robillard1-7/+7
2009-06-03Move events to their own namespace.David Robillard1-0/+2
2009-06-03Chop "Event" from event source file names.David Robillard1-0/+242