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

midi

开发平台:

C/C++

  1. FluidSynth MacOS9 port
  2. ----------------------
  3. Antoine Schmitt March 2003
  4. 1) Configuring
  5. As Macintosh cannot run the configure shell command, you need to do it yourself. Mainly, this consists in:
  6. - creating the include/fluidsynth/version.h file by hand, using the version.h.in file as a template, and defining the VERSION* defines by hand, using the values from the 'configure.ac' file.
  7. Example:
  8. #define FLUIDSYNTH_VERSION       "1.0.0"
  9. #define FLUIDSYNTH_VERSION_MAJOR 1
  10. #define FLUIDSYNTH_VERSION_MINOR 0
  11. #define FLUIDSYNTH_VERSION_MICRO 0
  12. 2) src/config_macos.h file
  13. In this file, you can define which audio driver to use. Only the SoundManager driver has been tested (SNDMAN_SUPPORT). You can choose the PORTAUDIO driver.
  14. 3) Compiler, etc..
  15. This project has been compiled with CodeWarrior 4.0 on MacOS9.2.2