summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-12Get copy and paste working again.David Robillard5-92/+125
2012-05-12Fix compilation of debug stuff.David Robillard1-7/+7
2012-05-12Remove Ping event and associated cruft.David Robillard3-81/+9
2012-05-12Fix memory leaks.David Robillard4-1/+12
2012-05-11Fix uninitialized variable.David Robillard1-0/+1
2012-05-11Fix compilation with clang.David Robillard10-49/+43
2012-05-11Avoid including gtkmm.hDavid Robillard30-27/+99
2012-05-11Make IngenPort non-pure.David Robillard2-12/+9
2012-05-11Move buffer stuff down to EnginePort.David Robillard3-27/+28
2012-05-11Move Forge to the appropriate namespace.David Robillard13-21/+23
2012-05-11Add missing includes.David Robillard48-21/+102
2012-05-11Lint.David Robillard7-26/+26
2012-05-11Fix compilation with GCC 4.7.David Robillard1-10/+6
2012-05-11"Connection" => "Edge"David Robillard27-261/+248
2012-05-11Clean up and better document World interface.David Robillard35-169/+153
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard32-208/+190
2012-05-10Fix compilation on Mac OS X.David Robillard2-2/+6
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