summaryrefslogtreecommitdiffstats
path: root/src/engine/events
AgeCommit message (Expand)AuthorFilesLines
2010-02-23Fix various code issues discovered by cppcheck.David Robillard5-4/+8
2010-02-23Tidy.David Robillard1-1/+0
2010-02-22Don't respond with PUT (creating empty nodes) when plugin instantiation fails.David Robillard19-26/+12
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard13-130/+208
2010-02-18Refuse to delete /control_in or /control_out (fix crashes e.g. select-all + d...David Robillard1-11/+12
2010-02-17Fix double error.David Robillard1-0/+1
2010-02-17Fix crash when rapidly decreasing polyphony (make SetMetadataEvent blocking i...David Robillard1-0/+4
2010-02-14Fix loading of subpatches.David Robillard1-0/+2
2010-02-14Preserve patch port indices across saves.David Robillard2-0/+15
2010-02-14Remove voice specific control setting.David Robillard3-60/+8
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard4-206/+96
2010-02-09Make control bindings actually (audibly) take effect.David Robillard1-1/+1
2010-02-09Fix bugs with child blocking events.David Robillard3-9/+15
2010-02-04Fix a bunch of memory leaks.David Robillard1-0/+2
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard2-1/+2
2010-02-04MIDI feedback.David Robillard3-3/+6
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