summaryrefslogtreecommitdiffstats
path: root/src/libs
AgeCommit message (Expand)AuthorFilesLines
2008-08-14Only show GUI menu items for nodes with available GUIs.David Robillard3-2/+26
2008-08-14Fix deadlock on LV2 GUI show.David Robillard1-1/+0
2008-08-14Don't load engine module twice.David Robillard2-18/+15
2008-08-14Don't present (or even load widgets from XML) connection window until some ti...David Robillard3-58/+123
2008-08-14Shave some more time off startup (send commands off before updating GUI thing...David Robillard3-24/+27
2008-08-14Don't wait for plugins from ingen, show root patch window as soon as possible...David Robillard1-40/+16
2008-08-14Defer menu creation until it is actually requested (speeds up startup time-to...David Robillard6-49/+88
2008-08-14Fix deadlock.David Robillard2-6/+5
2008-08-14Remove polyphony debugging stuff.David Robillard1-13/+0
2008-08-14Lock RDF world mutex in all places slv2 or redland is accessed (fix random se...David Robillard13-24/+71
2008-08-14Clamp range of voice selector in node control window.David Robillard4-8/+27
2008-08-14Tolerate illegal voice numbers from client for set_port_value.David Robillard2-5/+15
2008-08-14Gracefully handle illegal port paths from client for set_port_value.David Robillard2-8/+21
2008-08-14Fix crash when attempting to pop up the GUI of a node with no plugin.David Robillard1-1/+1
2008-08-14Fix crash when showing control window for root patch.David Robillard1-1/+1
2008-08-14Fix initial stacked border state of modules on patch importing.David Robillard1-2/+1
2008-08-13Fix crash when dynamically changing polyphony w/ LADSPA plugins.David Robillard2-5/+5
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-07-30Fix building with language bindings.David Robillard4-13/+5
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 Robillard2-23/+23
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 Robillard1-5/+7
2008-07-29Add converted Smack 909 patches.David Robillard6-15/+9
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 Robillard7-41/+75
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 Robillard2-16/+4
2008-07-28Fix crash on patch loading.David Robillard1-2/+2
2008-07-28Remove annoying set_dev_environment.sh script in favour of progs/ingen/ingen....David Robillard1-1/+2
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 Robillard38-310/+397
2008-07-24Add missing redlandmm CFLAGS to libs/shared (shouldn't be strictly necessary ...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