summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-08-13Fix race condition resulting in duplicate connections if several identical re...David Robillard8-29/+78
2008-08-13Fix crash on 'clear' in plugin selector window.David Robillard1-4/+9
2008-08-13Fix crash on triggers on the last sample of the cycle.David Robillard1-4/+6
2008-08-13Fix new node default naming from both plugin window and patch context menu.David Robillard6-27/+48
2008-08-13Remove old LASH stuff (wouldn't be useful in implementing the new LASH with t...David Robillard11-474/+0
2008-08-13Move crap (now) only used internally by deprecated loader to DeprecatedLoader...David Robillard11-138/+60
2008-08-13More code removal/cleanup.David Robillard6-143/+15
2008-08-13Remove essentially pointless BufferFactory namespace/files.David Robillard6-49/+10
2008-08-13Remove control modifier which conflicted with multi-select in FlowCanvas.David Robillard2-22/+18
2008-08-12Fix plugin selection window (adding the same plugin twice in a row works, nic...David Robillard2-10/+15
2008-08-08Fix typo.David Robillard1-1/+1
2008-07-30Update Client interface used by bindings.David Robillard1-0/+6
2008-07-30Fix building with language bindings.David Robillard8-15/+11
2008-07-30Allow loading multiple subpatches at once (in Load Patch dialog from context ...David Robillard1-2/+12
2008-07-30Fix crash on ingen -e.David Robillard12-622/+622
2008-07-30More helpful command line output.David Robillard4-304/+372
2008-07-30Fix running with various combinations of command line parameters.David Robillard1-21/+21
2008-07-30Don't complain loudly when no client exists to hear responsesDavid Robillard2-5/+8
2008-07-29Fix set_port_value crash when running separate engine w/ OSC.David Robillard2-6/+3
2008-07-29Fix connecting via OSC.David Robillard2-20/+10
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