math :(
@minenice55 please help me thank you :))))))))))
This commit is contained in:
parent
db2d6e305b
commit
0ac361d45b
|
@ -118,6 +118,45 @@ public class TempoDialog : Dialog
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// public void SetStraightSwing()
|
||||||
|
// {
|
||||||
|
// if (tempoObj != null)
|
||||||
|
// {
|
||||||
|
// tempoObj.SetSwing(whatever makes the swing ratio 50%);
|
||||||
|
// swingInput.text = (tempoObj.chartEntity["swing"] * 400).ToString("F");
|
||||||
|
// swingSlider.value = tempoObj.chartEntity["swing"];
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
|
// public void SetLightSwing()
|
||||||
|
// {
|
||||||
|
// if (tempoObj != null)
|
||||||
|
// {
|
||||||
|
// tempoObj.SetSwing(whatever makes the swing ratio 60%);
|
||||||
|
// swingInput.text = (tempoObj.chartEntity["swing"] * 400).ToString("F");
|
||||||
|
// swingSlider.value = tempoObj.chartEntity["swing"];
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
|
// public void SetNormalSwing()
|
||||||
|
// {
|
||||||
|
// if (tempoObj != null)
|
||||||
|
// {
|
||||||
|
// tempoObj.SetSwing(whatever makes the swing ratio 66.67%);
|
||||||
|
// swingInput.text = (tempoObj.chartEntity["swing"] * 400).ToString("F");
|
||||||
|
// swingSlider.value = tempoObj.chartEntity["swing"];
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// public void SetStraightSwing()
|
||||||
|
// {
|
||||||
|
// if (tempoObj != null)
|
||||||
|
// {
|
||||||
|
// tempoObj.SetSwing(whatever makes the swing ratio 75%);
|
||||||
|
// swingInput.text = (tempoObj.chartEntity["swing"] * 400).ToString("F");
|
||||||
|
// swingSlider.value = tempoObj.chartEntity["swing"];
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
public void SwingDivisionToggle()
|
public void SwingDivisionToggle()
|
||||||
{
|
{
|
||||||
if (tempoObj != null)
|
if (tempoObj != null)
|
||||||
|
|
Loading…
Reference in a new issue