| 1 | fluidsynth-1.1.1 on Mac OS X |
|---|
| 2 | ----------------------------------------------------------------------- |
|---|
| 3 | |
|---|
| 4 | fluidsynth-1.1.1 can be installed in two ways on your Apple computer: |
|---|
| 5 | |
|---|
| 6 | A. Compilation and installation by hand |
|---|
| 7 | --------------------------------------- |
|---|
| 8 | Requirements: |
|---|
| 9 | - "XcodeTools.mpkg","DevSDK.pkg", "CoreAudioSDK.pkg" packages (The Leopard/Snow Leopard Install DVD) |
|---|
| 10 | |
|---|
| 11 | - Fink installation <http://fink.sourceforge.net> |
|---|
| 12 | |
|---|
| 13 | - libgnugetopt, readline5, libflac8-dev, libsndfile1-dev and glib2-dev from fink: e.g. "fink install libgnugetopt" |
|---|
| 14 | |
|---|
| 15 | - MIDI Patchbay 1.0.3 <http://www.apple.com/downloads/macosx/audio/index6.html> |
|---|
| 16 | |
|---|
| 17 | - Optional: JackOSX.0.83*.pkg.zip <http://www.jackosx.com> |
|---|
| 18 | |
|---|
| 19 | 1. Run configure && make: |
|---|
| 20 | |
|---|
| 21 | $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure && make |
|---|
| 22 | |
|---|
| 23 | 2. make install as superuser |
|---|
| 24 | |
|---|
| 25 | B. Compilation and installation of the fink fluidsynth package |
|---|
| 26 | -------------------------------------------------------------- |
|---|
| 27 | |
|---|
| 28 | 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. |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | Requirements: |
|---|
| 32 | |
|---|
| 33 | - "XcodeTools.mpkg","DevSDK.pkg", "CoreAudioSDK.pkg" packages (The Leopard/Snow Leopard Install DVD) |
|---|
| 34 | |
|---|
| 35 | - Fink installation <http://fink.sourceforge.net> |
|---|
| 36 | |
|---|
| 37 | - MIDI Patchbay 1.0.3 <http://www.apple.com/downloads/macosx/audio/index6.html> |
|---|
| 38 | |
|---|
| 39 | In Terminal.app simply type $ fink install fluidsynth |
|---|
| 40 | |
|---|
| 41 | and the fink fluidsynth package automatically installs its dependencies. |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | C. Running fluidsynth |
|---|
| 45 | ______________________ |
|---|
| 46 | |
|---|
| 47 | $ 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") |
|---|
| 48 | |
|---|
| 49 | In order to run another instance of fluidsynth, open another terminal window: |
|---|
| 50 | |
|---|
| 51 | $ fluidsynth -a SOUND_DRIVER [-j] -m coremidi -p name_of_instance |
|---|
| 52 | |
|---|
| 53 | Connect MIDI I/O devices using MIDI Patchbay |
|---|
| 54 | |
|---|
| 55 | Ebrahim Mayat <emayat@users.sourceforge.net> |
|---|
| 56 | 29th November 2009 |
|---|
| 57 | |
|---|
| 58 | |
|---|