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