summaryrefslogtreecommitdiffstats
path: root/src/engine/Engine.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-225/+0
2011-04-19Make event queue size a runtime parameter (--queue-size, -q).David Robillard1-5/+10
2011-04-19Remove unnecessary EventSource::activate_source (just activate immediately).David Robillard1-6/+0
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-7/+7
2011-04-16Sort fields by name.David Robillard1-11/+9
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-10/+0
2011-04-16Hide process slave stuff from Engine.hpp.David Robillard1-26/+9
2011-04-16Simpler and documented Engine main loop interface.David Robillard1-28/+3
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard1-1/+1
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-04-13Tidy up headers towards being API appropriate.David Robillard1-0/+14
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-7/+13
2011-02-17Jack session support for ingen.David Robillard1-2/+2
2011-01-08Clean up code (cpplint).David Robillard1-1/+0
2010-11-30Consistent naming for URI quarks.David Robillard1-3/+3
2010-11-26Update for latest LV2 #include style.David Robillard1-1/+1
2010-10-06Add scheme to LV2 URI-based includes.David Robillard1-1/+1
2010-10-06Use URI-based LV2 header includes.David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2010-04-02Fix crashes on exit.David Robillard1-5/+5
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-19/+18
2010-02-26Arrange at the top left and scroll to top left corner by default.David Robillard1-0/+4
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-3/+4
2010-02-14Preserve patch port indices across saves.David Robillard1-0/+3
2010-02-04MIDI feedback.David Robillard1-11/+29
2010-02-03Responder => Request, and handle EventSource unblocking from Request (simplif...David Robillard1-2/+2
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-3/+5
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-9/+9
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard1-4/+20
2010-01-07Remove cruft.David Robillard1-21/+0
2010-01-07Merge QueuedEventSource and EventSource.David Robillard1-1/+1
2010-01-06Do all logging output via Raul streams.David Robillard1-2/+3
2010-01-05Merge JackMidiDriver and JackAudioDriver.David Robillard1-54/+10
2010-01-05Remove unused Buffer::_local.David Robillard1-1/+1
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-3/+12
2009-11-22Partial support for message/value ports and the message context.David Robillard1-0/+2
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-5/+5
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard1-1/+7
2009-11-14Object extension.David Robillard1-1/+1
2009-06-03Chop "Event" from event source file names.David Robillard1-1/+1
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard1-3/+3
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-0/+3
2009-05-13Support re-attaching to Jack.David Robillard1-3/+0
2009-05-13Clean up Jack shutdown semantics.David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-18/+18
2009-05-13Remove 'using' declarations from headers.David Robillard1-2/+5
2009-05-12Fix lv2.h include problem.David Robillard1-2/+3
2009-05-12Detach/Reattach from/to Jack from UI (ticket #180).David Robillard1-35/+33