summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/ControlPanel.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard1-2/+2
2008-06-09Fix port control slider synchronization issues.David Robillard1-5/+0
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard1-1/+1
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard1-2/+4
2007-09-22Type oblivious set_port_value interface.David Robillard1-2/+2
2007-09-20Fix voice-specific polyphony controls.David Robillard1-6/+18
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-9/+9
2007-07-04Added metadata (ie integer, toggle) to builtin node control ports.David Robillard1-0/+4
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard1-0/+259