summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Port.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-10-01Blink MIDI ports on message transmission.David Robillard1-1/+32
2007-09-29Work towards port monitoring and better (higher utilization) parallel execution.David Robillard1-2/+4
2007-09-21Reimplement menu system to be picturey, glade loaded, heirarchial, code reuse...David Robillard1-3/+2
2007-09-21Somewhat functional dynamic polyphony (LV2 and internal nodes only).David Robillard1-1/+12
2007-09-19Fix various serialization problems.David Robillard1-0/+2
2007-09-19Broadcast polyphony changes to clients.David Robillard1-1/+1
2007-09-19More work on dynamic polyphony.David Robillard1-2/+7
2007-09-18Work on dynamic polyphony.David Robillard1-7/+37
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard1-6/+6
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-5/+5
2007-07-23Removed glib dependency from LV2 OSC code.David Robillard1-2/+2
2007-04-08MIDI patching fixes (clean disconnecting).David Robillard1-8/+0
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard1-5/+66
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-21/+0
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-2/+2
2006-06-21Reorganized directory tree/namesDavid Robillard1-2/+2
2006-06-20Renamed OmObject GraphObject;David Robillard1-2/+2
2006-06-18More work on new ports implementation;David Robillard1-7/+12
2006-06-10More jugglingDavid Robillard1-0/+56