summaryrefslogtreecommitdiffstats
path: root/src/progs
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-04Fixed engine OSC listening (and GUI connecting).David Robillard1-10/+14
2007-05-04Double Jack initialisation and other cmdline fixes.David Robillard1-4/+2
2007-05-04Added more missing files.David Robillard2-0/+585
2007-05-04Work on internal engine + GUI (still some problems).David Robillard1-4/+9
2007-05-04Patch loading from the command line with absolute paths, relative paths, or l...David Robillard2-14/+18
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard101-14598/+298
2007-05-02Added svn:ignore property to everything.David Robillard71-343/+381
2007-05-01Moved loading out to it's own namespace.David Robillard5-14/+15
2007-05-01Morph disconnect button into cancel while attempting a connectionDavid Robillard1-2/+5
2007-05-01GUI cleanups.David Robillard4-59/+83
2007-05-01Fixed remote patch loading.David Robillard1-2/+3
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard12-29/+64
2007-04-29Cleaner control panel layout, with value spinner/entry.David Robillard5-4688/+3065
2007-04-29Replace URIs in load plugin dialog with user friendly strings.David Robillard2-1/+31
2007-04-23Moved range controls from node controls window to popup dialog to declutter.David Robillard7-138/+548
2007-04-21Loading plugins via class-based menu heirarchy in patch context menu.David Robillard3-3/+81
2007-04-19Renamed SLV2Model SLV2World.David Robillard2-12/+4
2007-04-18Added cURL compiler flags.David Robillard1-2/+2
2007-04-17Fix missed events timestamp bug (for real this time).David Robillard1-2/+2
2007-04-17Added missing files.David Robillard2-0/+384
2007-04-16Updated Jack version checked by configure.David Robillard8-20/+367
2007-04-12Remote patch indexing, loading from online patch repository.David Robillard3-34/+169
2007-04-12Updated Raptor dependency to 1.4.14 (for Turtle serialization).David Robillard10-12/+334
2007-04-11Updated/cleaned up OSC namespace (/om/synth -> /ingen etc).David Robillard1-1/+1
2007-04-11Fix control range restoring when reattaching to the engine (properly store po...David Robillard1-14/+8
2007-04-11Crank up control slider precision.David Robillard1-26/+74
2007-04-11Serialization (both saving and restoring) of nested patches.David Robillard1-5/+8
2007-04-09Bugfixes.David Robillard1-1/+1
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard2-2/+3
2007-04-07Visual tweaks.David Robillard7-40/+65
2007-04-07Fixed connection to patch MIDI ports when loading deprecated patches.David Robillard3-9/+21
2007-04-07Fix for overly loopy connections over short distances.David Robillard4-10/+45