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:
Paul Davis 2012-04-11 20:10:10 +00:00
parent c0bdc7f31e
commit b2cd8b004c
5 changed files with 68 additions and 4 deletions

View file

@ -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