comparison src/vamp-hostsdk/PluginSummarisingAdapter.cpp @ 263:4454843ff384

* OK, we're going to have to place the host stuff in its own namespace too. Otherwise our new SV build on OSX fails to load old plugins because they pull in the host namespace PluginBase and thus report the wrong Vamp version... *sigh*
author cannam
date Thu, 20 Nov 2008 15:01:30 +0000
parents c88a3cdb0215
children 03c7167e1f30
comparison
equal deleted inserted replaced
262:4a0e998a1afd 263:4454843ff384
41 #include <cmath> 41 #include <cmath>
42 #include <climits> 42 #include <climits>
43 43
44 #define DEBUG_PLUGIN_SUMMARISING_ADAPTER 1 44 #define DEBUG_PLUGIN_SUMMARISING_ADAPTER 1
45 //#define DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT 1 45 //#define DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT 1
46
47 _VAMP_SDK_HOSTSPACE_BEGIN(PluginSummarisingAdapter.cpp)
46 48
47 namespace Vamp { 49 namespace Vamp {
48 50
49 namespace HostExt { 51 namespace HostExt {
50 52
904 906
905 } 907 }
906 908
907 } 909 }
908 910
911 _VAMP_SDK_HOSTSPACE_END(PluginSummarisingAdapter.cpp)
912