summaryrefslogtreecommitdiffstats
path: root/src/libs/client/DeprecatedLoader.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-08-17There!David Robillard1-7/+8
2008-08-17Cloooser...David Robillard1-2/+1
2008-08-16Clooser...David Robillard1-1/+1
2008-08-16Closer...David Robillard1-9/+9
2008-08-16Begin factoring out common elements of EngineInterface and ClientInterface.David Robillard1-1/+1
2008-08-13Move crap (now) only used internally by deprecated loader to DeprecatedLoader...David Robillard1-1/+59
2008-07-29Bump Ingen librdf dependency to 1.0.8.David Robillard1-3/+4
2008-07-29Loading of recursive old-style Om patches (multi-file).David Robillard1-5/+12
2008-07-28Compatibility hacks for old Om patchages (many Smack patches now load success...David Robillard1-5/+20
2008-07-28Fix loading patches from command line (partially).David Robillard1-1/+0
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard1-1/+1
2008-05-20Fix various problems with control port values.David Robillard1-1/+1
2008-05-15Fix connection loading from deprecated (.om) patch files.David Robillard1-6/+8
2008-05-15Show error messages from engine in a pop-up dialog.David Robillard1-1/+1
2008-01-24Fix locale problems in ingen, flowcanvas, and redlandmm (',' decimal point).David Robillard1-0/+7
2007-10-11Fix Gtk rendering corruption problems when running monolithic (internal engine).David Robillard1-3/+1
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