mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
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:
parent
c0bdc7f31e
commit
b2cd8b004c
5 changed files with 68 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue