/[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 1615 by senoner, Thu Jan 3 20:26:03 2008 UTC revision 1628 by senoner, Sun Jan 6 15:08:42 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>January&nbsp;6th,&nbsp;2008</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;">
15  <a href="#intro">1.&nbsp; Introduction</a><br>  <a href="#intro">1.&nbsp; Introduction</a><br>
16  <a href="#requirements">2.&nbsp; Requirements</a><br>  <a href="#requirements">2.&nbsp; Requirements</a><br>
# Line 24  Line 24 
24  <a href="#docs">6.&nbsp; Detailed Documentation</a><br>  <a href="#docs">6.&nbsp; Detailed Documentation</a><br>
25  <a href="#bugs">7.&nbsp; Bugs, Problems and Feature Requests</a><br>  <a href="#bugs">7.&nbsp; Bugs, Problems and Feature Requests</a><br>
26  <a href="#contact">8.&nbsp; Contact</a><br>  <a href="#contact">8.&nbsp; Contact</a><br>
27    <a href="#contact">8.&nbsp; Credits</a><br>
28  </div>  </div>
29    
30  <a name="intro"></a>  <a name="intro"></a>
# Line 76  of LinuxSampler will be suboptimal. Line 77  of LinuxSampler will be suboptimal.
77    
78  <a name="installation"></a>  <a name="installation"></a>
79  <h3>3.a&nbsp; Installation</h3>  <h3>3.a&nbsp; Installation</h3>
80  Simply download the latest version of the LinuxSampler Mac OS X installer  <ol>
81  from the <a href="http://www.linuxsampler.org/downloads.html">LinuxSampler    <li>Install <A HREF="http://www.jackosx.com">JackOSX</A>
82  Download Page</a>, <br>    (if you don't have it already).
83   and mount it on Finder. You    </li>
84  will find a single folder "linuxsampler051-mac-20080102". Copy this    <li>Download the latest version of the LinuxSampler Mac OS X installer
85  folder to wherever you like (e.g. under /Applications).    from the <a href="http://www.linuxsampler.org/downloads.html">LinuxSampler
86  <br>    Download Page</a>, and mount it on Finder.
87      </li>
88      <li>You will find a single folder "linuxsampler051-mac-20080102". Copy this
89      folder to wherever you like (e.g. under /Applications).
90      </li>
91    </ol>
92    
93    <a name="using"></a>
94    <h3>4.&nbsp; Using the Applications</h3>
95  The folder contains three items, "bin", "linuxsampler" and  The folder contains three items, "bin", "linuxsampler" and
96  "qsampler". Double-click on qsampler. The application launches, and you  "qsampler".
97    <ol>
98    <li>Start qsampler.app. The application launches, and you
99  will see messages saying that linuxsampler is now running. After a  will see messages saying that linuxsampler is now running. After a
100  while, you will also see that the JackPilot application (installed by  while, you will also see that the JackPilot application (installed by
101  the JackOSX installer) automatically launches showing the Jack server  the JackOSX installer) automatically launches showing the Jack server
102  already running.  already running.
103    </li>
104    <li>
105    Since CoreMIDI is sometimes too slow to respond when creating a new MIDI device.
106    so you need to increase "Timeout" parameter in the
107    Options:Server Settings to, 10000 msec.
108    </li>
109    </ol>
110    
111    
112    
 <a name="using"></a>  
 <h3>4.&nbsp; Using the Applications</h3>  
 Now that we installed everything, let's get wet and start the applications:  
 <ol>  
   <li>Start QSampler, the GUI frontend. It should automatically start LinuxSampler the backend application</li>  
 </ol>  
 </div>  
113    
114  <a name="setup_midi"></a>  <a name="setup_midi"></a>
115  <h3>4.1&nbsp; Setting up MIDI Input</h3>  <h3>4.1&nbsp; Setting up MIDI Input</h3>
# Line 116  LinuxSampler currently only supports the Line 128  LinuxSampler currently only supports the
128  on Mac OS X.  on Mac OS X.
129  Click on AUDIO devices icon and then on Create.  Click on AUDIO devices icon and then on Create.
130  <br>  <br>
131    You can of course save and load sampler session as LSCP files which will
132    automaticall set up audio and midi devices and load samples into the channel strips.
133    <ol>
134    <li>
135     Connect audio ports:
136     In the "Connections Manager" pane of JackPilot: linuxsampler --> Built-in audio: in1 & in2
137     or
138     In the "Connections" window of qjackctl: linuxsampler --> coreaudio
139     </li>
140     <li>
141     Start MIDI Patchbay.app and connect your MIDI Input instance (probably your MIDI interface or USB-enabled keyboard) to  the "LinuxSampler_in_0"
142     MIDI Output
143    </li>
144    </ol>
145    <br>
146  <br>  <br>
147    
148    
# Line 127  Audio device, MIDI device, MIDI port and Line 154  Audio device, MIDI device, MIDI port and
154  Click OK.  Click OK.
155  <a name="houston"></a>  <a name="houston"></a>
156  <h3>5.&nbsp; Installation Troubleshooting</h3>  <h3>5.&nbsp; Installation Troubleshooting</h3>
157    TODO
158    
159  <a name="docs"></a>  <a name="docs"></a>
160  <h3>6.&nbsp; Detailed Documentation</h3>  <h3>6.&nbsp; Detailed Documentation</h3>
# Line 174  LinuxSampler Developer's mailing list</a Line 201  LinuxSampler Developer's mailing list</a
201  <br><br>  <br><br>
202  That's it, enjoy!<br>  That's it, enjoy!<br>
203  <br>  <br>
204    <a name="credits"></a>
205    <h3>8.&nbsp; Credits</h3>
206    Thanks to Toshi Nagata (OS X patches), Stephane Letz (Initial OS X port),  Ebrahim Mayat (OSX Howto fixes, testing, screenshots)
207  </body>  </body>
208  </html>  </html>

Legend:
Removed from v.1615  
changed lines
  Added in v.1628

  ViewVC Help
Powered by ViewVC