Age | Commit message (Expand) | Author | Files | Lines |
2010-02-14 | Remove voice specific control setting. | David Robillard | 1 | -1/+0 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 2 | -7/+1 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 1 | -1/+0 |
2010-01-29 | Send binding information to client. | David Robillard | 1 | -0/+1 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -17/+16 |
2010-01-03 | Remove patch clear command (fix ticket #375). | David Robillard | 1 | -1/+0 |
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 1 | -16/+21 |
2009-06-03 | Update bindings. | David Robillard | 4 | -68/+26 |
2009-06-03 | Update SWIG file. | David Robillard | 1 | -6/+5 |
2009-05-28 | Replace new_plugin with put. | David Robillard | 1 | -4/+0 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 1 | -2/+2 |
2009-05-27 | Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE). | David Robillard | 1 | -2/+2 |
2009-05-27 | Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge... | David Robillard | 2 | -14/+4 |
2009-05-13 | Remove old/unused DSSI program API. | David Robillard | 1 | -9/+0 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -19/+19 |
2009-05-12 | Bring EngineInterface and ClientInterface closer together. | David Robillard | 1 | -3/+3 |
2009-05-11 | Don't cause slv2 to load plugin data until a plugin is loaded or menu request... | David Robillard | 1 | -2/+1 |
2008-11-10 | Turn off OSC debug dumping in engine. | David Robillard | 1 | -1/+1 |
2008-10-03 | Good riddance. | David Robillard | 1 | -37/+0 |
2008-09-28 | Merge weird split set_port_value / set_port_value_immediately API (whether a ... | David Robillard | 1 | -5/+5 |
2008-08-20 | Fix building without libsoup. Again. | David Robillard | 1 | -4/+2 |
2008-08-19 | Factor out destroy (and object_destroyed) to common interface. | David Robillard | 1 | -2/+0 |
2008-08-19 | Remove more API/code: num_plugins (unused legacy of the really crap OSC days). | David Robillard | 1 | -2/+0 |
2008-08-17 | Replace imperative polyphony/polyphonic stuff with properties (kill more API). | David Robillard | 1 | -6/+0 |
2008-08-17 | There! | David Robillard | 1 | -4/+0 |
2008-08-17 | Cloooser... | David Robillard | 1 | -2/+10 |
2008-08-16 | Closer... | David Robillard | 1 | -3/+3 |
2008-08-16 | Begin factoring out common elements of EngineInterface and ClientInterface. | David Robillard | 1 | -4/+4 |
2008-07-30 | Update Client interface used by bindings. | David Robillard | 1 | -0/+6 |
2008-07-30 | Fix building with language bindings. | David Robillard | 3 | -2/+5 |
2008-07-28 | Simply global memory management crap by using shared_ptr in the World struct ... | David Robillard | 1 | -1/+2 |
2007-11-05 | make distcheck fixes | David Robillard | 1 | -1/+2 |
2007-10-08 | s/MetadataMap/Variables/ etc. | David Robillard | 1 | -1/+1 |
2007-08-01 | Added missing bindings files. | David Robillard | 2 | -0/+63 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 1 | -46/+46 |
2007-08-01 | Remove PostProcessor thread, post-process in main thread instead (solves scri... | David Robillard | 3 | -20/+25 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 3 | -2/+133 |
2007-07-31 | Functional engine Python bindings (e.g. ingen -e -r patchomatic.py). | David Robillard | 3 | -19/+36 |
2007-07-31 | SWIG building fixes. | David Robillard | 1 | -4/+6 |
2007-07-31 | First steps towards Ingen SWIG bindings. | David Robillard | 3 | -0/+75 |