summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-12Remove redundant thread assertions.David Robillard8-15/+4
2012-05-12Add thread assertion.David Robillard1-0/+2
2012-05-12Select newly pasted objects so they can be easily moved.David Robillard4-3/+12
2012-05-12Don't send selection information to the server.David Robillard5-24/+0
2012-05-12Get copy and paste working again.David Robillard7-105/+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-11Make FeatureArray a Noncopyable.David Robillard1-1/+2
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-11Generate API documentation.David Robillard36-40/+102
2012-05-11Move buffer stuff down to EnginePort.David Robillard3-27/+28
2012-05-11Move Forge to the appropriate namespace.David Robillard17-34/+35
2012-05-11Fix include guards.David Robillard15-43/+43
2012-05-11Add missing includes.David Robillard55-22/+113
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 Robillard32-285/+272
2012-05-11Clean up and better document World interface.David Robillard38-214/+219
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard33-225/+203
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 Robillard77-199/+168
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard18-127/+120
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