summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/MidiNoteNode.hpp
AgeCommit message (Expand)AuthorFilesLines
2007-10-08SharedPtr-ify engine side store.David Robillard1-1/+1
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard1-7/+7
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-1/+1
2007-09-21Somewhat functional dynamic polyphony (LV2 and internal nodes only).David Robillard1-2/+2
2007-09-20Remove useless InternalNode class.David Robillard1-5/+3
2007-09-19Note node dynamic poly.David Robillard1-3/+8
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard1-1/+1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-0/+87