summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-29Add converted Smack 909 patches.David Robillard9-16/+1604
2008-07-29Fix stateful port value setting stuff (trigger output ports on note/trigger/e...David Robillard20-111/+101
2008-07-29Bump Ingen librdf dependency to 1.0.8.David Robillard13-42/+3268
2008-07-29Loading of recursive old-style Om patches (multi-file).David Robillard2-6/+13
2008-07-28Compatibility hacks for old Om patchages (many Smack patches now load success...David Robillard4-10/+44
2008-07-28Fix loading patches from command line (partially).David Robillard3-26/+19
2008-07-28Fix crash on patch loading.David Robillard1-2/+2
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 Robillard4-14/+8
2008-07-28Remove near duplicate SetPortValueEvent and SetPortValueQueuedEvent classes.David Robillard8-263/+43
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard42-319/+409
2008-07-24Add missing redlandmm CFLAGS to libs/shared (shouldn't be strictly necessary ...David Robillard1-1/+1
2008-07-10Fix patchage/raul building without jack.David Robillard1-1/+1
2008-07-07Update for SLV2 API.David Robillard2-2/+2
2008-06-23Twiddle port layout decision to work better with klaviatur.David Robillard1-9/+2
2008-06-23Turn down event verbosity.David Robillard2-7/+1
2008-06-23Move widget embedding down to FlowCanvas.David Robillard6-94/+42
2008-06-23Formatting.David Robillard1-1/+1
2008-06-23Formatting.David Robillard1-9/+9
2008-06-23OSC documentation fixes.David Robillard1-9/+5
2008-06-23Fix slv2 pkg-config name.David Robillard1-1/+1
2008-06-10Spell kludge correctly :)David Robillard1-1/+1
2008-06-10Fix 'disconnect' operation for all objects (inc. patch ports).David Robillard26-429/+280
2008-06-09Fix prompting for filename when patch is loaded from command line.David Robillard3-6/+5
2008-06-09Fix crash when running ingen -l.David Robillard1-0/+1
2008-06-09Fix more boost::optional stuff.David Robillard1-1/+1
2008-06-09Fix compilation on b0ef's crackheaded computer.David Robillard1-2/+2
2008-06-09Fix Ctrl 'editable' patch modifier (for control twiddling) ceasing to work in...David Robillard4-20/+61
2008-06-09Fix lingering breadcrumbs of destroyed subpatches (ticket #80).David Robillard6-17/+17
2008-06-09Fix port control slider synchronization issues.David Robillard3-5/+4
2008-06-09Fix compilation.David Robillard1-3/+3
2008-06-09Bump liblo dependency to 0.25 (SVN).David Robillard3-11/+12
2008-06-09Store information from patch properties window.David Robillard3-8/+11
2008-06-09Bump liblo dependency to 0.24.David Robillard8-89/+121
2008-06-09Make sure plugin window isn't modal (hopefully...).David Robillard1-0/+1
2008-06-09Always check for liblo.David Robillard1-1/+3
2008-06-09Fix internal Patch->Patch connection loading.David Robillard1-0/+23
2008-06-09Fix SSE detection (for denormal protection).David Robillard2-14/+23
2008-06-09Serialiser cleanups.David Robillard1-9/+7
2008-06-09Add quick context menu for Internal 'plugins'.David Robillard2-2/+30
2008-06-09Fix crash on instantiation of Control node.David Robillard1-1/+1
2008-05-23Don't set default value metadata if plugin didn't specify a default value.David Robillard3-12/+11
2008-05-23Fix infinite loops (and jack death) on internal MIDI nodes (note, trigger, co...David Robillard4-33/+30
2008-05-23Fix crash when trying to add multiple objects with the same path.David Robillard6-35/+78
2008-05-23Fix memory error.David Robillard1-1/+1
2008-05-23Print which LADSPA plugins have "broken" ranges (not always actually broken t...David Robillard1-2/+4
2008-05-23Don't dump paths to console when deleting objects.David Robillard1-3/+2
2008-05-23Fix false "unable to find object to destroy" error message.David Robillard2-20/+22
2008-05-20Fix Jack MIDI output.David Robillard3-10/+17
2008-05-20Fix direct midi in -> midi out connections in root patch with plugins present.David Robillard8-38/+70