I have a question about the behavior of :slicer and :panslicer.
Noise at the end of the sound.
No noise when sustain is 3.99, noise when sustain is 3.999.
with_fx :slicer,phase: 1,pulse_width:0.5,wave:0 do
play 60,sustain:4,release:0
sleep 4
end
sleep 1
with_fx :slicer,phase: 1,pulse_width:0.5,wave:1 do
play 60,sustain:4,release:0
sleep 4
end
sleep 1
with_fx :slicer,phase: 1,pulse_width:0.5,wave:2 do
play 60,sustain:4.0,release:0
sleep 4
end
sleep 1
with_fx :slicer,phase: 1,pulse_width:0.5,wave:3 do
play 60,sustain:4.0,release:0
sleep 4
end
Volume change with slicer by audacity
Is the volume change a little different?
Noise at the end of the sound.
No noise when sustain is 3.99, noise when sustain is 3.999.
with_fx :panslicer,phase: 1,pulse_width:0.5,wave:0 do
play 60,sustain:4,release:0
sleep 4
end
sleep 1
with_fx :panslicer,phase: 1,pulse_width:0.5,wave:1 do
play 60,sustain:4,release:0
sleep 4
end
sleep 1
with_fx :panslicer,phase: 1,pulse_width:0.5,wave:2 do
play 60,sustain:4.0,release:0
sleep 4
end
sleep 1
with_fx :panslicer,phase: 1,pulse_width:0.5,wave:3 do
play 60,sustain:4.0,release:0
sleep 4
end
Volume change with panslicer by audacity