Age | Commit message (Expand) | Author | Files | Lines |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 56 | -389/+292 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 77 | -199/+168 |
2012-05-10 | Use SharedPtr references to Interfaces to keep things sane. | David Robillard | 18 | -127/+120 |
2012-05-10 | Bidirectional socket communication (GUI once again works remotely). | David Robillard | 24 | -160/+579 |
2012-05-10 | Bump required sratom version. | David Robillard | 1 | -1/+1 |
2012-05-10 | Don't double initialize Jack when running ingen -eg | David Robillard | 1 | -5/+4 |
2012-05-09 | Remove vestigial liblo cruft. | David Robillard | 1 | -5/+0 |
2012-05-09 | Factor out Socket from SocketListener and make interface more general. | David Robillard | 4 | -101/+206 |
2012-05-09 | Remove old HTTP and OSC stuff. | David Robillard | 32 | -3677/+13 |
2012-05-09 | Support TCP sockets. | David Robillard | 5 | -51/+193 |
2012-05-09 | DriverPort => EnginePort. | David Robillard | 10 | -70/+117 |
2012-05-09 | Factor audio thread execution stuff out of JackDriver into Engine::run(). | David Robillard | 20 | -125/+112 |
2012-05-09 | SocketInterface => SocketReader. | David Robillard | 4 | -35/+42 |
2012-05-09 | Remove unused accessor. | David Robillard | 1 | -2/+0 |
2012-05-09 | Simply event interface design and make only one pre-process thread. | David Robillard | 15 | -263/+99 |
2012-05-09 | Persistent socket interface and interactive shell. | David Robillard | 4 | -89/+198 |
2012-05-03 | Real-time safe event source management (oops). | David Robillard | 3 | -14/+26 |
2012-05-03 | Work towards a proper server infrastructure with a thread per connection. | David Robillard | 12 | -87/+243 |
2012-05-03 | Separate EventWriter interface from EventQueue. | David Robillard | 8 | -82/+83 |
2012-05-03 | More work towards separating event interfaces from queueing implementation. | David Robillard | 6 | -14/+100 |
2012-05-03 | SocketReceiver => SocketListener. | David Robillard | 4 | -13/+13 |
2012-05-02 | Separate EventSource interface from EventQueue implementation. | David Robillard | 6 | -28/+25 |
2012-05-02 | Add some assertions to hopefully track down a rare bug. | David Robillard | 2 | -1/+4 |
2012-05-02 | Rename ingen_cmd to ingenish. | David Robillard | 2 | -11/+10 |
2012-05-02 | On-demand loading of individual plugins. | David Robillard | 2 | -5/+21 |
2012-05-02 | Fix ingen_cmd for Python 3. | David Robillard | 1 | -7/+12 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 22 | -29/+465 |
2012-05-01 | Remove half baked control window stuff. The canvas is better anyway. | David Robillard | 22 | -1135/+5 |
2012-05-01 | Implement menu selector for enumeration ports (sort of address #780). | David Robillard | 7 | -0/+65 |
2012-04-28 | Fix MIDI input. | David Robillard | 2 | -6/+8 |
2012-04-28 | Remove unused method prototypes. | David Robillard | 1 | -2/+0 |
2012-04-28 | Remove use of std::cerr. | David Robillard | 2 | -3/+4 |
2012-04-28 | Use CV ports on internal modules. | David Robillard | 4 | -14/+14 |
2012-04-28 | Tidy. | David Robillard | 10 | -78/+109 |
2012-04-28 | Gracefully handle UI communication ring overflow. | David Robillard | 1 | -4/+13 |
2012-04-28 | Actually filter redundant port activity messages. | David Robillard | 1 | -10/+7 |
2012-04-28 | Implement set_property via atom interface (working blinkenlights). | David Robillard | 1 | -0/+16 |
2012-04-28 | Remove unused slots and signals. | David Robillard | 2 | -10/+0 |
2012-04-28 | Use "tail" and "head" terminology instead of "src_port" and "dst_port". | David Robillard | 34 | -303/+297 |
2012-04-28 | Round auto-arrange coordinates to nearest integer and spread things out a bit... | David Robillard | 1 | -8/+8 |
2012-04-28 | Fix template bundle UI. | David Robillard | 1 | -3/+3 |
2012-04-28 | Lint. | David Robillard | 51 | -111/+165 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 55 | -311/+318 |
2012-04-27 | Disconnect via atom interface. | David Robillard | 3 | -15/+54 |
2012-04-27 | Fix mismatched sample rate and buffer size. | David Robillard | 1 | -1/+1 |
2012-04-27 | Implement connecting via atom interface. | David Robillard | 6 | -24/+51 |
2012-04-27 | Don't send responses for ID -1. | David Robillard | 2 | -1/+4 |
2012-04-27 | Initialise thread system if necessary to work in non-Gtk hosts. | David Robillard | 1 | -0/+4 |
2012-04-26 | Don't send peak values if they're equal to the last sent value. | David Robillard | 1 | -1/+1 |
2012-04-26 | Save properties with pretty numbers so normal LV2 tools can read patches. | David Robillard | 7 | -6/+145 |