Open yastefan opened 5 months ago
At the weekend I noticed that the conversion of the BPM values to the fader value has changed.
Previously, you could determine the fader value with Fader = sqrt(BPM-Value/240), but this has changed in version 2.x. Has anyone worked out the new equation yet?
i used 2.0.2.0 and did not had any Problem neither of the fader or tap tempo and i used it in an Open Air with no problems at all
It is also only about the BPM fader functions (e.g. moveSpeedMasterBpmFader). The rest, including tap tempo, should remain unchanged. In the meantime the support has also answered me and they have changed the conversion in grandMA3. Earlier: fader = sqrt(BPM/240) Now: fader = (BPM ^ 0.52438384897745)/0.17118 I would simply implement the new conversion, but the BPM faders will no longer work for the old versions
It is also only about the BPM fader functions (e.g. moveSpeedMasterBpmFader). The rest, including tap tempo, should remain unchanged. In the meantime the support has also answered me and they have changed the conversion in grandMA3. Earlier: fader = sqrt(BPM/240) Now: fader = (BPM ^ 0.52438384897745)/0.17118 I would simply implement the new conversion, but the BPM faders will no longer work for the old versions
Check, if you got the Solutions its nice to hear
At the weekend I noticed that the conversion of the BPM values to the fader value has changed.
Previously, you could determine the fader value with Fader = sqrt(BPM-Value/240), but this has changed in version 2.x. Has anyone worked out the new equation yet?