Age | Commit message (Expand) | Author | Files | Lines |
2010-02-20 | Remove no longer used AudioDriver.hpp. | David Robillard | 2 | -66/+2 |
2010-02-19 | Fix audio->control connections. | David Robillard | 1 | -2/+10 |
2010-02-18 | Refuse to delete /control_in or /control_out (fix crashes e.g. select-all + d... | David Robillard | 1 | -11/+12 |
2010-02-18 | Use property_visible instead of set_visible which is apparently missing from ... | David Robillard | 1 | -5/+5 |
2010-02-17 | Fix double error. | David Robillard | 1 | -0/+1 |
2010-02-17 | Fix crash when rapidly decreasing polyphony (make SetMetadataEvent blocking i... | David Robillard | 4 | -10/+21 |
2010-02-17 | Stub liblo bundle receiving support (patch on liblo-dev). | David Robillard | 3 | -4/+40 |
2010-02-17 | Fix liblo varargs argument termination. | David Robillard | 2 | -3/+3 |
2010-02-14 | Ssshh. | David Robillard | 1 | -3/+0 |
2010-02-14 | Toggle sensitivity of voices spinbutton according to radio buttons. | David Robillard | 2 | -21/+6 |
2010-02-14 | Merge LoadPatchWindow and LoadSubpatchWindow. | David Robillard | 13 | -576/+203 |
2010-02-14 | Set unique keyboard mnemonics for widgets. | David Robillard | 2 | -86/+31 |
2010-02-14 | Fix plugin and subpatch name offsets. | David Robillard | 2 | -13/+7 |
2010-02-14 | Ssshh. | David Robillard | 1 | -1/+0 |
2010-02-14 | Fix loading of subpatches. | David Robillard | 10 | -348/+361 |
2010-02-14 | Preserve patch port indices across saves. | David Robillard | 4 | -0/+53 |
2010-02-14 | Add human name to internal nodes (fix ticket #479). | David Robillard | 4 | -2/+19 |
2010-02-14 | Remove obsolete wrapper scripts. | David Robillard | 2 | -10/+0 |
2010-02-14 | Fix typo. | David Robillard | 1 | -1/+1 |
2010-02-14 | Remove voice specific control setting. | David Robillard | 28 | -352/+13 |
2010-02-14 | Correctly initialise object buffers. | David Robillard | 2 | -2/+10 |
2010-02-13 | Fix node creation via HTTP (port parsing from string). | David Robillard | 1 | -1/+1 |
2010-02-13 | Learn and remove bindings exclusively through property interface. | David Robillard | 42 | -378/+454 |
2010-02-13 | Make preset menu work when clicking items (previously only worked when pressi... | David Robillard | 2 | -11/+27 |
2010-02-12 | Install icons to correct locations. | David Robillard | 1 | -1/+1 |
2010-02-10 | Don't double-serialise port values. | David Robillard | 1 | -4/+0 |
2010-02-09 | Fix port value broadcasting to work with all types. | David Robillard | 2 | -4/+4 |
2010-02-09 | Non-fatal warning when control is out of range (needs to be sorted out...). | David Robillard | 1 | -1/+12 |
2010-02-09 | Make control bindings actually (audibly) take effect. | David Robillard | 2 | -3/+13 |
2010-02-09 | Fix bugs with child blocking events. | David Robillard | 3 | -9/+15 |
2010-02-07 | Show type (LV2, LADSPA, etc) label in plugin window rather than URI. | David Robillard | 2 | -15/+16 |
2010-02-04 | Fix a bunch of memory leaks. | David Robillard | 17 | -31/+60 |
2010-02-04 | Tidy up DeprecatedLoader, fix predicates. | David Robillard | 2 | -13/+4 |
2010-02-04 | --no-ladspa compile-time option. | David Robillard | 1 | -1/+4 |
2010-02-04 | Consistent name (property_changed) for ObjectModel::signal_property handlers. | David Robillard | 10 | -19/+19 |
2010-02-04 | Follow lv2:name for nodes as well (when human names are visible). | David Robillard | 1 | -3/+13 |
2010-02-04 | Change patch port label when human name changes (e.g. update label when chang... | David Robillard | 3 | -10/+15 |
2010-02-04 | Fix crash on port rename (fix ticket #478). | David Robillard | 1 | -1/+1 |
2010-02-04 | ... but not in python :) | David Robillard | 1 | -1/+1 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 19 | -44/+43 |
2010-02-04 | Use full URIs where necessary (fix lost properties bugs). | David Robillard | 1 | -4/+4 |
2010-02-04 | MIDI feedback. | David Robillard | 8 | -135/+273 |
2010-02-03 | Responder => Request, and handle EventSource unblocking from Request (simplif... | David Robillard | 54 | -389/+381 |
2010-02-03 | Make human names work with LADSPA plugins as well (fix ticket #477). | David Robillard | 8 | -87/+81 |
2010-02-03 | Fix connecting via HTTP (partially, GUI shows up at least...). | David Robillard | 1 | -4/+1 |
2010-02-03 | Consistent message style. | David Robillard | 1 | -3/+3 |
2010-02-03 | Only bind notes to toggle controls, so it is possible to bind non-toggle cont... | David Robillard | 2 | -2/+10 |
2010-02-03 | Binding of MIDI notes to toggle parameters. | David Robillard | 5 | -9/+43 |
2010-02-03 | Properly detect lv2:portProperty. | David Robillard | 2 | -6/+6 |
2010-02-03 | Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half). | David Robillard | 9 | -13/+33 |