MCP: more sensible version of previous commit, and better behaviour for play button after ffwd or rewind

git-svn-id: svn://localhost/ardour2/branches/3.0@12101 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-04-26 21:57:47 +00:00
parent ab8ebe97bb
commit cafbc632fb
3 changed files with 6 additions and 15 deletions

View file

@ -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);
}