mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
nutempo warning removing - Region::set_position_time_domain() works again
We might not allow this operation/method in the future
This commit is contained in:
parent
25375ee6f4
commit
7cefa5fd7e
1 changed files with 1 additions and 2 deletions
|
|
@ -579,8 +579,7 @@ Region::set_position_time_domain (Temporal::TimeDomain ps)
|
|||
|
||||
boost::shared_ptr<Playlist> pl (playlist());
|
||||
|
||||
#warning NUTEMPO are we going to allow this operation?
|
||||
// _position.call().set_time_domain (ps);
|
||||
_position.call().set_time_domain (ps);
|
||||
|
||||
send_change (Properties::time_domain);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue