From 4a998771eb270c16356870b24af2a9f09a53f29d Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 22 Mar 2006 17:40:19 +0000 Subject: [PATCH] change calibrate sync to 8th notes --- .../Other/ScreenGameplaySyncMachine music.sm | 28 +++++++++++++++++++ stepmania/src/AdjustSync.h | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/stepmania/Themes/default/Other/ScreenGameplaySyncMachine music.sm b/stepmania/Themes/default/Other/ScreenGameplaySyncMachine music.sm index 24ef380258..ec43c3430b 100644 --- a/stepmania/Themes/default/Other/ScreenGameplaySyncMachine music.sm +++ b/stepmania/Themes/default/Other/ScreenGameplaySyncMachine music.sm @@ -37,34 +37,62 @@ 0001 1000 0001 +1000 +0001 +1000 +0001 , // measure 3 1000 0001 1000 0001 +1000 +0001 +1000 +0001 , // measure 4 1000 0001 1000 0001 +1000 +0001 +1000 +0001 , // measure 5 1000 0001 1000 0001 +1000 +0001 +1000 +0001 , // measure 6 1000 0001 1000 0001 +1000 +0001 +1000 +0001 , // measure 7 1000 0001 1000 0001 +1000 +0001 +1000 +0001 , // measure 8 1000 0001 1000 0001 +1000 +0001 +1000 +0001 ; diff --git a/stepmania/src/AdjustSync.h b/stepmania/src/AdjustSync.h index 4770e2cd68..007be335db 100644 --- a/stepmania/src/AdjustSync.h +++ b/stepmania/src/AdjustSync.h @@ -3,7 +3,7 @@ class TimingData; -const int SAMPLE_COUNT = 28; +const int SAMPLE_COUNT = 56; class AdjustSync {