summaryrefslogtreecommitdiffstats
path: root/src/engine/Engine.hpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-18/+21
2011-04-17Remove unused Driver::is_activated.David Robillard1-45/+25
2011-04-16Add EngineBase, a pure virtual public interface for the engine.David Robillard1-3/+2
2011-04-16Sort fields by name.David Robillard1-8/+8
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Hide process slave stuff from Engine.hpp.David Robillard1-26/+18
2011-04-16Simpler and documented Engine main loop interface.David Robillard1-15/+29
2011-04-15Remove unnecessary forward declarations.David Robillard1-4/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-2/+2
2011-04-13Tidy up headers towards being API appropriate.David Robillard1-8/+7
2010-09-30Declare single-argument constructors explicit (except where implicit conversi...David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-16/+14
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-1/+2
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard1-3/+3
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard1-17/+20
2010-01-07Add missing base class virtual destructor stubs.David Robillard1-1/+0
2010-01-05Merge JackMidiDriver and JackAudioDriver.David Robillard1-15/+5
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-19/+22
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-3/+3
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard1-0/+3
2009-06-03Organize ingen_module like other modules.David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-7/+7
2009-05-13Remove 'using' declarations from headers.David Robillard1-2/+2
2008-12-16Trim include dependency tree.David Robillard1-1/+0
2008-11-16TCP notification stream support (not fully implemented yet, but transport stu...David Robillard1-4/+6
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-10-12Split OSC/HTTP/JACK dependencies from ingen into separate libraries so engine...David Robillard1-7/+6
2008-10-06Specify absolute include paths to fix waf dependency tracking.David Robillard1-4/+5
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+130