summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Patch.hpp
AgeCommit message (Expand)AuthorFilesLines
2007-10-08SharedPtr-ify engine side store.David Robillard1-165/+0
2007-10-08SharedPtr-ize engine-side Connections (towards merge for patch->connections()).David Robillard1-2/+4
2007-10-08Fixed missing symbol in Raul.David Robillard1-20/+25
2007-10-08Shared abstract Connection interface.David Robillard1-15/+15
2007-10-07Added shared abstract interface for ports.David Robillard1-12/+12
2007-10-07Added common abstract interface for Plugins.David Robillard1-1/+1
2007-10-07Shared abstract Node interface.David Robillard1-9/+16
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard1-3/+3
2007-09-30Better driver interface for input/output.David Robillard1-1/+1
2007-09-29Work towards port monitoring and better (higher utilization) parallel execution.David Robillard1-3/+3
2007-09-19More work on dynamic polyphony.David Robillard1-0/+16
2007-08-10Fix loading control values from deprecated Om patches.David Robillard1-0/+2
2007-08-09Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con...David Robillard1-16/+22
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard1-4/+4
2007-07-26Trim the fat.David Robillard1-9/+0
2007-07-26Use PathTable for engine side objects.David Robillard1-2/+2
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-0/+136