updated Temporal::Beats ... GUI edition

This commit is contained in:
Paul Davis 2020-07-13 18:03:18 -06:00
parent 4dc048b28a
commit 0a469527f1
14 changed files with 80 additions and 83 deletions

View file

@ -189,8 +189,8 @@ QuantizeDialog::strength () const
return strength_adjustment.get_value ();
}
float
Temporal::Beats
QuantizeDialog::threshold () const
{
return threshold_adjustment.get_value ();
return Temporal::Beats::from_double (threshold_adjustment.get_value ());
}