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