mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
- introduced names for soundfonts (without path and .sf2 postfix)
- introduced a message "info" in order to query the current state of fluidsynth~
This commit is contained in:
parent
1ea508e4e4
commit
cfc7369b9b
2 changed files with 37 additions and 9 deletions
|
@ -1,7 +1,38 @@
|
|||
Well, this is fluidsynth~ for Max/MSP...
|
||||
******************************************************************
|
||||
*
|
||||
* This is fluidsynth~,
|
||||
* a derivative of the Fluid Synth soundfont synthesizer for Max/MSP.
|
||||
*
|
||||
* Take a look here:
|
||||
* http://www.ircam.fr/equipes/temps-reel/maxmsp/fluidsynth.html
|
||||
*
|
||||
* Fluid Synth is written by Peter Hanappe et al.
|
||||
* See http://www.fluidsynth.org/.
|
||||
*
|
||||
* Max/MSP integration by Norbert Schnell, IRCAM - Centre Pompidou
|
||||
* Norbert.Schnell@ircam.fr
|
||||
*
|
||||
_____________________________________________________________________
|
||||
LICENSE
|
||||
|
||||
Take a look here:
|
||||
http://www.ircam.fr/equipes/temps-reel/maxmsp/fluidsynth.html
|
||||
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
See file COPYING.LIB in the CVS root directory for further information on licensing terms.
|
||||
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
_____________________________________________________________________
|
||||
RELASE NOTES of version 04/2004 (release 6)
|
||||
|
||||
- fixed several bugs of the initial release (especially related to the translation of paths
|
||||
- introduced names for soundfonts (without path and .sf2 postfix)
|
||||
- introduced a message "info" in order to query the current state of fluidsynth~
|
||||
|
||||
_____________________________________________________________________
|
||||
THIS CVS DIRECTORY
|
||||
|
||||
The fluidsynth directory in this directory contains only a version.h which is just added for the case that the version.h file in the fluidsynth checkout is not (auto-)"maked" or generated otherwise.
|
||||
|
||||
|
@ -14,13 +45,10 @@ The following three functions used in fluid_settings are missing:
|
|||
fluid_audio_driver_settings()
|
||||
fluid_midi_driver_settings()
|
||||
|
||||
_____________________________________________________________________
|
||||
KNOWN BUGS:
|
||||
- Unloading SoungFonts doesn't work (would probably be fixed if using the MACOS 9 macro)
|
||||
|
||||
|
||||
_____________________________________________________________________
|
||||
TODO
|
||||
- get rid of fluidmax_fakefuns.c
|
||||
- implement log function properly
|
||||
- fix unloading
|
||||
- allow access to SFs by name (rather than id only)
|
||||
- avoid double loading of Sfs and loading of SFs with the same name
|
||||
|
Binary file not shown.
Loading…
Reference in a new issue