From 775a9783798b9043fbcb9c5ec9c8533e9ee18efd Mon Sep 17 00:00:00 2001 From: Aldo Fregoso Date: Sat, 20 Oct 2012 04:04:22 -0500 Subject: [PATCH] Default Speed Length for SMA files is 4. --- src/NotesLoaderSMA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NotesLoaderSMA.cpp b/src/NotesLoaderSMA.cpp index 0921924afc..3ef8ebfa15 100644 --- a/src/NotesLoaderSMA.cpp +++ b/src/NotesLoaderSMA.cpp @@ -99,7 +99,7 @@ void SMALoader::ProcessSpeeds( TimingData &out, const RString line, const int ro if( vs2.size() == 2 ) // First one always seems to have 2. { - vs2.push_back("0"); + vs2.push_back("4"); // Aldo_MX: 4 is the default value } if( vs2.size() < 3 )