Mercurial > hg > vamp-plugin-sdk
diff host/vamp-simple-host.cpp @ 298:5940dd0a399f
* Add NoShift option to PluginInputDomainAdapter as well, for completeness
* Minor & doc updates
author | cannam |
---|---|
date | Tue, 22 Sep 2009 13:01:56 +0000 |
parents | c97e70ed5abc |
children | 2ed36547e1bf |
line wrap: on
line diff
--- a/host/vamp-simple-host.cpp Tue Sep 22 11:40:14 2009 +0000 +++ b/host/vamp-simple-host.cpp Tue Sep 22 13:01:56 2009 +0000 @@ -414,7 +414,7 @@ if (ida) adjustment = ida->getTimestampAdjustment(); } - for (size_t i = 0; i < sfinfo.frames; i += stepSize) { + for (sf_count_t i = 0; i < sfinfo.frames; i += stepSize) { int count;