Age | Commit message (Expand) | Author | Files | Lines |
2010-12-25 | Trim raul/Atom.hpp include tree. | David Robillard | 2 | -2/+0 |
2010-12-23 | Fix crash when client attempts to set event port value to non-blob (fix ticke... | David Robillard | 1 | -1/+1 |
2010-11-30 | Consistent naming for URI quarks. | David Robillard | 1 | -1/+1 |
2010-11-26 | Update for latest LV2 #include style. | David Robillard | 1 | -1/+1 |
2010-10-06 | Add scheme to LV2 URI-based includes. | David Robillard | 1 | -1/+1 |
2010-10-06 | Use URI-based LV2 header includes. | David Robillard | 1 | -1/+1 |
2010-09-04 | My name is David. :) | David Robillard | 38 | -38/+38 |
2010-05-04 | LV2Object => LV2Atom. | David Robillard | 2 | -4/+4 |
2010-05-04 | Rename "object" extension "atom" extension. | David Robillard | 2 | -5/+5 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 10 | -25/+26 |
2010-03-04 | Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi... | David Robillard | 2 | -2/+2 |
2010-02-28 | Just always allocate destination port buffers on connect, since being clever ... | David Robillard | 1 | -6/+7 |
2010-02-28 | Automatically assign a port index if one isn't given on port creation. | David Robillard | 1 | -1/+3 |
2010-02-28 | Fix loading LADSPA plugins from .om patches. | David Robillard | 2 | -6/+18 |
2010-02-26 | Remove unused AllNotesOff event. | David Robillard | 2 | -126/+0 |
2010-02-26 | Remove unused Note event. | David Robillard | 2 | -178/+0 |
2010-02-26 | Remove request_plugins from EngineInterface (and RequestPlugins event from en... | David Robillard | 4 | -125/+14 |
2010-02-26 | Remove request_all_objects from EngineInterface (and RequestAllObjects event ... | David Robillard | 3 | -107/+1 |
2010-02-26 | Fix queued connections (e.g. event input => print). | David Robillard | 1 | -1/+2 |
2010-02-26 | Perform all mixing for an audio input in a single mix operation (instead of a... | David Robillard | 2 | -10/+6 |
2010-02-25 | Work on contexts and polymorphic ports. | David Robillard | 6 | -63/+40 |
2010-02-25 | Store patch connections in a map using a lexicographic <Port*,Port*> key for | David Robillard | 5 | -26/+46 |
2010-02-24 | Merge NodeBase and NodeImpl. | David Robillard | 3 | -4/+4 |
2010-02-24 | Add new Delay internal. | David Robillard | 1 | -1/+3 |
2010-02-23 | Fix various code issues discovered by cppcheck. | David Robillard | 5 | -4/+8 |
2010-02-23 | Tidy. | David Robillard | 1 | -1/+0 |
2010-02-22 | Don't respond with PUT (creating empty nodes) when plugin instantiation fails. | David Robillard | 19 | -26/+12 |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 13 | -130/+208 |
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 | 1 | -0/+4 |
2010-02-14 | Fix loading of subpatches. | David Robillard | 1 | -0/+2 |
2010-02-14 | Preserve patch port indices across saves. | David Robillard | 2 | -0/+15 |
2010-02-14 | Remove voice specific control setting. | David Robillard | 3 | -60/+8 |
2010-02-13 | Learn and remove bindings exclusively through property interface. | David Robillard | 4 | -206/+96 |
2010-02-09 | Make control bindings actually (audibly) take effect. | David Robillard | 1 | -1/+1 |
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 | 1 | -0/+2 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 2 | -1/+2 |
2010-02-04 | MIDI feedback. | David Robillard | 3 | -3/+6 |
2010-02-03 | Responder => Request, and handle EventSource unblocking from Request (simplif... | David Robillard | 45 | -304/+296 |
2010-02-03 | Binding of MIDI notes to toggle parameters. | David Robillard | 1 | -0/+3 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 8 | -20/+70 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 8 | -32/+42 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 3 | -4/+4 |
2010-02-01 | Use consistent and more globally unique inclusion guards. | David Robillard | 25 | -75/+75 |
2010-01-29 | Remove references to deleted ports with control bindings (fix crash when appl... | David Robillard | 2 | -12/+16 |
2010-01-29 | Send binding information to client. | David Robillard | 2 | -0/+107 |
2010-01-29 | Magic MIDI binding via special ingen_control port. | David Robillard | 6 | -29/+44 |
2010-01-07 | Make ClientBroadcaster itself a ClientInterface. | David Robillard | 8 | -10/+13 |