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