summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-26Remove request_all_objects from EngineInterface (and RequestAllObjects event ...David Robillard14-153/+2
2010-02-26Add missing file.David Robillard1-0/+281
2010-02-26Add center parameter to FlowCanvas::Canvas::arrange with default value trueDavid Robillard4-5/+5
2010-02-26Tinker subpatch polyphony logic.David Robillard1-1/+1
2010-02-26Fix bad LADSPA plugin names when using -l from command line (fix ticket #485).David Robillard1-0/+2
2010-02-26Arrange at the top left and scroll to top left corner by default.David Robillard2-2/+4
2010-02-26Fix queued connections (e.g. event input => print).David Robillard5-16/+26
2010-02-26Perform all mixing for an audio input in a single mix operation (instead of a...David Robillard15-185/+123
2010-02-26Show control ports in control dialog (fix regression from r2492).David Robillard1-1/+2
2010-02-25Work on contexts and polymorphic ports.David Robillard36-202/+260
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard17-91/+112
2010-02-25Fix (remove) use of PatchImpl::_connections in the audio thread.David Robillard2-17/+23
2010-02-25Fix cross-context (audio -> message) connections.David Robillard1-0/+1
2010-02-25Use put instead of looped indidivual property sets.David Robillard1-5/+2
2010-02-24Tidy up Context and ProcessContext interfaces (ProcessContext only lives on a...David Robillard5-33/+43
2010-02-24Merge NodeBase and NodeImpl.David Robillard22-533/+158
2010-02-24Add new Delay internal.David Robillard31-75/+414
2010-02-23Fix various code issues discovered by cppcheck.David Robillard27-37/+42
2010-02-23Working dynamic polyphony in the root patch.David Robillard4-4/+18
2010-02-23Free plugin instances when decreasing polyphony.David Robillard4-48/+62
2010-02-23Tidy.David Robillard1-1/+0
2010-02-22Fix crash when dynamically reducing polyphony.David Robillard1-1/+2
2010-02-22Don't respond with PUT (creating empty nodes) when plugin instantiation fails.David Robillard20-26/+16
2010-02-22Fail gracefully when LV2 plugins have illegal symbols.David Robillard1-6/+19
2010-02-21Remove accidental absolute include (fix ticket #484).David Robillard1-3/+0
2010-02-20Reset PropertiesWindow on hide (fix crashes when modifying objects formerly s...David Robillard2-6/+17
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard74-634/+787
2010-02-20Remove no longer used AudioDriver.hpp.David Robillard2-66/+2
2010-02-19Fix audio->control connections.David Robillard1-2/+10
2010-02-18Refuse to delete /control_in or /control_out (fix crashes e.g. select-all + d...David Robillard1-11/+12
2010-02-18Use property_visible instead of set_visible which is apparently missing from ...David Robillard1-5/+5
2010-02-17Fix double error.David Robillard1-0/+1
2010-02-17Fix crash when rapidly decreasing polyphony (make SetMetadataEvent blocking i...David Robillard4-10/+21
2010-02-17Stub liblo bundle receiving support (patch on liblo-dev).David Robillard3-4/+40
2010-02-17Fix liblo varargs argument termination.David Robillard2-3/+3
2010-02-14Ssshh.David Robillard1-3/+0
2010-02-14Toggle sensitivity of voices spinbutton according to radio buttons.David Robillard2-21/+6
2010-02-14Merge LoadPatchWindow and LoadSubpatchWindow.David Robillard13-576/+203
2010-02-14Set unique keyboard mnemonics for widgets.David Robillard2-86/+31
2010-02-14Fix plugin and subpatch name offsets.David Robillard2-13/+7
2010-02-14Ssshh.David Robillard1-1/+0
2010-02-14Fix loading of subpatches.David Robillard10-348/+361
2010-02-14Preserve patch port indices across saves.David Robillard4-0/+53
2010-02-14Add human name to internal nodes (fix ticket #479).David Robillard4-2/+19
2010-02-14Remove obsolete wrapper scripts.David Robillard2-10/+0
2010-02-14Fix typo.David Robillard1-1/+1
2010-02-14Remove voice specific control setting.David Robillard28-352/+13
2010-02-14Correctly initialise object buffers.David Robillard2-2/+10
2010-02-13Fix node creation via HTTP (port parsing from string).David Robillard1-1/+1
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard42-378/+454