summaryrefslogtreecommitdiffstats
path: root/src/bindings
AgeCommit message (Expand)AuthorFilesLines
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