refactor MIDISceneChange color property addition by moving it into SceneChange to...
[ardour.git] / libs / ardour / resampled_source.cc
index 6184e1a3d636879fabdfc6d32d63de363df53141..0a8131910827fefd5817ae76ece8619d572cdead 100644 (file)
 using namespace ARDOUR;
 using namespace PBD;
 
+#ifdef PLATFORM_WINDOWS
+const uint32_t ResampledImportableSource::blocksize = 524288U;
+#else
 const uint32_t ResampledImportableSource::blocksize = 16384U;
+#endif
 
 ResampledImportableSource::ResampledImportableSource (boost::shared_ptr<ImportableSource> src, framecnt_t rate, SrcQuality srcq)
        : source (src)