summaryrefslogtreecommitdiffstats
path: root/src/libs
AgeCommit message (Expand)AuthorFilesLines
2007-07-04Don't look for ~/.omgtkrcDavid Robillard1-1/+4
2007-07-04Fix serialization of Patch type.David Robillard1-1/+1
2007-07-04Added metadata (ie integer, toggle) to builtin node control ports.David Robillard11-65/+69
2007-07-04Remove MIDI event debug messages (from MIDI control node).David Robillard3-15/+46
2007-07-04Fix MIDI control and trigger nodes.David Robillard4-4/+17
2007-07-04Allow setting control values out of range.David Robillard4-475/+509
2007-07-04Fix crash on Ingen patch save (mismatched RDF type enums).David Robillard2-4/+7
2007-07-03Fix running from source tree when Ingen is not installed at all (with set_dev...David Robillard2-3/+8
2007-07-03Fix crash on MIDI controller receiving.David Robillard10-41/+86
2007-06-24Fix running GUI with internal engine and direct interface (i.e. no OSC) with ...David Robillard6-41/+12
2007-06-24Fixed unnnecessary name mangling of deprecated patches.David Robillard4-13/+28
2007-06-23Possible fix for serialisation in locales with , as decimal point.David Robillard3-9/+11
2007-06-15Just use automake instead of automake-1.9, etc.David Robillard3-24/+22
2007-06-08Remove PluginLibrary, use Glib::Module instead.David Robillard6-159/+43
2007-06-08Remove ingen_dev script (obsoleted by src/setup_dev_environment.sh).David Robillard3-41/+3
2007-06-08Removed Raul Mutex and Condition (redundant with glib).David Robillard1-3/+2
2007-06-07Don't install unit test binaries.David Robillard1-1/+1
2007-06-06Nicer Flowcanvas naming.David Robillard10-44/+44
2007-05-08Removed Alsa MIDI driver.David Robillard4-497/+0
2007-05-04Fixed reference to old glade file (ingenuity.glade).David Robillard1-3/+3
2007-05-04Set Loader thread name (GUI) for decent console output.David Robillard1-0/+2
2007-05-04Double Jack initialisation and other cmdline fixes.David Robillard1-0/+6
2007-05-04Added missing files.David Robillard2-0/+99
2007-05-04Work on internal engine + GUI (still some problems).David Robillard6-38/+85
2007-05-04Fix boost::bad_weak_ptr crash when clicking a patch port module.David Robillard1-2/+1
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard168-277/+13838
2007-05-03Fixed LV2-less build.David Robillard1-0/+2
2007-05-02Added svn:ignore property to everything.David Robillard58-356/+478
2007-05-01Moved loading out to it's own namespace.David Robillard2-60/+47
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard7-249/+242
2007-04-29Cleaner control panel layout, with value spinner/entry.David Robillard1-1/+0
2007-04-29Replace URIs in load plugin dialog with user friendly strings.David Robillard1-5/+5
2007-04-29Set maximum bundle size to ideal UDP value.David Robillard1-2/+2
2007-04-29Fixed incomplete transfer of loaded plugins to client, bundle transfer.David Robillard3-8/+25
2007-04-21Loading plugins via class-based menu heirarchy in patch context menu.David Robillard5-13/+72
2007-04-20Update for SLV2 API changes.David Robillard2-12/+4
2007-04-19Renamed SLV2Model SLV2World.David Robillard5-10/+18
2007-04-19Applied patch from larsl to fix DSSI MIDI.David Robillard3-18/+49
2007-04-16Updated Jack version checked by configure.David Robillard3-13/+13
2007-04-12Updated Raptor dependency to 1.4.14 (for Turtle serialization).David Robillard2-9/+9
2007-04-11Updated/cleaned up OSC namespace (/om/synth -> /ingen etc).David Robillard10-417/+211
2007-04-11Minor code cleanups/cruft removal.David Robillard6-44/+13
2007-04-11Serialization (both saving and restoring) of nested patches.David Robillard6-74/+190
2007-04-10Fixed feedback connections.David Robillard1-4/+6
2007-04-09Fix crash on saving recursive patches (don't load yet though).David Robillard1-1/+5
2007-04-09Internal subpatch connection bugfix.David Robillard1-8/+15
2007-04-09Bugfixes.David Robillard1-1/+5
2007-04-09MIDI patching. wooo!David Robillard3-23/+33
2007-04-08Fix connections directly between subpatch input/output ports.David Robillard5-37/+23
2007-04-08Fixed audio output.David Robillard3-103/+22