summaryrefslogtreecommitdiffstats
path: root/src/progs
AgeCommit message (Expand)AuthorFilesLines
2008-08-19Preliminary connecting via HTTP in Gtk client.David Robillard1-7/+7
2008-08-18Remove pointless predicates that are duplicates of exist well-known ones.David Robillard1-0/+1
2008-08-18Fix loading / importing patches at root and in subpatches.David Robillard1-3/+3
2008-08-17Clean up parser into generic form that can parse anything (rather than just t...David Robillard1-1/+1
2008-08-17Rename 'Loader' 'Parser'.David Robillard1-5/+5
2008-08-17There!David Robillard1-1/+1
2008-08-16Add missing Store.cpp.David Robillard1-0/+1
2008-08-16Fix 'ingen -egl'.David Robillard1-1/+2
2008-08-16Only load one serialisation module, and store it in the world.David Robillard1-6/+5
2008-08-15Add primitive read-only HTTP interface (point browser to http://localhost:161...David Robillard1-0/+4
2008-07-30Fix crash on ingen -e.David Robillard1-1/+1
2008-07-30More helpful command line output.David Robillard4-304/+372
2008-07-30Fix running with various combinations of command line parameters.David Robillard1-21/+21
2008-07-29Fix connecting via OSC.David Robillard1-15/+3
2008-07-28Fix loading patches from command line (partially).David Robillard1-10/+15
2008-07-28Add ingen.dbg wrapper script for debugging (runs ingen in gdb).David Robillard1-0/+5
2008-07-28Remove annoying set_dev_environment.sh script in favour of progs/ingen/ingen....David Robillard2-5/+6
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard1-5/+5
2008-06-09Fix crash when running ingen -l.David Robillard1-0/+1
2008-06-09Store information from patch properties window.David Robillard1-0/+1
2008-05-19Better global (engine/client) LV2 feature sharing.David Robillard1-2/+17
2008-05-04Use global RDF world when loading a patch (fix crashes when using ingen -el).David Robillard1-12/+13
2008-05-03Apply slv2_plugin_get_port_ranges usage Ingen patch from larsl.David Robillard1-1/+2
2008-05-01Fix incorrect use of Version field in ingen.desktopDavid Robillard1-1/+0
2008-01-23Remove unnecessary subst vars.David Robillard1-2/+2
2008-01-07Fix building.David Robillard1-2/+2
2008-01-05Fix connecting mismatched ports bug (closes ticket 129).David Robillard3-58/+196
2007-12-05Add preliminary mutation to machina (only random edge probability mutation so...David Robillard1-2/+2
2007-12-05Preliminary evolutionary stuff in machina.David Robillard1-1/+1
2007-11-30Split redland C++ wrappers out from Raul.David Robillard2-3/+3
2007-11-05Add independent building stuff for ingen.David Robillard1-1/+1
2007-10-08Reorganize modules module (heh) to make a bit more sense. But not much.David Robillard1-1/+3
2007-08-09Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con...David Robillard4-11/+57
2007-08-01Added missing bindings files.David Robillard1-1/+8
2007-08-01Remove PostProcessor thread, post-process in main thread instead (solves scri...David Robillard1-0/+1
2007-08-01More SWIGification. Engine->Client calls/messages implemented... and segfaul...David Robillard1-5/+3
2007-07-31Functional engine Python bindings (e.g. ingen -e -r patchomatic.py).David Robillard5-7/+79
2007-07-30Shutdown cleanly (fix ticket 53).David Robillard1-2/+9
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard2-3/+2
2007-07-25Fix running with ingen -eg.David Robillard2-25/+15
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-8/+9
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-3/+2
2007-07-23Updated LV2 spec.David Robillard1-1/+1
2007-07-13Yet another potential fix.David Robillard1-2/+1
2007-07-13Possible fix for race condition crash.David Robillard1-1/+4
2007-06-24Fix running GUI with internal engine and direct interface (i.e. no OSC) with ...David Robillard1-6/+15
2007-06-08Remove ingen_dev script (obsoleted by src/setup_dev_environment.sh).David Robillard2-4/+1
2007-06-08Link against, and initialize, glib threads.David Robillard2-2/+4
2007-05-29Added SharedPtr include.David Robillard1-0/+1
2007-05-05Removed completely bit-rotten demolition client.David Robillard7-580/+1