summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
2011-04-19Remove EngineInterface::activate() and EngineInterface::deactivate().David Robillard4-52/+17
2011-04-19Make maximum UDP packet size a runtime parameter (--packet-size, -k).David Robillard2-5/+10
2011-04-19Make event queue size a runtime parameter (--queue-size, -q).David Robillard13-68/+34
2011-04-19Merge "transfer" stuff with "bundle" stuff (functionally equivalent anyway).David Robillard5-16/+10
2011-04-19Fix attempted loading of "ingen_serialisation" (instead of "serialisation").David Robillard1-1/+1
2011-04-19Fix double/triple engine activation when run with GUI.David Robillard1-1/+0
2011-04-19Remove unnecessary EventSource::activate_source (just activate immediately).David Robillard8-58/+18
2011-04-19Replace load_plugins API with a GET of ingen:plugins.David Robillard12-126/+14
2011-04-19Fix building with HTTP support (fixes #674).David Robillard2-5/+7
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard138-401/+658
2011-04-18Remove wscript references to no longer existent ingen_module library.David Robillard1-1/+1
2011-04-18Saner module loading API.David Robillard1-2/+2
2011-04-17Remove unused Driver::is_activated.David Robillard3-49/+25
2011-04-16Add EngineBase, a pure virtual public interface for the engine.David Robillard5-17/+21
2011-04-16Sort fields by name.David Robillard2-19/+17
2011-04-16Update copyright headersDavid Robillard139-139/+139
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard123-595/+4
2011-04-16Hide process slave stuff from Engine.hpp.David Robillard12-105/+132
2011-04-16Simpler and documented Engine main loop interface.David Robillard4-47/+32
2011-04-15Remove unnecessary forward declarations.David Robillard1-4/+0
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard16-20/+20
2011-04-15Remove pointless module interface to ingen_module (World).David Robillard1-7/+6
2011-04-13Consistent local or installed includes for interface headers.David Robillard37-55/+61
2011-04-13Tidy up headers towards being API appropriate.David Robillard2-8/+21
2011-04-05Remove invalid copy pasted comment (fix ticket #672).David Robillard1-8/+0
2011-04-01Remove unnecessary dlfcn.h includes.David Robillard3-8/+12
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard1-5/+5
2011-03-15Fix errors caught by GCC 4.5.2.David Robillard1-2/+2
2011-03-10Use LV2_EVENT_URI.David Robillard1-1/+3
2011-03-10Use event extension context to map MidiEvent.David Robillard3-6/+15
2011-03-09Update for new SLV2 API.David Robillard2-19/+14
2011-03-07Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes.David Robillard2-3/+13
2011-02-19Remove cruft, clean up Jack shutdown stuff.David Robillard2-8/+3
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard21-89/+83
2011-02-17Jack session support for ingen.David Robillard4-16/+83
2011-02-17Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins.David Robillard5-117/+84
2011-02-16Tidy up serialiser interface.David Robillard1-2/+8
2011-02-16Sord::Resource => Sord::URI.David Robillard1-1/+1
2011-02-16Drop redlandmm for sordmm.David Robillard5-13/+8
2011-02-16Remove Jack buffer size kludge (fixed in jack r4127).David Robillard1-2/+0
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard1-1/+1
2011-02-15Sshh.David Robillard1-1/+0
2011-02-15Ignore jack buffer size callbacks, since svn jack is broken and reports buffe...David Robillard1-0/+2
2011-02-11Remove LADSPA support from Ingen (LADSPA can be used via NASPRO).David Robillard10-830/+7
2011-02-04Fix warnings when building with --strict (but without --debug).David Robillard1-1/+1
2011-01-08Clean up code (cpplint).David Robillard20-36/+75
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard3-12/+12
2011-01-08Support "request run" feature from contexts extension.David Robillard11-35/+123
2010-12-25Remove useless templatification of RingBuffer.David Robillard4-9/+9
2010-12-25Trim raul/Atom.hpp include tree.David Robillard8-8/+0