summaryrefslogtreecommitdiffstats
path: root/src/bindings
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Fix various whitespace and formatting issues.David Robillard2-6/+6
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-1/+0
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard3-21/+12
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard1-1/+1
2012-05-11Add missing includes.David Robillard1-0/+2
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-2/+2
2012-03-27Switch to AGPL3+.David Robillard3-0/+48
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-1/+1
2012-03-16Remove activity from interface and use set_property() instead.David Robillard1-2/+1
2012-03-15Remove weird "include" directory and use standard style ("ingen" directory in...David Robillard2-4/+4
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard1-2/+1
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-05-13Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except...David Robillard1-2/+2
2011-04-28Switch to Lilv from SLV2.David Robillard1-1/+1
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard2-2/+2
2011-04-19Remove EngineInterface::quit().David Robillard1-1/+1
2011-04-19Merge "transfer" stuff with "bundle" stuff (functionally equivalent anyway).David Robillard1-2/+0
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard2-4/+4
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard1-1/+1
2011-04-13Consistent local or installed includes for interface headers.David Robillard3-9/+9
2011-02-17Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins.David Robillard1-7/+3
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-2/+2
2010-02-14Remove voice specific control setting.David Robillard1-1/+0
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard2-7/+1
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-1/+0
2010-01-29Send binding information to client.David Robillard1-0/+1
2010-01-06Do all logging output via Raul streams.David Robillard1-17/+16
2010-01-03Remove patch clear command (fix ticket #375).David Robillard1-1/+0
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-16/+21
2009-06-03Update bindings.David Robillard4-68/+26
2009-06-03Update SWIG file.David Robillard1-6/+5
2009-05-28Replace new_plugin with put.David Robillard1-4/+0
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-2/+2
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard1-2/+2
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard2-14/+4
2009-05-13Remove old/unused DSSI program API.David Robillard1-9/+0
2009-05-13Strip trailing whitespace.David Robillard1-19/+19
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard1-3/+3
2009-05-11Don't cause slv2 to load plugin data until a plugin is loaded or menu request...David Robillard1-2/+1
2008-11-10Turn off OSC debug dumping in engine.David Robillard1-1/+1
2008-10-03Good riddance.David Robillard1-37/+0
2008-09-28Merge weird split set_port_value / set_port_value_immediately API (whether a ...David Robillard1-5/+5
2008-08-20Fix building without libsoup. Again.David Robillard1-4/+2
2008-08-19Factor out destroy (and object_destroyed) to common interface.David Robillard1-2/+0
2008-08-19Remove more API/code: num_plugins (unused legacy of the really crap OSC days).David Robillard1-2/+0
2008-08-17Replace imperative polyphony/polyphonic stuff with properties (kill more API).David Robillard1-6/+0
2008-08-17There!David Robillard1-4/+0
2008-08-17Cloooser...David Robillard1-2/+10
2008-08-16Closer...David Robillard1-3/+3