root/trunk/fluidsynth/README-OSX

Revision 275, 2.0 KB (checked in by josh, 3 months ago)

New README-OSX from Ebrahim Mayat for 1.1.1.

  • Property svn:eol-style set to native
  • Property cvs2svn:cvs-rev set to 1.5
  • Property svn:keywords set to Author Date Id Revision
Line 
1fluidsynth-1.1.1 on Mac OS X
2-----------------------------------------------------------------------
3
4fluidsynth-1.1.1 can be installed in two ways on your Apple computer:
5
6A. Compilation and installation by hand
7---------------------------------------
8Requirements:
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
191. Run configure && make:
20
21$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure && make
22
232. make install as superuser
24
25B. Compilation and installation of the fink fluidsynth package
26--------------------------------------------------------------
27
28Note: 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
31Requirements:
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
39In Terminal.app simply type $ fink install fluidsynth
40
41and the fink fluidsynth package automatically installs its dependencies.
42
43
44C. 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
49In 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
53Connect MIDI I/O devices using MIDI Patchbay
54
55Ebrahim Mayat <emayat@users.sourceforge.net>
5629th November 2009
57
58
Note: See TracBrowser for help on using the browser.