summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
2010-01-05Remove unused Buffer.cpp (Buffer::create).David Robillard1-46/+0
2010-01-05Remove unused Buffer::_local.David Robillard2-2/+1
2010-01-05Event mixing.David Robillard5-12/+99
2010-01-04Remove prototypes for nonexistent EventBuffer methods.David Robillard1-3/+0
2010-01-04Remove unused EventBuffer::append method.David Robillard2-42/+0
2010-01-04Remove redundant LV2EventBuffer class and merge with EventBuffer.David Robillard11-446/+240
2010-01-03Remove patch clear command (fix ticket #375).David Robillard14-310/+0
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard3-5/+9
2009-12-30Turn off debugging.David Robillard1-2/+2
2009-12-30Fix renaming (fix ticket #458).David Robillard2-4/+4
2009-12-30Better error reporting for bad PUT.David Robillard2-8/+23
2009-12-30Fix JACK name of top level ports (fix ticket #457).David Robillard7-6/+30
2009-12-23Remove liblo include from HTTPClientSender (fix building with HTTP and withou...David Robillard1-1/+0
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard16-184/+217
2009-12-18Install headers.David Robillard1-0/+3
2009-12-03Clean up interface headers.David Robillard1-0/+1
2009-11-22Enqueue message thread requests by the port, not by the node.David Robillard4-19/+19
2009-11-22Execute cross-context events in correct increasing time order.David Robillard9-30/+104
2009-11-22Partial support for message/value ports and the message context.David Robillard23-64/+271
2009-11-18Less reliance on Buffer::type() (which doesn't really make sense, since buffe...David Robillard2-30/+24
2009-11-18Remove pointless lv2_contexts.h symlink.David Robillard2-2/+1
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard43-146/+146
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard61-1116/+811
2009-11-15Better Parse plugin, working Print plugin.David Robillard9-12/+12
2009-11-14Object extension.David Robillard50-367/+622
2009-11-12String port support.David Robillard18-78/+315
2009-11-07Delete plugins, move core package to lv2 directory and generate docs for it.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 Robillard3-3/+9
2009-10-21Fix crash when plugins fail to instantiate.David Robillard3-7/+14
2009-10-19Fix set/PUT with multiple properties of the same predicate.David Robillard5-16/+79
2009-10-19Tidy.David Robillard1-11/+11
2009-10-19Tidy.David Robillard1-11/+11
2009-10-19Fix saving properties of root patch ports (fix ticket #389).David Robillard1-1/+4
2009-09-12Fix spelling.David Robillard1-1/+1
2009-07-07Re-add lv2_contexts.hDavid Robillard1-0/+1
2009-07-07Remove lv2_contexts.hDavid Robillard1-1/+0
2009-07-07Fix compilation issues.David Robillard2-0/+2
2009-07-05Use 'standard' bundle paths for #include directives.David Robillard8-13/+13
2009-06-14Tolerate LV2 plugins without a binary URI.David Robillard1-3/+10
2009-06-14Fix whitespace.David Robillard1-2/+2
2009-06-03Organize ingen_module like other modules.David Robillard3-4/+3
2009-06-03Update bindings.David Robillard3-0/+3
2009-06-03Remove vestigial interface.David Robillard3-5/+0
2009-06-03Clean up input port mixdown code.David Robillard3-36/+31
2009-06-03Clean up and shave some overhead from port value broadcasting.David Robillard6-61/+57
2009-06-03Move internals to their own namespace ala events.David Robillard11-0/+25
2009-06-03Move internals to their own directory ala events.David Robillard15-30/+30
2009-06-03Rename event classes to match new pretty file names.David Robillard51-204/+233
2009-06-03Move events to their own namespace.David Robillard51-29/+150