Comment 9 for bug 1090546

Revision history for this message
Rahul Behl (raulbehl) wrote :

This is already happening by default as per enginebuffer.cpp
But as I see "pitch" is not declared as a valid mixxxcontrol thus, we do not see this happening currently.
Changing "pitch" to "rate" (at line 261 in enginebuffer.cpp) resets the pitch every time a new song is loaded.

How should I go about it?