hi everyone thanks for your help so far so now comes a big challenge for me
this is the code example:
ββ"
live_loop :random_riff do
use_random_seed 0
8.times do
play rrand_i(50, 95), release: 0.1
sleep 0.125
end
end
``` I want to create a random melody that is confined to a specific octave, with the seed randomly changing after a certain number of bars for example 8, and I would like to output it over midi. please can some one explain to me how to to do this thanks very much :)