The quantization in the charting menu fucks up depending on your Note Offset settings. here's a fix for the ChartingState.hx. very important as i am a vortex editor main
override function updateCurStep():Void
{
var lastChange = Conductor.getBPMFromSeconds(Conductor.songPosition);
var shit = ((Conductor.songPosition ) - lastChange.songTime) / lastChange.stepCrochet;
curDecStep = lastChange.stepTime + shit;
curStep = lastChange.stepTime + Math.floor(shit);
}
Command Prompt/Terminal logs (if existing)
No response
Are you modding a build from source or with Lua?
Source
What is your build target?
Windows
Did you edit anything in this build? If so, mention or summarize your changes.
Describe your bug here.
The quantization in the charting menu fucks up depending on your Note Offset settings. here's a fix for the ChartingState.hx. very important as i am a vortex editor main
Command Prompt/Terminal logs (if existing)
No response
Are you modding a build from source or with Lua?
Source
What is your build target?
Windows
Did you edit anything in this build? If so, mention or summarize your changes.
i gave it a cute tophat :3