yastefan / grandMA3-Chataigne-Module

A Chataigne module to control grandMA3 via OSC
GNU General Public License v3.0
23 stars 7 forks source link

BPM Fader no longer works since version 2.x #16

Open yastefan opened 4 months ago

yastefan commented 4 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?

PixelLighting commented 4 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

yastefan commented 4 months ago

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

PixelLighting commented 3 months ago

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