summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/DuplexPort.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-10-08Shared abstract Connection interface.David Robillard1-1/+1
2007-10-07Added shared abstract interface for ports.David Robillard1-2/+2
2007-10-07Shared abstract Node interface.David Robillard1-2/+2
2007-10-01Blink MIDI ports on message transmission.David Robillard1-14/+11
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard1-9/+4
2007-09-30Better driver interface for input/output.David Robillard1-4/+4
2007-09-29Work towards port monitoring and better (higher utilization) parallel execution.David Robillard1-8/+16
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-7/+6
2007-04-08Fixed audio output.David Robillard1-14/+12
2007-04-08MIDI patching fixes (clean disconnecting).David Robillard1-0/+26
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard1-9/+6
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-2/+2
2006-07-18Removed globals (Om.h)David Robillard1-2/+1
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-2/+2
2006-06-21Reorganized directory tree/namesDavid Robillard1-2/+2
2006-06-21Got the audio flowingDavid Robillard1-0/+1
2006-06-19Added missing DuplexPot filesDavid Robillard1-0/+46