lower sample count because of 4 beats lead-in

This commit is contained in:
Chris Danford
2006-03-16 21:56:03 +00:00
parent 94b0e34aee
commit de4b978da3
+1 -1
View File
@@ -3,7 +3,7 @@
class TimingData;
const int SAMPLE_COUNT = 30;
const int SAMPLE_COUNT = 25;
class AdjustSync
{