summaryrefslogtreecommitdiffstats
path: root/src/server/events
AgeCommit message (Expand)AuthorFilesLines
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard5-47/+47
2012-04-23Localise buffer reference stuff.David Robillard4-9/+9
2012-04-14Update URIs.David Robillard1-1/+1
2012-04-05Fix end namespace comments to match reality.David Robillard21-22/+21
2012-03-27Squeeze blank lines.David Robillard24-24/+0
2012-03-27Switch to AGPL3+.David Robillard24-384/+384
2012-03-25Update for latest atom extension.David Robillard1-4/+2
2012-03-23Fix compilation with latest LV2.David Robillard1-3/+2
2012-03-22Remove crufty headeres.David Robillard1-1/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard5-72/+38
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-0/+1
2012-03-16Merge ClientInterface and ServerInterface.David Robillard24-49/+49
2012-03-16Remove activity from interface and use set_property() instead.David Robillard5-226/+10
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard6-9/+21
2012-03-12Centralise atom creation in forge object.David Robillard3-6/+9
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard23-317/+100
2012-03-12Allow control and audio ports to be connected to CV ports.David Robillard1-1/+1
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard3-3/+6
2012-03-10Delete trailing whitespace.David Robillard1-1/+1
2011-10-21Merge Request into Event.David Robillard28-304/+303
2011-10-21Make OSCEngineReceiver and HTTPEngineReceiver has-a ServerInterfaceImpl (inst...David Robillard2-2/+1
2011-10-21Merge QueuedEvent into Event.David Robillard28-94/+94
2011-10-21Move more headers to shared include directory.David Robillard7-8/+8
2011-10-21Separate URIs from LV2URIMap.David Robillard5-9/+10
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-21Begin moving shared headers to public include directory.David Robillard1-1/+1
2011-10-21Fix running as an LV2 plugin.David Robillard1-5/+10
2011-10-06Remove _pending_disconnection from ConnectionImpl (reduce space per connection).David Robillard3-30/+26
2011-10-06Remove unused BufferFactory member of ConnectionImpl.David Robillard1-1/+1
2011-10-06Use an intrusive linked list for InputPort connections.David Robillard3-21/+9
2011-10-06Simpler providers/dependants implementation.David Robillard3-9/+8
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard3-16/+40
2011-10-02Fix support for ports with multiple lv2:portProperty properties.David Robillard1-2/+1
2011-09-24Fix event throughput for non-creating set events.David Robillard1-1/+7
2011-09-24Remove concept of "blocking" events in favour of store RWLock.David Robillard13-72/+78
2011-09-24Remove unnecessary request_property() and RequestMetadataEvent.David Robillard2-218/+0
2011-09-24Tidy.David Robillard2-17/+13
2011-09-24Use store lock to avoid race conditions with Get and create/delete events.David Robillard8-11/+49
2011-09-24Only store patch canvas coordinates in containing patch.David Robillard1-5/+5
2011-09-23Fix memory leaks and errors.David Robillard1-1/+4
2011-09-15Fix control bindings (MIDI learn).David Robillard5-8/+27
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard1-2/+14
2011-08-20Fix crash when sending port notifications (fix #741).David Robillard6-370/+0
2011-07-07Obey "special" properties on object creation (patch from Paul Giblock, ticket...David Robillard1-8/+5
2011-05-23Apply patch from pgiblox in ticket #694 to fix compilation without Raul::Intr...David Robillard1-3/+5
2011-05-20Fix multiple put replies on port creation.David Robillard1-6/+7
2011-05-13Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except...David Robillard1-11/+11
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard36-0/+4036