summaryrefslogtreecommitdiffstats
path: root/src/engine/events
AgeCommit message (Expand)AuthorFilesLines
2010-02-03Responder => Request, and handle EventSource unblocking from Request (simplif...David Robillard45-304/+296
2010-02-03Binding of MIDI notes to toggle parameters.David Robillard1-0/+3
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard8-20/+70
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard8-32/+42
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard3-4/+4
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard25-75/+75
2010-01-29Remove references to deleted ports with control bindings (fix crash when appl...David Robillard2-12/+16
2010-01-29Send binding information to client.David Robillard2-0/+107
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard6-29/+44
2010-01-07Make ClientBroadcaster itself a ClientInterface.David Robillard8-10/+13
2010-01-07Merge QueuedEventSource and EventSource.David Robillard8-12/+12
2010-01-07Tidy.David Robillard1-2/+2
2010-01-06Do all logging output via Raul streams.David Robillard4-12/+14
2010-01-05Merge JackMidiDriver and JackAudioDriver.David Robillard6-39/+17
2010-01-03Remove patch clear command (fix ticket #375).David Robillard2-248/+0
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard3-5/+9
2009-12-30Better error reporting for bad PUT.David Robillard2-8/+23
2009-12-30Fix JACK name of top level ports (fix ticket #457).David Robillard1-1/+1
2009-11-22Enqueue message thread requests by the port, not by the node.David Robillard1-1/+1
2009-11-22Execute cross-context events in correct increasing time order.David Robillard1-1/+3
2009-11-22Partial support for message/value ports and the message context.David Robillard2-4/+16
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard8-15/+15
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard6-14/+14
2009-11-15Better Parse plugin, working Print plugin.David Robillard1-1/+1
2009-11-14Object extension.David Robillard6-40/+36
2009-11-12String port support.David Robillard4-27/+41
2009-10-31Revert (most of) r2205, which broke node creation (invisible ports).David Robillard1-3/+3
2009-10-31Don't double-send creation events when they are a result of a PUT.David Robillard3-3/+9
2009-10-21Fix crash when plugins fail to instantiate.David Robillard2-5/+11
2009-10-19Fix set/PUT with multiple properties of the same predicate.David Robillard4-14/+77
2009-10-19Tidy.David Robillard1-11/+11
2009-10-19Tidy.David Robillard1-11/+11
2009-10-19Fix saving properties of root patch ports (fix ticket #389).David Robillard1-1/+4
2009-07-05Use 'standard' bundle paths for #include directives.David Robillard1-1/+1
2009-06-03Clean up and shave some overhead from port value broadcasting.David Robillard1-23/+23
2009-06-03Move internals to their own namespace ala events.David Robillard1-0/+3
2009-06-03Move internals to their own directory ala events.David Robillard3-7/+7
2009-06-03Rename event classes to match new pretty file names.David Robillard48-179/+208
2009-06-03Move events to their own namespace.David Robillard48-4/+125
2009-06-03Consistent imperative style event names.David Robillard6-3/+3
2009-06-03Chop "Event" from event source file names.David Robillard48-30/+29
2009-06-03Remove unused DisablePortMonitoringEvent.David Robillard2-135/+0
2009-05-30Fix crash when clearing patch that contains a patch (deactivate nodes on clea...David Robillard2-4/+16
2009-05-28Fix loading connections inside subpatches to patch ports.David Robillard2-17/+13
2009-05-28Rename RequestObjectEvent GetEvent.David Robillard2-7/+7
2009-05-28Document GET.David Robillard1-2/+8
2009-05-28Fix LADSPA names in plugin selection dialog.David Robillard1-1/+1
2009-05-28Replace new_plugin with put.David Robillard1-1/+1
2009-05-28Merge request_object and request_plugin.David Robillard4-137/+26
2009-05-28Create objects via SetMetadataEvent.David Robillard2-22/+74