mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
temporal: fix up some logic relating to scoped tempo maps (GUI)
This commit is contained in:
parent
dd41fddcad
commit
a2c0183cbc
3 changed files with 21 additions and 11 deletions
|
|
@ -402,7 +402,7 @@ AudioClipEditor::drop_waves ()
|
|||
void
|
||||
AudioClipEditor::set_trigger (TriggerReference& tr)
|
||||
{
|
||||
EC_LOCAL_TEMPO_SCOPE;
|
||||
/* NO LOCAL TEMPO SCOPE */
|
||||
|
||||
if (tr == ref) {
|
||||
return;
|
||||
|
|
@ -418,7 +418,7 @@ AudioClipEditor::set_trigger (TriggerReference& tr)
|
|||
void
|
||||
AudioClipEditor::set_region (std::shared_ptr<Region> region)
|
||||
{
|
||||
EC_LOCAL_TEMPO_SCOPE;
|
||||
/* NO LOCAL TEMPO SCOPE */
|
||||
|
||||
CueEditor::set_region (region);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue