/[svn]/web/trunk/www.linuxsampler.org/osx.html
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/osx.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1614 by senoner, Thu Jan 3 19:05:04 2008 UTC revision 1618 by schoenebeck, Thu Jan 3 21:15:16 2008 UTC
# Line 8  Line 8 
8    <link rel="stylesheet" type="text/css" href="libgig/css/content.css" title="content" media="all">    <link rel="stylesheet" type="text/css" href="libgig/css/content.css" title="content" media="all">
9  </head>  </head>
10  <body>  <body>
11  <h2><center>LinuxSampler for Mac OS X &nbsp; <img src="gfx/logos/windows.png"> &nbsp; HOWTO by Toshi Nagata&nbsp;</center></h2>  <h2><center>LinuxSampler for Mac OS X &nbsp; <img src="gfx/logos/apple.png"> &nbsp; HOWTO by Toshi Nagata&nbsp;</center></h2>
12  <br>  <br>
13  <center>December&nbsp;18th,&nbsp;2007</center><br>  <center>December&nbsp;18th,&nbsp;2007</center><br>
14  <div style="background-color: #F4F4FF; margin: 1em 3em 1em 3em; padding: 1em 1em 1em 2.2em;">  <div style="background-color: #F4F4FF; margin: 1em 3em 1em 3em; padding: 1em 1em 1em 2.2em;">
# Line 37  as a standalone application. An AU/VST i Line 37  as a standalone application. An AU/VST i
37  a network module to run multiple sampler slaves distributed on OS/X, Windows or  a network module to run multiple sampler slaves distributed on OS/X, Windows or
38  Linux machines (Linux provides better performance) all controlled from a  Linux machines (Linux provides better performance) all controlled from a
39  OS X or Windows box i.e. running the AU / VST sequencer.<br>  OS X or Windows box i.e. running the AU / VST sequencer.<br>
40    Even though LinuxSampler presently runs only as standalone app,
41    thanks to jack you can comfortably route the sampler's audio outs back into your sequencer.
42  <br>  <br>
43  LinuxSampler is implemented as a client/server application. This means  LinuxSampler is implemented as a client/server application. This means
44  the sampling engine (the server / backend) runs  the sampling engine (the server / backend) runs
# Line 54  system.<br> Line 56  system.<br>
56  <br>  <br>
57  The Mac OS X version comes as an easy to install DMG file which will  The Mac OS X version comes as an easy to install DMG file which will
58  install all the necessary modules to run both the server ( linuxsampler.exe )  install all the necessary modules to run both the server ( linuxsampler.exe )
59  and the GUI client. For now it installes only the qsampler GUI client  and the GUI client. For now it installs only the qsampler GUI client
60  as Jsampler, the sampler frontend written in JAVA requires Java 1.6 which is not  as JSampler, the sampler frontend written in Java requires Java 1.6 which is not
61  available on OS/X yet. Of course you can run JSampler on a Windows or Linux box  available on OS X yet. Of course you can run JSampler on a Windows or Linux box
62  connected over the network to your OS X box or you could try to run it in a windows  connected over the network to your OS X box or you could try to run it in a windows
63  virtual machine. We discourage running a virtual machine along with the sampler  virtual machine. We discourage running a virtual machine along with the sampler
64  as both applicationes are very CPU and RAM hungry therefore the performance  as both applicationes are very CPU and RAM hungry therefore the performance
65  of LinuxSampler will be suboptimal.  of LinuxSampler will be suboptimal.
66  <br>  
 Download the DMG and mount it on Finder. You  
 will find a single folder "linuxsampler051-mac-20080102". Copy this  
 folder to wherever you like (e.g. under /Applications).  
 <br>  
 The folder contains three items, "bin", "linuxsampler" and  
 "qsampler". Double-click on qsampler. The application launches, and you  
 will see messages saying that linuxsampler is now running. After a  
 while, you will also see that the JackPilot application (installed by  
 the JackOSX installer) automatically launches showing the Jack server  
 already running.  
67    
68    
69  <a name="requirements"></a>  <a name="requirements"></a>
# Line 81  already running. Line 73  already running.
73    <li>Mac OS Tiger or later (Leopard should work too)</li>    <li>Mac OS Tiger or later (Leopard should work too)</li>
74    <li><A HREF="http://www.jackosx.com">JackOSX</A>. Install it before LinuxSampler</li>    <li><A HREF="http://www.jackosx.com">JackOSX</A>. Install it before LinuxSampler</li>
75  </ul>  </ul>
 <a name="asio_tip"></a>  
   
76    
77  <a name="installation"></a>  <a name="installation"></a>
78  <h3>3.a&nbsp; Installation</h3>  <h3>3.a&nbsp; Installation</h3>
79  Simply download the latest version of the LinuxSampler Mac OS X installer  <ol>
80  from the <a href="http://www.linuxsampler.org/downloads.html">LinuxSampler    <li>Install <A HREF="http://www.jackosx.com">JackOSX</A>
81  Download Page</a>, and install it as any OS X application.    (if you don't have it already).
82      </li>
83      <li>Download the latest version of the LinuxSampler Mac OS X installer
84      from the <a href="http://www.linuxsampler.org/downloads.html">LinuxSampler
85      Download Page</a>, and mount it on Finder.
86      </li>
87      <li>You will find a single folder "linuxsampler051-mac-20080102". Copy this
88      folder to wherever you like (e.g. under /Applications).
89      </li>
90    </ol>
91    
92  <a name="using"></a>  <a name="using"></a>
93  <h3>4.&nbsp; Using the Applications</h3>  <h3>4.&nbsp; Using the Applications</h3>
94  Now that we installed everything, let's get wet and start the applications:  The folder contains three items, "bin", "linuxsampler" and
95  <ol>  "qsampler". Double-click on qsampler. The application launches, and you
96    <li>Start qsampler, the GUI frontend. It should automatically start linuxsampler the backend application</li>  will see messages saying that linuxsampler is now running. After a
97  </ol>  while, you will also see that the JackPilot application (installed by
98  </div>  the JackOSX installer) automatically launches showing the Jack server
99    already running.
100    
101  <a name="setup_midi"></a>  <a name="setup_midi"></a>
102  <h3>4.1&nbsp; Setting up MIDI Input</h3>  <h3>4.1&nbsp; Setting up MIDI Input</h3>
# Line 122  Click on AUDIO devices icon and then on Line 121  Click on AUDIO devices icon and then on
121  <a name="load_samples"></a>  <a name="load_samples"></a>
122  <h3>4.3&nbsp; Loading Samples</h3>  <h3>4.3&nbsp; Loading Samples</h3>
123  Click on Add Channel. A dialog will appear.  Click on Add Channel. A dialog will appear.
124  Select the GIG file you want to load, the instrument within the GIG file.  Select the GIG file you want to load, the instrument within the GIG file,
125  Audio device, MIDI device, MIDI port and channel.  Audio device, MIDI device, MIDI port and channel.
126  Click OK.  Click OK.
127  <a name="houston"></a>  <a name="houston"></a>
128  <h3>5.&nbsp; Installation Troubleshooting</h3>  <h3>5.&nbsp; Installation Troubleshooting</h3>
129    TODO
130    
131  <a name="docs"></a>  <a name="docs"></a>
132  <h3>6.&nbsp; Detailed Documentation</h3>  <h3>6.&nbsp; Detailed Documentation</h3>

Legend:
Removed from v.1614  
changed lines
  Added in v.1618

  ViewVC Help
Powered by ViewVC