The Envelope struct defined an 'attach_length' key instead of the
expected 'attack_length'. While the documentation was correct, any
passed in 'attack_length' value was being silently dropped.
This was discovered when configuring a periodic sinusoidal effect
and observing differences in the waveform in comparison to the C API.
The Envelope struct defined an 'attach_length' key instead of the expected 'attack_length'. While the documentation was correct, any passed in 'attack_length' value was being silently dropped.
This was discovered when configuring a periodic sinusoidal effect and observing differences in the waveform in comparison to the C API.
Signed-off-by: Paul Mundt paul.mundt@adaptant.io