[ardour-dev] MMC shuttle bug
Sampo Savolainen
v2 at iki.fi
Fri Apr 16 14:55:49 PDT 2004
While experimanting with interfacing Ardour with the DAW controller, I
found a small fault in ardour/libs/ardour/session_midi.cc
In Session::mmc_shuttle, the forw variable (the direction of the
varispeed) is not taken into account.
request_transport_speed (speed);
Should be something like:
if (forw)
request_transport_speed (speed);
else
request_transport_speed (-1.0f*speed);
Sampo
More information about the Ardour-Dev
mailing list