Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-01-07 | Merge QueuedEventSource and EventSource. | David Robillard | 8 | -12/+12 |
2010-01-07 | Tidy. | David Robillard | 1 | -2/+2 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 4 | -12/+14 |
2010-01-05 | Merge JackMidiDriver and JackAudioDriver. | David Robillard | 6 | -39/+17 |
2010-01-03 | Remove patch clear command (fix ticket #375). | David Robillard | 2 | -248/+0 |
2009-12-31 | Various fixes related to port values and metadata (fix ticket #459 among othe... | David Robillard | 3 | -5/+9 |
2009-12-30 | Better error reporting for bad PUT. | David Robillard | 2 | -8/+23 |
2009-12-30 | Fix JACK name of top level ports (fix ticket #457). | David Robillard | 1 | -1/+1 |
2009-11-22 | Enqueue message thread requests by the port, not by the node. | David Robillard | 1 | -1/+1 |
2009-11-22 | Execute cross-context events in correct increasing time order. | David Robillard | 1 | -1/+3 |
2009-11-22 | Partial support for message/value ports and the message context. | David Robillard | 2 | -4/+16 |
2009-11-18 | Rename DataType to PortType (since that's what it really means). | David Robillard | 8 | -15/+15 |
2009-11-16 | Rework objects extension to have "value ports" and "message ports". | David Robillard | 6 | -14/+14 |
2009-11-15 | Better Parse plugin, working Print plugin. | David Robillard | 1 | -1/+1 |
2009-11-14 | Object extension. | David Robillard | 6 | -40/+36 |
2009-11-12 | String port support. | David Robillard | 4 | -27/+41 |
2009-10-31 | Revert (most of) r2205, which broke node creation (invisible ports). | David Robillard | 1 | -3/+3 |
2009-10-31 | Don't double-send creation events when they are a result of a PUT. | David Robillard | 3 | -3/+9 |
2009-10-21 | Fix crash when plugins fail to instantiate. | David Robillard | 2 | -5/+11 |
2009-10-19 | Fix set/PUT with multiple properties of the same predicate. | David Robillard | 4 | -14/+77 |
2009-10-19 | Tidy. | David Robillard | 1 | -11/+11 |
2009-10-19 | Tidy. | David Robillard | 1 | -11/+11 |
2009-10-19 | Fix saving properties of root patch ports (fix ticket #389). | David Robillard | 1 | -1/+4 |
2009-07-05 | Use 'standard' bundle paths for #include directives. | David Robillard | 1 | -1/+1 |
2009-06-03 | Clean up and shave some overhead from port value broadcasting. | David Robillard | 1 | -23/+23 |
2009-06-03 | Move internals to their own namespace ala events. | David Robillard | 1 | -0/+3 |
2009-06-03 | Move internals to their own directory ala events. | David Robillard | 3 | -7/+7 |
2009-06-03 | Rename event classes to match new pretty file names. | David Robillard | 48 | -179/+208 |
2009-06-03 | Move events to their own namespace. | David Robillard | 48 | -4/+125 |
2009-06-03 | Consistent imperative style event names. | David Robillard | 6 | -3/+3 |
2009-06-03 | Chop "Event" from event source file names. | David Robillard | 48 | -30/+29 |
2009-06-03 | Remove unused DisablePortMonitoringEvent. | David Robillard | 2 | -135/+0 |
2009-05-30 | Fix crash when clearing patch that contains a patch (deactivate nodes on clea... | David Robillard | 2 | -4/+16 |