API evolution
authorRobin Gareus <robin@gareus.org>
Sat, 9 Jan 2016 14:22:16 +0000 (15:22 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 9 Jan 2016 14:22:16 +0000 (15:22 +0100)
commite6e7377cd8596f8ed8b5d39634e550a05995999b
tree88351b0e9b0325e446805be31156899d48985a2e
parent3710a977fc396bfd279634b7fd7329a5eeeda028
API evolution

The Session-reference is only needed to instantiate/load the plugin.
Indexing presets is not supposed to call load() and be const WRT to
PluginInfo
libs/ardour/ardour/audio_unit.h
libs/ardour/ardour/ladspa_plugin.h
libs/ardour/ardour/lv2_plugin.h
libs/ardour/ardour/lxvst_plugin.h
libs/ardour/ardour/plugin.h
libs/ardour/ardour/windows_vst_plugin.h
libs/ardour/audio_unit.cc
libs/ardour/ladspa_plugin.cc
libs/ardour/lv2_plugin.cc
libs/ardour/lxvst_plugin.cc
libs/ardour/windows_vst_plugin.cc