mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Revert part of d50df82799.
This commit is contained in:
parent
a4d67279e0
commit
921024b79f
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class LIBARDOUR_API Tempo {
|
|||
return (60.0 * sr) / _beats_per_minute;
|
||||
}
|
||||
double frames_per_pulse (framecnt_t sr) const {
|
||||
return (4.0 * 60.0 * sr) / _beats_per_minute;
|
||||
return (_note_type * 60.0 * sr) / _beats_per_minute;
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue