mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
Fix quantization and other time-related ops.
This commit is contained in:
parent
231e0009b4
commit
57c1b6e261
12 changed files with 81 additions and 55 deletions
|
|
@ -135,7 +135,7 @@ QuantizeDialog::grid_size_to_musical_time (const string& txt) const
|
|||
if (!success) {
|
||||
return 1.0;
|
||||
}
|
||||
return (double) b;
|
||||
return b.to_double();
|
||||
}
|
||||
|
||||
if (txt == _("Beats/128")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue