summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SetPortValue.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard1-1/+1
2011-03-10Use event extension context to map MidiEvent.David Robillard1-1/+2
2011-03-07Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes.David Robillard1-2/+4
2011-01-08Support "request run" feature from contexts extension.David Robillard1-1/+1
2010-12-23Fix crash when client attempts to set event port value to non-blob (fix ticke...David Robillard1-1/+1
2010-11-30Consistent naming for URI quarks.David Robillard1-1/+1
2010-11-26Update for latest LV2 #include style.David Robillard1-1/+1
2010-10-06Add scheme to LV2 URI-based includes.David Robillard1-1/+1
2010-10-06Use URI-based LV2 header includes.David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2010-05-04LV2Object => LV2Atom.David Robillard1-2/+2
2010-05-04Rename "object" extension "atom" extension.David Robillard1-4/+4
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-6/+6
2010-02-25Work on contexts and polymorphic ports.David Robillard1-1/+1
2010-02-22Don't respond with PUT (creating empty nodes) when plugin instantiation fails.David Robillard1-2/+0
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-1/+1
2010-02-14Remove voice specific control setting.David Robillard1-43/+5
2010-02-09Make control bindings actually (audibly) take effect.David Robillard1-1/+1
2010-02-04MIDI feedback.David Robillard1-1/+4
2010-02-03Responder => Request, and handle EventSource unblocking from Request (simplif...David Robillard1-27/+27
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-1/+1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-6/+6
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-2/+2
2010-01-07Make ClientBroadcaster itself a ClientInterface.David Robillard1-1/+4
2010-01-06Do all logging output via Raul streams.David Robillard1-4/+7
2010-01-05Merge JackMidiDriver and JackAudioDriver.David Robillard1-2/+2
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard1-0/+5
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-16Rework objects extension to have "value ports" and "message ports".David Robillard1-8/+8
2009-11-14Object extension.David Robillard1-28/+21
2009-11-12String port support.David Robillard1-7/+17
2009-10-19Fix set/PUT with multiple properties of the same predicate.David Robillard1-9/+25
2009-10-19Tidy.David Robillard1-11/+11
2009-07-05Use 'standard' bundle paths for #include directives.David Robillard1-1/+1
2009-06-03Rename event classes to match new pretty file names.David Robillard1-7/+7
2009-06-03Move events to their own namespace.David Robillard1-0/+2
2009-06-03Chop "Event" from event source file names.David Robillard1-0/+230