mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 12:47:38 +02:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user