setBFree - Customizing Leslie speed (and other config parameters)

Hi all,

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.

what is the good cfg file loaded by default ?

Thanks a lot.

Antoine

1 Like

Try adding your changes to this file:

/zynthian/zynthian-data/setbfree/cfg/zynthian_my.cfg

Note that this file will be overwritten when updating your zynthian. To avoid this simply add the modified file to .gitignore.

Regards

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.

Regards,

3 Likes

Yes ! It’s works !
Thanks a lot.

Antoine

1 Like

@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
1 Like

You have to destroy the setBfree chain and load the snapshot after. Reloading the snapshot will try to keep the engine alive for faster reloading.

Regards,

2 Likes

I try it, and I love it good settings.
Brgds

2 Likes