
# The first foot of the tone group uses offset = 0.
# The other feet use this offset.
time_offset = -40.0

# pretonic:
# rnd: [0,1)
#  random: slope = pretonic_base_slope_random + rnd * pretonic_slope_random_factor
# !random: slope = pretonic_base_slope
pretonic_base_slope = 0.02
pretonic_base_slope_random = 0.01
pretonic_slope_random_factor = 0.015

# tonic:
# rnd: [0,1)
#  random: slope = (continuation ? tonic_continuation_base_slope : tonic_base_slope) + rnd * tonic_slope_random_factor
# !random: slope = (continuation ? tonic_continuation_base_slope : tonic_base_slope) + tonic_slope_offset
tonic_base_slope = 0.02
tonic_continuation_base_slope = 0.01
tonic_slope_random_factor = 0.03
tonic_slope_offset = 0.03
