Rockers and tweezers patch (#448)

* Rockers - Can now pitch down samples and bends, bends also correctly pitch to playback speed now.

* No peeking anim adjustment

* Added new no peeking signs
This commit is contained in:
Rapandrasmus
2023-06-03 16:51:30 +02:00
committed by GitHub
parent 445d06046a
commit 761ae362e1
86 changed files with 405 additions and 290 deletions

View File

@ -114,6 +114,10 @@ namespace HeavenStudio.Games
/// <param name="length">The length of the interval.</param>
public void StartInterval(float beat, float length)
{
if (!IntervalIsActive())
{
if (queuedEvents.Count > 0) queuedEvents.Clear();
}
intervalStartBeat = beat;
intervalLength = length;
defaultIntervalLength = length;