summaryrefslogtreecommitdiffstats
path: root/src/libs
AgeCommit message (Expand)AuthorFilesLines
2007-07-24Fix building Ingen w/ Jack MIDI.David Robillard1-7/+3
2007-07-24Removed recursive autohell, except for SLv2.David Robillard18-113/+149
2007-07-24Fix crash triggered by closing controls window (twice, sometimes).David Robillard2-2/+11
2007-07-24Don't show empty plugin category menus.David Robillard2-10/+20
2007-07-24Working OSC patching.David Robillard4-8/+15
2007-07-24Match LV2 specification instantiate prototype.David Robillard1-1/+1
2007-07-23Control <-> Audio connections.David Robillard3-15/+27
2007-07-23Updated LV2 spec.David Robillard1-1/+1
2007-07-23Fixed OSC printer bugs, instantiates correctly now.David Robillard4-23/+54
2007-07-23Removed glib dependency from LV2 OSC code.David Robillard16-477/+698
2007-07-15Gracefully handle inability to load window icon (SVG).David Robillard1-2/+7
2007-07-13Yet another potential fix.David Robillard1-1/+0
2007-07-13Added yet another assertion in search of the heisenbug.David Robillard1-2/+3
2007-07-13Added harsher assertion in hopes of catching bug earlier.David Robillard1-3/+1
2007-07-07Added missing file.David Robillard1-0/+50
2007-07-05Completely irrelevant code tidying.David Robillard1-12/+12
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