mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Fix quantize threshold setting
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
577918dc07
commit
ca25b5c841
1 changed files with 1 additions and 1 deletions
|
|
@ -194,5 +194,5 @@ QuantizeDialog::strength () const
|
||||||
Temporal::Beats
|
Temporal::Beats
|
||||||
QuantizeDialog::threshold () const
|
QuantizeDialog::threshold () const
|
||||||
{
|
{
|
||||||
return Temporal::Beats::from_double (threshold_adjustment.get_value ());
|
return Temporal::Beats::ticks (threshold_adjustment.get_value ());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue