|
@@ -445,6 +445,7 @@ public class UserChannelContext {
|
|
|
result.put("cadence", tempoScore);
|
|
|
result.put("intonation", intonationScore);
|
|
|
result.put("integrity", integrityScore);
|
|
|
+ result.put("recordId", recordId.intValue());
|
|
|
|
|
|
int score = socre / noteAnalysisList.size();
|
|
|
|