mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-22 03:41:16 +00:00
update API doc for 1.1.8
This commit is contained in:
parent
82f564506c
commit
77f4604498
1 changed files with 17 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
\author David Henningsson
|
||||
\author Tom Moebert
|
||||
\author Copyright © 2003-2017 Peter Hanappe, Conrad Berhörster, Antoine Schmitt, Pedro López-Cabanillas, Josh Green, David Henningsson, Tom Moebert
|
||||
\version Revision 1.1.7
|
||||
\date 2017-09-04
|
||||
\version Revision 1.1.8
|
||||
\date 2017-10-14
|
||||
|
||||
All the source code examples in this document are in the public domain; you can use them as you please. This document is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ . The FluidSynth library is distributed under the GNU Lesser General Public License. A copy of the GNU Lesser General Public License is contained in the FluidSynth package; if not, visit http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
|
@ -22,6 +22,7 @@ All the source code examples in this document are in the public domain; you can
|
|||
- \ref Disclaimer
|
||||
- \ref Introduction
|
||||
- \ref NewIn@NEXT_RELEASE@
|
||||
- \ref NewIn1_1_8
|
||||
- \ref NewIn1_1_7
|
||||
- \ref NewIn1_1_6
|
||||
- \ref NewIn1_1_5
|
||||
|
@ -93,6 +94,20 @@ Changes in FluidSynth @NEXT_RELEASE@ concerning developers:
|
|||
- add individual chorus setters: fluid_synth_set_chorus_nr(), fluid_synth_set_chorus_level(), fluid_synth_set_chorus_speed(), fluid_synth_set_chorus_depth(), fluid_synth_set_chorus_type()
|
||||
|
||||
|
||||
\section NewIn1_1_8 Whats new in 1.1.8?
|
||||
|
||||
Changes in FluidSynth 1.1.8 concerning developers:
|
||||
|
||||
- fluid_synth_get_channel_preset() is not deprecated anymore
|
||||
- deprecate fluid_synth_get_channel_info()
|
||||
- deprecate fluid_synth_set_midi_router()
|
||||
- deprecate redundant tuning functions
|
||||
- deprecate fluid_gen_set_default_values()
|
||||
- deprecate struct _fluid_mod_t, use the respective getter and setter functions
|
||||
|
||||
- For a full list of bug fixes, see
|
||||
https://github.com/FluidSynth/fluidsynth/wiki/ChangeLog#fluidsynth-118
|
||||
|
||||
\section NewIn1_1_7 Whats new in 1.1.7?
|
||||
|
||||
Changes in FluidSynth 1.1.7 concerning developers:
|
||||
|
|
Loading…
Reference in a new issue