2010-08-11 15:31:34 +00:00
fluidsynth-1.1.2 on Mac OS X
2007-09-20 07:47:38 +00:00
-----------------------------------------------------------------------
2009-03-09 05:48:04 +00:00
2010-08-11 15:31:34 +00:00
fluidsynth-1.1.2 can be installed in three ways on your Apple computer:
2009-03-09 05:48:04 +00:00
2010-08-11 15:31:34 +00:00
A. Compilation and installation by hand using autotools
-------------------------------------------------------
2006-02-21 06:21:09 +00:00
Requirements:
2009-10-30 19:13:45 +00:00
- "XcodeTools.mpkg","DevSDK.pkg", "CoreAudioSDK.pkg" packages (The Leopard/Snow Leopard Install DVD)
2004-08-10 15:08:29 +00:00
2006-02-21 06:21:09 +00:00
- Fink installation <http://fink.sourceforge.net>
2004-08-10 15:08:29 +00:00
2009-10-30 19:13:45 +00:00
- libgnugetopt, readline5, libflac8-dev, libsndfile1-dev and glib2-dev from fink: e.g. "fink install libgnugetopt"
2006-02-21 06:21:09 +00:00
2009-01-28 18:20:48 +00:00
- MIDI Patchbay 1.0.3 <http://www.apple.com/downloads/macosx/audio/index6.html>
2010-08-11 15:31:34 +00:00
- Optional: JackOSX.0.85*.pkg.zip <http://www.jackosx.com>
2009-11-29 04:12:52 +00:00
2009-01-28 18:20:48 +00:00
1. Run configure && make:
$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure && make
2. make install as superuser
2010-08-11 15:31:34 +00:00
B. Compilation and installation by hand using cmake
---------------------------------------------------
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, glib2-dev, dbus1.3-dev and cmake from fink: e.g. "fink install libgnugetopt"
- MIDI Patchbay 1.0.3 <http://www.apple.com/downloads/macosx/audio/index6.html>
2009-10-30 19:13:45 +00:00
2010-08-11 15:31:34 +00:00
- Optional: JackOSX.0.85*.pkg.zip <http://www.jackosx.com>
1. Run cmake from the newly-created "build" folder:
$ mkdir build ; cd build ; cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local ; make
where "/usr/local" could be replaced by the PREFIX of your choice.
2. make install as superuser
C. Compilation and installation of the fink fluidsynth package
--------------------------------------------------------------
2009-11-29 04:12:52 +00:00
2010-08-11 15:31:34 +00:00
Note: The fink fluidsynth package is currently at version 1.1.1. The update will become available some time after the source tarball for version 1.1.2 becomes
officially available on http://fluidsynth.sourceforge.net
2009-10-30 19:13:45 +00:00
2009-03-09 05:48:04 +00:00
Requirements:
2009-10-30 19:13:45 +00:00
- "XcodeTools.mpkg","DevSDK.pkg", "CoreAudioSDK.pkg" packages (The Leopard/Snow Leopard Install DVD)
2009-03-09 05:48:04 +00:00
- 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
2009-11-29 04:12:52 +00:00
and the fink fluidsynth package automatically installs its dependencies.
2009-03-09 05:48:04 +00:00
2009-11-29 04:12:52 +00:00
C. Running fluidsynth
______________________
2009-03-09 05:48:04 +00:00
2009-11-29 04:12:52 +00:00
$ 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")
2009-01-28 18:20:48 +00:00
2009-03-09 05:48:04 +00:00
In order to run another instance of fluidsynth, open another terminal window:
2009-01-28 18:20:48 +00:00
2009-11-29 04:12:52 +00:00
$ fluidsynth -a SOUND_DRIVER [-j] -m coremidi -p name_of_instance
2009-01-28 18:20:48 +00:00
Connect MIDI I/O devices using MIDI Patchbay
2005-06-08 03:51:13 +00:00
Ebrahim Mayat <emayat@users.sourceforge.net>
2010-08-11 15:31:34 +00:00
12th August 2010
2009-01-28 18:20:48 +00:00
2007-11-17 21:55:22 +00:00