README.TXT
上传用户:tjmskj2
上传日期:2020-08-17
资源大小:577k
文件大小:4k
源码类别:

midi

开发平台:

C/C++

  1. ******************************************************************
  2. *
  3. *  This is fluidsynth~,
  4. *  a derivative for Max/MSP of the Fluid Synth soundfont synthesizer.
  5. *  Fluid Synth is written by Peter Hanappe et al.
  6. *  See http://www.fluidsynth.org/.
  7. *  Max/MSP integration by Norbert Schnell, IRCAM - Centre Pompidou
  8. *  Norbert.Schnell@ircam.fr
  9. *
  10. *  Take a look here:
  11. *    http://www.ircam.fr/equipes/temps-reel/maxmsp/fluidsynth.html
  12. *
  13. _____________________________________________________________________
  14. LICENSE
  15. 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.
  16.  
  17. See file COPYING.LIB in the CVS root directory for further information on licensing terms.
  18. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  20. 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.
  21. _____________________________________________________________________
  22. SYSTEM REQUIREMENTS
  23. This version of fluidsynth~ was initially created and tested using Max/MSP 4.3 on Mac 10.3 and should work on all following versions of Max/MSP and Mac OS.
  24. _____________________________________________________________________
  25. RELASE NOTES for version 01/2009 (release 13)
  26.  - adapted to current FluidSynth code base (after years without activity)
  27.  - no new features or relevant changes!
  28. _____________________________________________________________________
  29. RELASE NOTES up to version 10/2005 (release 10, 11 and 12)
  30.  - added micro-tuning methods (to be added to help patch)
  31.  - fixed bug restricting argument of tuning-octave message to int (11)
  32.  - fixed voice stealing (12)
  33. _____________________________________________________________________
  34. RELASE NOTES up to version 09/2004 (release 7 to 9)
  35.  - bug fix: now polyphony and # of midi channel arguments take effect (release 9)
  36.  - added message resample permitting to chose resampling interpolation method (release 8)
  37.  - added names (= file name without path and postfix) for soundfonts (7)
  38.  - fixed bug of crash for "info channels" in case of channel(s) without defined preset
  39.  - dropped Mac OS 9 version
  40.  - extended help patch
  41. _____________________________________________________________________
  42. RELASE NOTES of version 04/2004 (release 6)
  43.  - fixed several bugs of the initial release (especially related to the translation of paths
  44.  - introduced names for soundfonts (without path and .sf2 postfix)
  45.  - introduced a message "info" in order to query the current state of tuning-octave
  46. _____________________________________________________________________
  47. SVN DIRECTORY
  48. svn repository: https://resonance.org/svn/fluidsynth/trunk/fluidsynth
  49. Max/MSP implementation directory: bindings/fluidmax
  50. The fluidsynth directory in the fluidmax 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.
  51. For now the file fluid_sys.c is not included to the CW project. Instead there is a file called fluidmax_fakefuns.c implementing some necessary functions.
  52. _____________________________________________________________________
  53. KNOWN BUGS:
  54. _____________________________________________________________________
  55. TODO
  56.  - implement log function properly