We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f69c3 commit 11f19dcCopy full SHA for 11f19dc
1 file changed
processing/special_generators.py
@@ -39,6 +39,6 @@ def make_volume_ramp(input_funscript, ramp_percent_per_hour=15):
39
40
# Set timing and positions
41
x = [start_time, second_time, peak_time, end_time]
42
- y = [start_ramp_value, intermediate_value, 1.0, 0.0]
+ y = [0, start_ramp_value, 1.0, 0.0]
43
44
return Funscript(x, y)
0 commit comments