mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Region:;set_state() should always set quarter_note.
- fix for 4.x sessions showing notes stacked at session start.
This commit is contained in:
parent
ac6f44d92b
commit
6ed8c113a2
1 changed files with 2 additions and 0 deletions
|
|
@ -1316,6 +1316,8 @@ Region::_set_state (const XMLNode& node, int /*version*/, PropertyChange& what_c
|
|||
}
|
||||
}
|
||||
|
||||
_quarter_note = _session.tempo_map().quarter_note_at_beat (_beat);
|
||||
|
||||
/* fix problems with old sessions corrupted by impossible
|
||||
values for _stretch or _shift
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue