We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277cb68 commit 8c4a9adCopy full SHA for 8c4a9ad
modules/interactive_music/audio_stream_interactive.h
@@ -100,7 +100,7 @@ class AudioStreamInteractive : public AudioStream {
100
TransitionFromTime from_time = TRANSITION_FROM_TIME_NEXT_BEAT;
101
TransitionToTime to_time = TRANSITION_TO_TIME_START;
102
FadeMode fade_mode = FADE_AUTOMATIC;
103
- int fade_beats = 1;
+ float fade_beats = 1;
104
bool use_filler_clip = false;
105
int filler_clip = 0;
106
bool hold_previous = false;
0 commit comments