Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chorus enhancement. #548

Merged
merged 19 commits into from
Oct 23, 2019
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/fluidsettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Developers: Settings can be deprecated by adding: <deprecated>SOME TEXT</depreca
<name>chorus.speed</name>
<type>num</type>
<def>0.3</def>
<min>0.29</min>
<min>0.1</min>
<max>5</max>
<desc>
Sets the modulation speed in Hz.</desc>
Expand Down
4 changes: 4 additions & 0 deletions doc/fluidsynth-v20-devdoc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ All the source code examples in this document are in the public domain; you can

- \ref Disclaimer
- \ref Introduction
- \ref NewIn2_1_0
- \ref NewIn2_0_7
- \ref NewIn2_0_6
- \ref NewIn2_0_5
Expand Down Expand Up @@ -65,6 +66,9 @@ What is FluidSynth?

- FluidSynth is open source, in active development. For more details, take a look at http://www.fluidsynth.org

\section NewIn2_1_0 Whats new in 2.1.0?

- smallest allowed chorus speed is now 0.1 Hz (previously 0.29 Hz)

\section NewIn2_0_7 Whats new in 2.0.7?

Expand Down
Loading