MCP: make BasicUI::rewind() behave symmetrically to BasicUI::ffwd(); basics of route locking and an API to put the master/monitor on a strip
git-svn-id: svn://localhost/ardour2/branches/3.0@11915 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -100,7 +100,7 @@ BasicUI::add_marker ()
|
||||
void
|
||||
BasicUI::rewind ()
|
||||
{
|
||||
session->request_transport_speed (session->transport_speed() * 1.5);
|
||||
session->request_transport_speed (session->transport_speed() - 1.5);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user