13
0

MCP: no fake touch for vpot

git-svn-id: svn://localhost/ardour2/branches/3.0@11988 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-04-16 19:07:37 +00:00
parent 72d17d326e
commit 4da123458e

View File

@ -606,7 +606,6 @@ Strip::handle_pot (Pot& pot, float delta)
*/
pot.start_touch (_surface->mcp().transport_frame());
_surface->mcp().add_in_use_timeout (*_surface, pot, pot.control ());
double p = pot.get_value ();
p += delta;