summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/QueuedEventSource.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-10-05Fix OSC receiving thread chewing CPU (xrun problem on single core systems).David Robillard1-1/+3
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard1-9/+10
2007-09-19More work on dynamic polyphony.David Robillard1-12/+0
2007-08-01Remove PostProcessor thread, post-process in main thread instead (solves scri...David Robillard1-2/+2
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-4/+4
2007-07-13Yet another potential fix.David Robillard1-1/+0
2007-07-13Added harsher assertion in hopes of catching bug earlier.David Robillard1-3/+1
2007-07-03Fix crash on MIDI controller receiving.David Robillard1-1/+2
2007-06-24Fix running GUI with internal engine and direct interface (i.e. no OSC) with ...David Robillard1-0/+5
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard1-1/+7
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard1-7/+4
2006-09-08Renamed communications classes for consistency.David Robillard1-2/+34
2006-09-08De-singleton-ified EngineDavid Robillard1-1/+1
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-2/+2
2006-07-18Removed globals (Om.h)David Robillard1-1/+1
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-2/+2
2006-07-14Enforced OSC path restrictions on Path for spec conformance (since GraphObjectDavid Robillard1-13/+24
2006-07-12Factored out Thread (and Slave, an explicitly signal-driven thread)David Robillard1-109/+39
2006-06-21Reorganized directory tree/namesDavid Robillard1-2/+2
2006-06-10More jugglingDavid Robillard1-0/+201