mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
nutempo #warning removal
This commit is contained in:
parent
125c20e148
commit
c03b588011
1 changed files with 1 additions and 3 deletions
|
|
@ -769,9 +769,7 @@ MidiListEditor::redisplay_model ()
|
|||
row[columns.note] = (*i)->note();
|
||||
row[columns.velocity] = (*i)->velocity();
|
||||
|
||||
#warning NUTEMPO needs ::bbt() method for timeline types
|
||||
// Temporal::BBT_Time bbt (((region->position() + (*i)->time()).earlier (start)).bbt());
|
||||
Temporal::BBT_Time bbt;
|
||||
Temporal::BBT_Time bbt = Temporal::TempoMap::use()->bbt_at ((region->position() + timepos_t ((*i)->time())).earlier (region->start()));
|
||||
|
||||
ss.str ("");
|
||||
ss << bbt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue