@minenice55 please help me thank you :))))))))))
This commit is contained in:
Zeo 2024-05-05 18:11:44 -05:00
parent db2d6e305b
commit 0ac361d45b

View file

@ -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()
{
if (tempoObj != null)