Age | Commit message (Expand) | Author | Files | Lines |
2010-02-25 | Work on contexts and polymorphic ports. | David Robillard | 16 | -107/+146 |
2010-02-25 | Store patch connections in a map using a lexicographic <Port*,Port*> key for | David Robillard | 10 | -59/+79 |
2010-02-25 | Fix (remove) use of PatchImpl::_connections in the audio thread. | David Robillard | 2 | -17/+23 |
2010-02-25 | Fix cross-context (audio -> message) connections. | David Robillard | 1 | -0/+1 |
2010-02-24 | Tidy up Context and ProcessContext interfaces (ProcessContext only lives on a... | David Robillard | 5 | -33/+43 |
2010-02-24 | Merge NodeBase and NodeImpl. | David Robillard | 22 | -533/+158 |
2010-02-24 | Add new Delay internal. | David Robillard | 31 | -75/+414 |
2010-02-23 | Fix various code issues discovered by cppcheck. | David Robillard | 14 | -12/+25 |
2010-02-23 | Working dynamic polyphony in the root patch. | David Robillard | 4 | -4/+18 |
2010-02-23 | Free plugin instances when decreasing polyphony. | David Robillard | 4 | -48/+62 |
2010-02-23 | Tidy. | David Robillard | 1 | -1/+0 |
2010-02-22 | Fix crash when dynamically reducing polyphony. | David Robillard | 1 | -1/+2 |
2010-02-22 | Don't respond with PUT (creating empty nodes) when plugin instantiation fails. | David Robillard | 20 | -26/+16 |
2010-02-22 | Fail gracefully when LV2 plugins have illegal symbols. | David Robillard | 1 | -6/+19 |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 60 | -595/+746 |
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-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 | 2 | -4/+35 |
2010-02-17 | Fix liblo varargs argument termination. | David Robillard | 1 | -2/+2 |
2010-02-14 | Fix loading of subpatches. | David Robillard | 1 | -0/+2 |
2010-02-14 | Preserve patch port indices across saves. | David Robillard | 3 | -0/+18 |
2010-02-14 | Add human name to internal nodes (fix ticket #479). | David Robillard | 4 | -2/+19 |
2010-02-14 | Fix typo. | David Robillard | 1 | -1/+1 |
2010-02-14 | Remove voice specific control setting. | David Robillard | 10 | -113/+8 |
2010-02-14 | Correctly initialise object buffers. | David Robillard | 2 | -2/+10 |
2010-02-13 | Learn and remove bindings exclusively through property interface. | David Robillard | 18 | -317/+248 |
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-04 | Fix a bunch of memory leaks. | David Robillard | 16 | -29/+52 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 7 | -11/+10 |
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 | 7 | -78/+67 |
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 | 3 | -9/+39 |
2010-02-03 | Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half). | David Robillard | 5 | -8/+27 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 34 | -126/+241 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 26 | -110/+126 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 13 | -107/+5 |
2010-02-01 | Fix leaks and an iterator error found by cppcheck. | David Robillard | 2 | -1/+9 |
2010-02-01 | Use consistent and more globally unique inclusion guards. | David Robillard | 84 | -251/+251 |
2010-01-29 | Improved/quicker/easier handling of control port ranges. | David Robillard | 4 | -7/+18 |
2010-01-29 | Remove references to deleted ports with control bindings (fix crash when appl... | David Robillard | 4 | -19/+58 |
2010-01-29 | Send binding information to client. | David Robillard | 10 | -7/+165 |
2010-01-29 | Magic MIDI binding via special ingen_control port. | David Robillard | 33 | -112/+325 |