README-OSX
上传用户:tjmskj2
上传日期:2020-08-17
资源大小:577k
文件大小:2k
- fluidsynth-1.1.1 on Mac OS X
- -----------------------------------------------------------------------
- fluidsynth-1.1.1 can be installed in two ways on your Apple computer:
- A. Compilation and installation by hand
- ---------------------------------------
- Requirements:
- - "XcodeTools.mpkg","DevSDK.pkg", "CoreAudioSDK.pkg" packages (The Leopard/Snow Leopard Install DVD)
- - Fink installation <http://fink.sourceforge.net>
- - libgnugetopt, readline5, libflac8-dev, libsndfile1-dev and glib2-dev from fink: e.g. "fink install libgnugetopt"
- - MIDI Patchbay 1.0.3 <http://www.apple.com/downloads/macosx/audio/index6.html>
- - Optional: JackOSX.0.83*.pkg.zip <http://www.jackosx.com>
- 1. Run configure && make:
- $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure && make
- 2. make install as superuser
- B. Compilation and installation of the fink fluidsynth package
- --------------------------------------------------------------
- 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.
- Requirements:
- - "XcodeTools.mpkg","DevSDK.pkg", "CoreAudioSDK.pkg" packages (The Leopard/Snow Leopard Install DVD)
- - Fink installation <http://fink.sourceforge.net>
- - MIDI Patchbay 1.0.3 <http://www.apple.com/downloads/macosx/audio/index6.html>
- In Terminal.app simply type $ fink install fluidsynth
- and the fink fluidsynth package automatically installs its dependencies.
- C. Running fluidsynth
- ______________________
- $ 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")
- In order to run another instance of fluidsynth, open another terminal window:
- $ fluidsynth -a SOUND_DRIVER [-j] -m coremidi -p name_of_instance
- Connect MIDI I/O devices using MIDI Patchbay
- Ebrahim Mayat <emayat@users.sourceforge.net>
- 29th November 2009