SongChartVisualizer
SongChartVisualizer copied to clipboard
Displays an in-game chart with song difficulty information!
I want to suggest the use of displaying the swings per second on a graph instead of the note density. There's a tool that can calculate SPS on a given...
``` if (PluginConfig.Instance.PeakWarning && _canvas && _canvas.enabled) _text.text = $"You're about to reach the peak difficulty in {_currentSection.toTime - _audioTimeSyncController.songTime:F1} seconds!"; ``` Can just be ``` if (PluginConfig.Instance.PeakWarning && _canvas...
Please add a README.md with at least a single screenshot of the plugin, there is no way to know how the plugin actually looks without installing it first.