Hi,
this is my code:
live_loop :bass do
use_synth :dsaw
#use_synth_defaults release: 0.01
#play :e1
#sleep 0.25
#play :e1
#sleep 0.25
#play :e1
#sleep 0.25
#play :e2
#sleep 0.25
#play :e1
#sleep 0.25
#play :e1
#sleep 0.25
#play :e2
#sleep 0.25
#play :e1
#sleep 0.25
play_pattern_timed [:e1, :e1, :e1, :e2, :e1, :e1, :e2, :e1], 0.25, release: 0.01
end
These two code snippets sound different but why? The release time at the end is ignored but if i comment out the other lines and don’t use play_pattern_timed it sounds correct. The release is very short.