mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
updated Temporal::Beats ... GUI edition
This commit is contained in:
parent
4dc048b28a
commit
0a469527f1
14 changed files with 80 additions and 83 deletions
|
|
@ -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 ());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue