I can’t alter the filtertypes of the cutoff and resonance envelopes.
And i was surprised to find the fade_amount value available in these envelopes… i suspect this is a mistake?
>>> oprint(renoise.song().instruments[8].sample_envelopes.cutoff)
class: InstrumentFilterEnvelope
properties:
enabled
fade_amount
follower
length
length_observable
lfo
loop_end
loop_mode
loop_start
play_mode
play_mode_observable
points
points_observable
sustain_enabled
sustain_position
methods:
__STRICT
add_point_at
clear_points
copy_from
copy_points_from
has_point_at
init
remove_point_at
>>> oprint(renoise.song().instruments[8].sample_envelopes.resonance)
class: InstrumentFilterEnvelope
properties:
enabled
fade_amount
follower
length
length_observable
lfo
loop_end
loop_mode
loop_start
play_mode
play_mode_observable
points
points_observable
sustain_enabled
sustain_position
methods:
__STRICT
add_point_at
clear_points
copy_from
copy_points_from
has_point_at
init
remove_point_at
>>> oprint(renoise.song().instruments[8].sample_envelopes.resonance.fade_amount)
128
>>> oprint(renoise.song().instruments[8].sample_envelopes.cutoff.fade_amount)
128