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

midi

开发平台:

C/C++

  1. fluidsynth-1.1.1 on Mac OS X
  2. -----------------------------------------------------------------------
  3. fluidsynth-1.1.1 can be installed in two ways on your Apple computer:
  4. A. Compilation and installation by hand
  5. ---------------------------------------
  6. Requirements:
  7. - "XcodeTools.mpkg","DevSDK.pkg", "CoreAudioSDK.pkg" packages (The Leopard/Snow Leopard Install DVD)
  8. - Fink installation <http://fink.sourceforge.net>
  9. - libgnugetopt, readline5, libflac8-dev, libsndfile1-dev and glib2-dev  from fink: e.g. "fink install libgnugetopt"
  10. - MIDI Patchbay 1.0.3 <http://www.apple.com/downloads/macosx/audio/index6.html>
  11. - Optional: JackOSX.0.83*.pkg.zip  <http://www.jackosx.com>
  12. 1. Run configure && make:
  13. $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure && make
  14. 2. make install as superuser
  15. B. Compilation and installation of the fink fluidsynth package
  16. --------------------------------------------------------------
  17. Note: The fink fluidsynth package is currently at version 1.0.9. The update will be announced after the source tarball for version 1.1.1 becomes officially available on http://fluidsynth.resonance.org.
  18. Requirements:
  19. - "XcodeTools.mpkg","DevSDK.pkg", "CoreAudioSDK.pkg" packages (The Leopard/Snow Leopard Install DVD)
  20. - Fink installation <http://fink.sourceforge.net>
  21. - MIDI Patchbay 1.0.3 <http://www.apple.com/downloads/macosx/audio/index6.html>
  22. In Terminal.app simply type $ fink install fluidsynth
  23. and the fink fluidsynth package automatically installs its dependencies. 
  24. C. Running fluidsynth
  25. ______________________
  26. $ fluidsynth -a SOUND_DRIVER -j -m coremidi where the SOUND_DRIVER is either "jack" or "coreaudio" (in order to run the coreaudio sound driver replace the "-a jack -j" options with "-a coreaudio")
  27. In order to run another instance of fluidsynth, open another terminal window:
  28. $ fluidsynth -a SOUND_DRIVER [-j] -m coremidi -p name_of_instance
  29. Connect MIDI I/O devices using MIDI Patchbay 
  30. Ebrahim Mayat <emayat@users.sourceforge.net>
  31. 29th November 2009