fix: log tempo error
This commit is contained in:
+1
-1
@@ -552,7 +552,7 @@ static bool compute_event(Context *context, StateConfig state_config,
|
||||
if (context->tempo.tempo > 0) {
|
||||
tempo_set(&context->tempo, context->tempo.tempo - 1);
|
||||
}
|
||||
log_info("[%d] Tempo: %f", code, context->tempo);
|
||||
log_info("[%d] Tempo: %f", code, context->tempo.tempo);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user