-
Notifications
You must be signed in to change notification settings - Fork 11
/
README-OSX
80 lines (44 loc) · 2.77 KB
/
README-OSX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
fluidsynth-1.1.2 on Mac OS X
-----------------------------------------------------------------------
fluidsynth-1.1.2 can be installed in three ways on your Apple computer:
A. Compilation and installation by hand using autotools
-------------------------------------------------------
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.85*.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 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>
- 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
--------------------------------------------------------------
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
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 <[email protected]>
12th August 2010