summaryrefslogtreecommitdiffstats
path: root/src/common/interface
AgeCommit message (Expand)AuthorFilesLines
2011-04-13Consistent local or installed includes for interface headers.David Robillard13-830/+0
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard3-18/+59
2011-02-18Trim more cruft.David Robillard1-4/+1
2010-10-27Update for new Atom extension.David Robillard1-2/+2
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard1-2/+2
2010-09-22Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext.David Robillard1-2/+2
2010-09-04My name is David. :)David Robillard12-12/+12
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-1/+0
2010-02-26Remove request_plugins from EngineInterface (and RequestPlugins event from en...David Robillard1-2/+0
2010-02-26Remove request_all_objects from EngineInterface (and RequestAllObjects event ...David Robillard1-2/+0
2010-02-25Work on contexts and polymorphic ports.David Robillard2-1/+10
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard1-1/+3
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard3-3/+3
2010-02-14Remove voice specific control setting.David Robillard1-4/+0
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard2-2/+4
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard5-166/+52
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard2-4/+4
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-3/+0
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard12-35/+35
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard1-1/+1
2010-01-29Send binding information to client.David Robillard2-0/+123
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard2-2/+1
2010-01-28Universal properties window.David Robillard1-0/+2
2010-01-07Add missing base class virtual destructor stubs.David Robillard2-0/+2
2010-01-06Do all logging output via Raul streams.David Robillard1-1/+0
2010-01-03Remove patch clear command (fix ticket #375).David Robillard1-2/+0
2009-12-03Clean up interface headers.David Robillard2-9/+3
2009-11-22Partial support for message/value ports and the message context.David Robillard1-0/+5
2009-11-18Less reliance on Buffer::type() (which doesn't really make sense, since buffe...David Robillard1-3/+0
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard2-20/+15
2009-11-15Better Parse plugin, working Print plugin.David Robillard1-5/+5
2009-11-14Object extension.David Robillard1-9/+11
2009-11-12String port support.David Robillard1-4/+11
2009-10-19Fix set/PUT with multiple properties of the same predicate.David Robillard1-0/+3
2009-07-07Fix compilation issues.David Robillard2-0/+2
2009-06-04Don't treat non-plugin metadata as plugin data.David Robillard1-4/+2
2009-06-03Update bindings.David Robillard1-2/+2
2009-06-03Clean up and shave some overhead from port value broadcasting.David Robillard1-1/+2
2009-05-28Rename 'request_object' 'get'.David Robillard1-1/+1
2009-05-28Fix LADSPA names in plugin selection dialog.David Robillard1-1/+1
2009-05-28Remove vestigial request_variable interface.David Robillard1-3/+0
2009-05-28Generic plugin property mechanism.David Robillard1-2/+2
2009-05-28Replace new_plugin with put.David Robillard1-4/+0
2009-05-28Merge request_object and request_plugin.David Robillard1-3/+1
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard2-9/+5
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard1-4/+4
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard2-16/+6
2009-05-13Fix crash on patch load.David Robillard1-2/+2
2009-05-13Remove old/unused DSSI program API.David Robillard2-13/+0
2009-05-13Update copyright dates.David Robillard12-12/+12