comparison runner/JAMSFeatureWriter.cpp @ 161:4b19d824a213 jams

Merge from default branch
author Chris Cannam
date Wed, 15 Oct 2014 11:33:14 +0100
parents ad96fd5f9cd7
children 447230267c0d
comparison
equal deleted inserted replaced
153:ad96fd5f9cd7 161:4b19d824a213
159 case BeatTask: 159 case BeatTask:
160 case KeyTask: 160 case KeyTask:
161 case OnsetTask: 161 case OnsetTask:
162 d += QString("\"time\": { \"value\": %1 }") 162 d += QString("\"time\": { \"value\": %1 }")
163 .arg(realTime2Sec(f.timestamp)); 163 .arg(realTime2Sec(f.timestamp));
164 break;
165
166 case MelodyTask:
167 case PitchTask:
168 //!!!
164 break; 169 break;
165 } 170 }
166 171
167 if (f.label != "") { 172 if (f.label != "") {
168 d += QString(", \"label\": { \"value\": \"%2\" }") 173 d += QString(", \"label\": { \"value\": \"%2\" }")