Age | Commit message (Expand) | Author | Files | Lines |
2008-11-16 | Use higher level object sending interface internally in engine. | David Robillard | 6 | -58/+5 |
2008-11-16 | More HTTP. | David Robillard | 9 | -34/+46 |
2008-11-16 | Control port value tracking via HTTP. | David Robillard | 1 | -1/+5 |
2008-11-16 | Track connecting over HTTP. | David Robillard | 1 | -13/+29 |
2008-11-16 | Monitoring deletion and variable setting (e.g. moving stuff on the canvas) vi... | David Robillard | 1 | -8/+13 |
2008-11-16 | Follow new object creation via HTTP (serialising/parsing RDF to communicate b... | David Robillard | 14 | -12/+112 |
2008-11-16 | TCP notification stream support (not fully implemented yet, but transport stu... | David Robillard | 10 | -39/+38 |
2008-11-15 | Stubs for HTTP streaming. | David Robillard | 5 | -3/+352 |
2008-11-10 | Turn off OSC debug dumping in engine. | David Robillard | 6 | -9/+9 |
2008-11-10 | Fix Plugin name/symbol shadowing stuff that broke plugin loading (fix ticket ... | David Robillard | 1 | -1/+1 |
2008-11-09 | Add concept of 'Resource' and make plugins a resource (as well as graph objec... | David Robillard | 4 | -24/+20 |
2008-11-09 | Move patch to /patch via HTTP to give a place for RESTful access to other thi... | David Robillard | 6 | -54/+71 |
2008-10-20 | Make Ingen and Patchage relocatable binaries when built as a bundle. | David Robillard | 1 | -0/+2 |
2008-10-20 | Actually use installation location variables for everything. | David Robillard | 1 | -5/+5 |
2008-10-19 | Make ingen actually run again :) | David Robillard | 5 | -13/+14 |
2008-10-18 | Lower glib/glibmm dependency to 2.14. | David Robillard | 7 | -32/+46 |
2008-10-18 | Remove mandatory libjack dependency (just for typedefs). | David Robillard | 1 | -5/+4 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 81 | -133/+132 |
2008-10-16 | Don't install experimental ingen LV2 stuff. | David Robillard | 1 | -1/+2 |
2008-10-13 | Fix off-by-1 memory error. | David Robillard | 1 | -1/+1 |
2008-10-13 | Fix various problems with subpatch connecting/disconnecting (and probably int... | David Robillard | 6 | -32/+49 |
2008-10-12 | Remove meaningless/non-LV2/kludgey 'event' 'midi' and 'osc' distinction. | David Robillard | 4 | -13/+10 |
2008-10-12 | More tidy. | David Robillard | 1 | -23/+16 |
2008-10-12 | Build LV2 wrapper in correct location. | David Robillard | 1 | -1/+1 |
2008-10-12 | Build LV2 wrapper (still non-functional). | David Robillard | 1 | -4/+21 |
2008-10-12 | Tidy. | David Robillard | 1 | -4/+2 |
2008-10-12 | Vomit less on the console when loading deprecated patches. | David Robillard | 1 | -2/+0 |
2008-10-12 | Add --jack-name command line option (implement feature request #176). | David Robillard | 6 | -48/+51 |
2008-10-12 | Split OSC/HTTP/JACK dependencies from ingen into separate libraries so engine... | David Robillard | 15 | -97/+335 |
2008-10-12 | Eliminate redundant ingen ontology parts, and save ingen Patchage in an LV2 c... | David Robillard | 6 | -19/+19 |
2008-10-11 | Tolerate illegal paths in create_patch events. | David Robillard | 1 | -7/+7 |
2008-10-11 | Fix crash in some connection scenario or another. Control->control mixing. ... | David Robillard | 1 | -1/+1 |
2008-10-11 | Fix 'extending' logic (control->audio connections) to deal with varying poly ... | David Robillard | 1 | -8/+8 |
2008-10-11 | Fix crash when copying from a large buffer to a smaller one (just copy the fi... | David Robillard | 1 | -2/+2 |
2008-10-06 | Fix ticket #224 | David Robillard | 1 | -0/+1 |
2008-10-06 | Specify absolute include paths to fix waf dependency tracking. | David Robillard | 2 | -5/+6 |
2008-10-06 | LV2 and polyphony fixes from kfoltman. | David Robillard | 8 | -50/+142 |
2008-10-05 | Remove cruft. | David Robillard | 4 | -16/+0 |
2008-10-05 | More case sensitive fixing (duh). | David Robillard | 2 | -1/+1 |
2008-10-05 | Move engine.cpp to ingen_engine.cpp to avoid case insensitive name clashes. | David Robillard | 2 | -1/+1 |
2008-10-05 | Initialize _prepared_buffers. | David Robillard | 1 | -0/+3 |
2008-10-05 | Set port values for message context ports (from kfoltman). | David Robillard | 2 | -4/+14 |
2008-10-04 | Apply context extension fixes from kfoltman. | David Robillard | 2 | -12/+19 |
2008-10-03 | Make liblo optional for building ingen. | David Robillard | 5 | -5/+6 |
2008-10-03 | Good riddance. | David Robillard | 2 | -266/+0 |
2008-10-03 | Support building locally against header-only libraries in autowaf. | David Robillard | 20 | -20/+20 |
2008-10-02 | Fix loading plugins with garbage extension_data pointers (tsk tsk, swh). | David Robillard | 1 | -0/+6 |
2008-10-02 | Make --build-docs at configure time trigger documentation building at build t... | David Robillard | 3 | -14/+4 |
2008-10-02 | Build against local libraries with uselib_local instead of CFLAGS kludges. | David Robillard | 1 | -1/+2 |
2008-10-02 | Fix loading of LADSPA and LV2 plugins, and HTTP support (actually build optio... | David Robillard | 1 | -5/+11 |