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

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

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

revision 941 by schoenebeck, Sat Nov 25 17:32:17 2006 UTC revision 1242 by schoenebeck, Sat Jun 16 16:26:32 2007 UTC
# Line 126  Line 126 
126                          This is still quite under construction. Be welcome to help us with writing some documentation!                          This is still quite under construction. Be welcome to help us with writing some documentation!
127                          </p>                          </p>
128    
129                            <h2>gigedit</h2>
130                            <p class="default">
131                            This is our graphical instrument editor based on the Gtk toolkit.
132                            It can be used stand-alone or in conjunction with LinuxSampler.
133                            Read the <a href="http://download.linuxsampler.org/doc/gigedit/quickstart/gigedit_quickstart.html">Gigedit Quickstart</a>
134                            for a short tutorial. Please notice that this quickstart document
135                            is automatically generated from CVS and thus might reflect
136                            features and behaviors only available in the very latest, bleeding
137                            edge development version of gigedit from CVS.
138                            </p>
139    
140                          <h2>LSCP Reference</h2>                          <h2>LSCP Reference</h2>
141                          <p class="default">                          <p class="default">
# Line 188  Line 197 
197                                    <td><pre class="code">1</pre>                                    <td><pre class="code">1</pre>
198                                    </td>                                    </td>
199                                    <td width="100%">                                    <td width="100%">
200                                      <pre class="code">cat yourscript.lscp | netcat -t localhost 8888</pre>                                      <pre class="code">cat yourscript.lscp | netcat localhost 8888</pre>
201                                    </td>                                    </td>
202                                  </tr>                                  </tr>
203                          </table>                          </table>
204                          <p class="default">                          <p class="default">
205                            Optionally you can also use a graphical frontend like QSampler one time to setup a working
206                            sampler session for your needs and save it. Because you have to know that the files saved
207                            by our frontends are actually pure LSCP scripts, thus you can i.e. use those files simply with
208                            the mentioned netcat command from above to setup the sampler session without a frontend.
209                            </p>
210                            <p class="default">
211                          Here is a simple LSCP example which uses ALSA as MIDI input and as audio output driver as well,                          Here is a simple LSCP example which uses ALSA as MIDI input and as audio output driver as well,
212                          it creates only one sampler channel using the Gigasampler engine and loads a Piano instrument                          it creates only one sampler channel using the Gigasampler engine and loads a Piano instrument
213                          on that sampler channel:                          on that sampler channel:

Legend:
Removed from v.941  
changed lines
  Added in v.1242

  ViewVC Help
Powered by ViewVC