summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard56-389/+292
2012-05-10LV2URIMap => URIMap.David Robillard70-175/+143
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard15-123/+79
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard22-151/+571
2012-05-10Don't double initialize Jack when running ingen -egDavid Robillard1-5/+4
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 Robillard30-3657/+12
2012-05-09Support TCP sockets.David Robillard4-38/+159
2012-05-09DriverPort => EnginePort.David Robillard10-70/+117
2012-05-09Factor audio thread execution stuff out of JackDriver into Engine::run().David Robillard19-125/+105
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 Robillard2-55/+148
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-02On-demand loading of individual plugins.David Robillard2-5/+21
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard17-25/+302
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 Robillard4-0/+56
2012-04-28Fix MIDI input.David Robillard2-6/+8
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-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard25-243/+237
2012-04-28Lint.David Robillard39-98/+124
2012-04-28Remove using declarations from headers.David Robillard55-311/+318
2012-04-27Disconnect via atom interface.David Robillard2-15/+53
2012-04-27Fix mismatched sample rate and buffer size.David Robillard1-1/+1
2012-04-27Implement connecting via atom interface.David Robillard3-20/+45
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 Robillard2-2/+4
2012-04-26Implement delta via atoms.David Robillard1-18/+53
2012-04-26Fix undefined reference.David Robillard1-3/+3
2012-04-26Don't save ingen:activity property, which is transient.David Robillard1-3/+5
2012-04-25Move more functionality down to C canvas.David Robillard1-2/+2
2012-04-25Preserve node UI embedded state and fix repeated embedding/de-embedding.David Robillard5-23/+25
2012-04-24Move more implementation to C GanvCanvas.David Robillard1-1/+1
2012-04-24Give canvas focus by default so keyboard commands work.David Robillard5-17/+7
2012-04-24Fix downward signal flow display (i.e. port labels disabled).David Robillard2-11/+2