I want to change the speed of the Leslie in setBFree.
In the interface Zynthian, nothing about the speed of the two speakers (low speed, high speed, acceleration, deceleration for the two speakers)
I tried to change the default.cfg after a reboot, no changes.
Ups! Ignore my last comment! I just remembered that i moved the config to a better place so customizing is easier and persistent across updates. Please, put your customization in this file:
/zynthian/config/setbfree/zynthian.cfg
No need to reboot to test your changes. Simply reload your setbfree processor by reloading your snapshot or remove/re-add the setBfree chain.
@jofemodo I’ve found I do need to reboot for the changes to take effect, just reloading the snapshot doesn’t work (for me anyway).
I highly recommend folks tweak the leslie settings! I currently have this, might be a little slow but I like it:
################################################################
##
## Rotary speaker simulator
##
################################################################
##
## The slow rotation speed of the horn in revolutions per minute.
##
#whirl.horn.slowrpm=40.32
##
##
## The fast rotation speed of the horn in revolutions per minute.
##
#whirl.horn.fastrpm=423.36
##
##
## The spool-up rate of the horn; time constant - seconds
## Time required to accelerate reduced by a factor exp(1) = 2.718..
##
whirl.horn.acceleration=1.6
##
##
## The spool-down rate of the horn; time constant - seconds
## Time required to decelerate reduced by a factor exp(1) = 2.718..
##
whirl.horn.deceleration=1.2
##
##
## The slow rotation speed of the drum in revolutions per minute.
##
#whirl.drum.slowrpm=36.0
##
##
## The fast rotation speed of the drum in revolutions per minute.
##
#whirl.drum.fastrpm=357.3
##
##
## The spool-up rate of the drum; time constant - seconds
## Time required to accelerate reduced by a factor exp(1) = 2.718..
##
whirl.drum.acceleration=2
##
##
## The spool-down rate of the drum; time constant - seconds
## Time required to decelerate reduced by a factor exp(1) = 2.718..
##
whirl.drum.deceleration=1.5