summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Engine.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-10-02Graceful shutdown on Ctrl+C (hopefully?).David Robillard1-7/+6
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard1-2/+2
2007-08-09Added missing file.David Robillard1-5/+6
2007-08-09Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con...David Robillard1-19/+33
2007-08-01Remove PostProcessor thread, post-process in main thread instead (solves scri...David Robillard1-4/+5
2007-07-30Shutdown cleanly (fix ticket 53).David Robillard1-2/+8
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard1-1/+1
2007-07-26Trim the fat.David Robillard1-1/+0
2007-07-26Use PathTable for engine side objects.David Robillard1-4/+5
2007-07-25Fix running with ingen -eg.David Robillard1-3/+4
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-20/+20
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-8/+8
2007-07-23Fixed OSC printer bugs, instantiates correctly now.David Robillard1-0/+7
2007-05-08Removed Alsa MIDI driver.David Robillard1-8/+0
2007-05-04Double Jack initialisation and other cmdline fixes.David Robillard1-0/+6
2007-05-04Work on internal engine + GUI (still some problems).David Robillard1-0/+11
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard1-8/+14
2007-05-02Added svn:ignore property to everything.David Robillard1-6/+27
2007-04-08MIDI patching fixes (clean disconnecting).David Robillard1-3/+2
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard1-10/+10
2007-02-11Moved Maid from Ingen to Raul.David Robillard1-3/+3
2007-02-09Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.David Robillard1-1/+1
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-02-07Mad sed-fu for consistent private member naming.David Robillard1-51/+51
2007-01-22Added atomic int/pointer classes to Raul.David Robillard1-1/+0
2007-01-06Fixed Alsa MIDI.David Robillard1-1/+1
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard1-10/+10
2007-01-02Initial work on dynamic (Jack) buffer resizing (still unworking).David Robillard1-3/+2
2006-12-12Connection loading.David Robillard1-15/+29
2006-10-04Moved generic utility stuff to new library "raul".David Robillard1-3/+3
2006-09-19Alsa MIDI fixes.David Robillard1-1/+1
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard1-9/+22
2006-09-08Renamed communications classes for consistency.David Robillard1-7/+3
2006-09-08De-singleton-ified EngineDavid Robillard1-20/+9
2006-07-20Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names...David Robillard1-0/+208