mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 05:36:31 +01:00
merge 12096:12268 from svn+ssh://ardoursvn@subversion.ardour.org/ardour2/branches/3.0
git-svn-id: svn://localhost/ardour2/branches/3.0-SG@12269 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9c8b57aab0
commit
d6edbf5ca2
162 changed files with 2931 additions and 1064 deletions
|
|
@ -107,7 +107,6 @@ BasicUI::add_marker (const std::string& markername)
|
|||
void
|
||||
BasicUI::rewind ()
|
||||
{
|
||||
std::cerr << "request transport speed of " << session->transport_speed() - 1.5 << std::endl;
|
||||
session->request_transport_speed (session->transport_speed() - 1.5);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue