summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-03-06Add missing files.David Robillard2-0/+90
2010-03-05Add missing file.David Robillard1-0/+24
2010-03-05Remove ingen.lv2 subdirectory (isn't a bundle and only had ingen_lv2.cpp in i...David Robillard1-0/+0
2010-03-05Move (old) scripts from /src/scripts to /scripts.David Robillard8-2106/+0
2010-03-05Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ...David Robillard7-18/+25
2010-03-04Scroll to origin on Home key press.David Robillard1-0/+3
2010-03-04Cascade when several objects are added via keyboard in sequence.David Robillard2-9/+18
2010-03-04Keyboard mnemonics for port add menuitems.David Robillard1-6/+6
2010-03-04Pop up patch context menu on space or menu key press (i.e. ability to add stu...David Robillard2-4/+32
2010-03-04Fix non-canvas key bindings (alt-f for file and such).David Robillard2-6/+3
2010-03-04Use portable path construction.David Robillard4-8/+11
2010-03-04Fix FlowCanvas key bindings (arrow scrolling and select-connect with enter).David Robillard4-55/+19
2010-03-04Fix Cancel button of quit confirmation dialog (don't hide the last patch wind...David Robillard1-1/+1
2010-03-04Always save to Ingen bundles (directories with names like foo.ingen.lv2 conta...David Robillard5-39/+66
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard8-8/+8
2010-02-28Fix internal node path translation kludges for loading .om patches.David Robillard1-24/+15
2010-02-28Just always allocate destination port buffers on connect, since being clever ...David Robillard1-6/+7
2010-02-28Automatically assign a port index if one isn't given on port creation.David Robillard1-1/+3
2010-02-28Fix loading LADSPA plugins from .om patches.David Robillard2-6/+18
2010-02-26Update stub support for liblo bundle handlers (for patch lo_bundle_receive_su...David Robillard2-13/+18
2010-02-26Remove unused AllNotesOff event.David Robillard4-128/+0
2010-02-26Remove unused Note event.David Robillard4-180/+0
2010-02-26Remove request_plugins from EngineInterface (and RequestPlugins event from en...David Robillard17-175/+16
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 Robillard3-4/+4
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