MCP: more tracing for rewind; change play LED illumination rule

git-svn-id: svn://localhost/ardour2/branches/3.0@11919 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-04-11 20:48:51 +00:00
parent 496a1e6965
commit 96d4ba88d1
3 changed files with 10 additions and 6 deletions

View file

@ -107,6 +107,7 @@ 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);
}