Thanks for posting! I was unsure how the asterisk worked
@ErsinErtan2 жыл бұрын
if sonic-pi.version >= 4.3.0 then amp_k.tick end # Else RuntimeError - Unable to normalise argument with key :amp and value (ramp 0.0 ... # range max is exclusive
@DavidsMusicLab2 жыл бұрын
not sure what you mean, this tutorial was done back in version 2.xx, might not work in newer versions
@ErsinErtan2 жыл бұрын
@@DavidsMusicLab Yeah, it doesn't work, however using .tick is a workaround. Thanks for the tutorial! amp_kik = (ramp *(range 0,1.1,0.1)) live_loop :kik do sample :drum_bass_hard, amp: amp_kik.tick sleep 0.5 end