changes from midi

This commit is contained in:
AJ Kelly
2010-08-08 11:14:07 -05:00
parent f648eb7681
commit 11bdaa7a78
3 changed files with 11 additions and 11 deletions
@@ -104,7 +104,7 @@ t[#t+1] = Def.ActorFrame {
ProtimingCmds[param.TapNoteScore](c.ProtimingDisplay);
c.ProtimingAverage:visible( bShowProtiming );
c.ProtimingAverage:settextf("%i%%",100 - MakeAverage( tTotalJudgments ) * 1000 );
c.ProtimingAverage:settextf("%.2f%%",100 - MakeAverage( tTotalJudgments ) * 1000 );
AverageCmds['Pulse'](c.ProtimingAverage);
end;
};