Hi there! Here is my question about “define”
I have created a new creation and inside there is a big block, a live_loop in fact.
When I recall it later, is it possible to edit it enterily, with “rptich” for instance (with an array) to change the pitches of all the notes inside my live_loop block in the same time? I have searched for documentation here and there but in vain…more generally, is it possible to edit a define when you call it?
Writing this f.i:
define :test do
live_loop :ab do
sleep x
end
test rpitch: (ring with different values).tick
I hope my question is clear for you all.
Thanks for attention!
`