summaryrefslogtreecommitdiffstats
path: root/src/libs/client/DeprecatedLoader.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-10-09Fix port type URIs mismatching, fixes Jack ports not showing up.David Robillard1-2/+2
2007-10-08s/MetadataMap/Variables/ etc.David Robillard1-27/+27
2007-10-07Added shared abstract interface for ports.David Robillard1-6/+6
2007-10-07Remove DSSI.David Robillard1-52/+0
2007-10-07Begin using shared virtual Node interface client side.David Robillard1-13/+13
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard1-1/+1
2007-09-22Type oblivious set_port_value interface.David Robillard1-1/+2
2007-09-20Strip a bunch of old useless code.David Robillard1-52/+0
2007-09-12Fix manually specifying polyphony in load patch dialog.David Robillard1-7/+11
2007-08-10Fix loading control values from deprecated Om patches.David Robillard1-16/+24
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard1-1/+1
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard1-1/+1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-9/+9
2007-06-24Fixed unnnecessary name mangling of deprecated patches.David Robillard1-12/+24
2007-05-02Added svn:ignore property to everything.David Robillard1-19/+27
2007-04-11Updated/cleaned up OSC namespace (/om/synth -> /ingen etc).David Robillard1-7/+6
2007-04-07Fixed connection to patch MIDI ports when loading deprecated patches.David Robillard1-0/+2
2007-04-06Fixed top-level importing of deprecated patches.David Robillard1-1/+1
2007-03-30Serialization fixes.David Robillard1-8/+10
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-01-16Deprecated patch loading.David Robillard1-0/+686