summaryrefslogtreecommitdiffstats
path: root/src/bindings
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-16Begin factoring out common elements of EngineInterface and ClientInterface.David Robillard1-4/+4
2008-07-30Update Client interface used by bindings.David Robillard1-0/+6
2008-07-30Fix building with language bindings.David Robillard3-2/+5
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard1-1/+2
2007-11-05make distcheck fixesDavid Robillard1-1/+2
2007-10-08s/MetadataMap/Variables/ etc.David Robillard1-1/+1
2007-08-01Added missing bindings files.David Robillard2-0/+63
2007-08-01Clean up engine/client interfaces.David Robillard1-46/+46
2007-08-01Remove PostProcessor thread, post-process in main thread instead (solves scri...David Robillard3-20/+25
2007-08-01More SWIGification. Engine->Client calls/messages implemented... and segfaul...David Robillard3-2/+133
2007-07-31Functional engine Python bindings (e.g. ingen -e -r patchomatic.py).David Robillard3-19/+36
2007-07-31SWIG building fixes.David Robillard1-4/+6
2007-07-31First steps towards Ingen SWIG bindings.David Robillard3-0/+75