From 5d235d08879a763ecd5a00b79c7defaf4cbc0dbe Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 14 Feb 2023 21:01:22 -0500 Subject: [PATCH] cwIoMidiRecordPlay.cpp : Include 'sci-pitch' in CSV row. --- cwIoMidiRecordPlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwIoMidiRecordPlay.cpp b/cwIoMidiRecordPlay.cpp index 720deda..bb742f0 100644 --- a/cwIoMidiRecordPlay.cpp +++ b/cwIoMidiRecordPlay.cpp @@ -978,7 +978,7 @@ namespace cw goto errLabel; } - file::printf(fH,"dev,port,microsec,id,sec,ch,status,d0,d1\n"); + file::printf(fH,"dev,port,microsec,id,sec,ch,status,sci_pitch,d0,d1\n"); for(unsigned i=0; iiMsgArrayInIdx; ++i) {