summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Patch.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard1-10/+10
2007-09-29Work towards port monitoring and better (higher utilization) parallel execution.David Robillard1-18/+11
2007-09-21Somewhat functional dynamic polyphony (LV2 and internal nodes only).David Robillard1-0/+6
2007-09-20Fix voice-specific polyphony controls.David Robillard1-0/+2
2007-09-19Toggling of individual node polyphonic state.David Robillard1-1/+1
2007-09-19Tidy up OSC namespace to use OSC true/false instead of C style boolean integers.David Robillard1-2/+2
2007-09-19More work on dynamic polyphony.David Robillard1-0/+26
2007-09-18Fix possibility of partially compiled patches.David Robillard1-0/+7
2007-09-18Fix destroying connected patch ports, and patch port threading issues.David Robillard1-13/+9
2007-09-18Fix MIDI buffer reading error, fixes reading of multiple MIDI events per cycl...David Robillard1-8/+1
2007-08-10Fix loading control values from deprecated Om patches.David Robillard1-12/+32
2007-08-09Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con...David Robillard1-50/+95
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard1-2/+2
2007-07-26Trim the fat.David Robillard1-65/+0
2007-07-26Use PathTable for engine side objects.David Robillard1-2/+2
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-7/+7
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard1-1/+1
2007-04-08Fixed audio output.David Robillard1-7/+10
2007-04-08MIDI patching fixes (clean disconnecting).David Robillard1-7/+2
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard1-7/+1
2007-02-10Fix previous (broken) commit.David Robillard1-6/+6
2007-02-09Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.David Robillard1-36/+36
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard1-2/+43
2007-01-06Work on Port destruction (still broken).David Robillard1-5/+9
2007-01-02Initial work on dynamic (Jack) buffer resizing (still unworking).David Robillard1-0/+11
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard1-1/+1
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard1-1/+3
2006-09-08De-singleton-ified EngineDavid Robillard1-18/+17
2006-09-07Patch port fixes.David Robillard1-1/+1
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-4/+4
2006-07-18Removed globals (Om.h)David Robillard1-57/+4
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-2/+2
2006-07-04Process order traversal / connection fixes (nasty edge cases where patches ar...David Robillard1-9/+10
2006-07-03Fixes for connecting directly from a patch input to a patch outputDavid Robillard1-1/+3
2006-06-21Reorganized directory tree/namesDavid Robillard1-2/+2
2006-06-21Got the audio flowingDavid Robillard1-4/+19
2006-06-20Renamed OmObject GraphObject;David Robillard1-15/+15
2006-06-19Connecting of patch ports internally (seemingly anyway, data not flowing yet)David Robillard1-17/+24
2006-06-19Renamed PortBase to TypedPortDavid Robillard1-3/+3
2006-06-18Reworked use of Plugin class in engine slightly (more RAII-ey)David Robillard1-16/+2
2006-06-18More work on new ports implementation;David Robillard1-66/+122
2006-06-17New patch ports interfaceDavid Robillard1-1/+1
2006-06-10More jugglingDavid Robillard1-0/+356