mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
it might be a minim to you, but it's a half note to me
This commit is contained in:
parent
5c2afa74e1
commit
dc85f65efa
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ TempoDialog::init (const Temporal::BBT_Time& when, double bpm, double end_bpm, d
|
|||
note_types.insert (make_pair (_("whole"), 1));
|
||||
strings.push_back (_("whole"));
|
||||
note_types.insert (make_pair (_("second"), 2));
|
||||
strings.push_back (_("second"));
|
||||
strings.push_back (_("half"));
|
||||
note_types.insert (make_pair (_("third"), 3));
|
||||
strings.push_back (_("third"));
|
||||
note_types.insert (make_pair (_("quarter"), 4));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue