Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set DirtFreqScale default factor to 1
It seems that all applications of `DirtFreqScale` in `library/default-synths-extra.scd` are without effect: the parameter `speedFreq` is not passed, and it's default value is 0, effectively deactivating frequency scaling. As `DirtFreqScale` is used nowhere else, I propose to change the default value of `speedFreq` to 1. Per musikinformatik#247, this should recover the old behavior of `accelerate`, fixing musikinformatik#254.
- Loading branch information