From 17aaa45edb063bc25db8d0add547d32074c9008b Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 19 Apr 2025 13:47:39 -0400 Subject: [PATCH] cwIoMidiRecordPlay.cpp : Changed AM file version to -2 in _midi_write(). This is just a safety measure in case the format changed since the last time AM files were used. --- cwIoMidiRecordPlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwIoMidiRecordPlay.cpp b/cwIoMidiRecordPlay.cpp index 490670c..31b4e04 100644 --- a/cwIoMidiRecordPlay.cpp +++ b/cwIoMidiRecordPlay.cpp @@ -937,7 +937,7 @@ namespace cw file::handle_t fH; // NOTE: version must be a small negative number to differentiate from file version that // whose first word is the count of records in the file, rather than the version number - int version = -1; + int version = -2; if( p->iMsgArrayInIdx == 0 ) {