AudioTriggerPropertiesBox: set start/set length ops via clocks removed
These need to use a different API (operating on the region, not directly on the trigger), or the Trigger API needs revisiting.
This commit is contained in:
@@ -312,11 +312,11 @@ AudioTriggerPropertiesBox::beats_changed ()
|
||||
void
|
||||
AudioTriggerPropertiesBox::start_clock_changed ()
|
||||
{
|
||||
trigger()->set_start(_start_clock.last_when());
|
||||
/* XXX do something, probably to the region */
|
||||
}
|
||||
|
||||
void
|
||||
AudioTriggerPropertiesBox::length_clock_changed ()
|
||||
{
|
||||
trigger()->set_length(_length_clock.current_duration()); //?
|
||||
/* XXX do something, probably to the region */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user