summaryrefslogtreecommitdiffstats
path: root/src/libs
AgeCommit message (Expand)AuthorFilesLines
2007-07-27Control port slider functionality (when not in edit more, or holding down con...David Robillard2-0/+24
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard53-127/+129
2007-07-26Fix recursive patch serialization (fix ticket 63).David Robillard7-35/+68
2007-07-26Make canvas grab events.David Robillard8-105/+92
2007-07-26Trim the fat.David Robillard7-207/+9
2007-07-26Fix destruction.David Robillard2-10/+13
2007-07-26Use PathTable for engine side objects.David Robillard21-119/+200
2007-07-26Maybe fix undefined reference.David Robillard1-0/+1
2007-07-26Fix various Table bugs (and put some way too slow code in there, but hey, it ...David Robillard11-22/+66
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard28-179/+257
2007-07-25Build against local SLV2 too.David Robillard4-459/+528
2007-07-25Distcheck fixes.David Robillard10-43/+65
2007-07-25Set signal emission timeout frequencer to a saner value.David Robillard1-4/+4
2007-07-25Fix running with ingen -eg.David Robillard23-85/+237
2007-07-25Fix crash on Jack frame counter overrun.David Robillard1-2/+0
2007-07-25Removed outdated comment.David Robillard1-2/+1
2007-07-24Work around broken LADSPA plugins with screwy range/default (fix ticket 59).David Robillard4-5/+22
2007-07-24Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str...David Robillard21-145/+112
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard273-1536/+1517
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