I’m trying to make the :autotuner fx work but having trouble, it’s very possible I just don’t know how to make it work. I tried the sample code with my own sample audio and hear nothing:
with_fx :autotuner do |c|
sample "~/Downloads/test2.wav" # any sample with a voice is good
sleep 4
# listen to standard auto-tune behaviour for 4 seconds
64.times do
# now start changing note: to get robot voice behaviour
control c, note: (scale :a2, :minor_pentatonic, num_octaves: 2).choose
sleep 0.5
end
end
Can someone give me a quick guide on how this fx works with sample code? I am on v4.5.0 and macOS 14.0