compensate for processor latency during bounce
[ardour.git] / libs / ardour / sndfileimportable.cc
index c9f6c4014f272f75e54b99610c2a70f7d3eebf63..ceb88eddc9f80c4ae61a87b41e9c1b092a59dad3 100644 (file)
@@ -51,7 +51,7 @@ SndFileImportableSource::read (Sample* buffer, framecnt_t nframes)
        return per_channel * sf_info.channels;
 }
 
-uint
+uint32_t
 SndFileImportableSource::channels () const
 {
        return sf_info.channels;