I really like that addon much! That really made half of songs to sound even more pleasurable than in original!
But there is one thing that I am missing: setting the speed depending on how much semitones are specified
Example: if user inserting the 0.5 of semitone, then it sets the playback rate to 1.0293 (C++ code: rate = 1 / std::pow(2, -0.5 / 12.0);)
I really like that addon much! That really made half of songs to sound even more pleasurable than in original! But there is one thing that I am missing: setting the speed depending on how much semitones are specified
Example: if user inserting the
0.5
of semitone, then it sets the playback rate to 1.0293 (C++ code:rate = 1 / std::pow(2, -0.5 / 12.0);
)