/[svn]/jsampler/trunk/manual/docbook/jsampler.xml
ViewVC logotype

Diff of /jsampler/trunk/manual/docbook/jsampler.xml

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

revision 1994 by iliev, Mon Aug 3 16:54:28 2009 UTC revision 1995 by iliev, Sun Sep 13 20:08:58 2009 UTC
# Line 498  cp ../juife-0.4a/lib/juife.jar lib/requi Line 498  cp ../juife-0.4a/lib/juife.jar lib/requi
498      <para>Note that when stopping LinuxSampler all MIDI instrument mappings      <para>Note that when stopping LinuxSampler all MIDI instrument mappings
499      are gone forever, so it is crucial to export the MIDI instrument maps      are gone forever, so it is crucial to export the MIDI instrument maps
500      before quiting your session to be able to load them again next time you      before quiting your session to be able to load them again next time you
501      start LinuxSampler. This can be done by choosing      start LinuxSampler. This can be done by choosing <menuchoice>
502      <guimenu>Actions</guimenu>/<guimenu>Export</guimenu>/<guimenu>MIDI          <guimenu>Actions</guimenu>
503      Instrument Maps</guimenu>.</para>  
504            <guisubmenu>Export</guisubmenu>
505    
506            <guimenuitem>MIDI Instrument Maps</guimenuitem>
507          </menuchoice>.</para>
508    
509      <section>      <section>
510        <title>Managing MIDI Instrument Maps</title>        <title>Managing MIDI Instrument Maps</title>
# Line 573  cp ../juife-0.4a/lib/juife.jar lib/requi Line 577  cp ../juife-0.4a/lib/juife.jar lib/requi
577    
578        <para><graphic fileref="images/assign-midi-map.png" /></para>        <para><graphic fileref="images/assign-midi-map.png" /></para>
579      </section>      </section>
580    
581        <section id="MIDI_INSTRUMENTS_EXPORT">
582          <title>Exporting MIDI Instrument Maps</title>
583    
584          <para>Currently, MIDI instrument maps can be exported as:</para>
585    
586          <para><itemizedlist>
587              <listitem>
588                <para>LSCP script (*.lscp)</para>
589              </listitem>
590    
591              <listitem>
592                <para>Text file (*.txt) - suitable for printing</para>
593              </listitem>
594    
595              <listitem>
596                <para>Web page (*.html) - suitable for browsing</para>
597              </listitem>
598    
599              <listitem>
600                <para>Rosegarden device file (*.rgd)</para>
601              </listitem>
602            </itemizedlist>To export the current list of MIDI instruments, choose
603          <menuchoice>
604              <guimenu>Actions</guimenu>
605    
606              <guisubmenu>Export</guisubmenu>
607    
608              <guimenuitem>MIDI Instrument Maps</guimenuitem>
609            </menuchoice>. You can specify the file format by entering the file
610          extension or by selecting the desired file type from the list. If the
611          file type is not specified and file extension is not entered, the
612          default format is LSCP script.</para>
613        </section>
614    </chapter>    </chapter>
615    
616    <chapter id="INSTRUMENTS_DATABASE">    <chapter id="INSTRUMENTS_DATABASE">
# Line 621  cp ../juife-0.4a/lib/juife.jar lib/requi Line 659  cp ../juife-0.4a/lib/juife.jar lib/requi
659      <section>      <section>
660        <title>Adding Instruments To The Instruments Database</title>        <title>Adding Instruments To The Instruments Database</title>
661    
662        <para>Choose <guimenu>Window</guimenu>/<guimenu>Instruments        <para>Choose <menuchoice>
663        Database</guimenu> to bring up the Instruments Database window, or click            <guimenu>Window</guimenu>
664    
665              <guimenuitem>Instruments Database</guimenuitem>
666            </menuchoice> to bring up the Instruments Database window, or click
667        the corresponding tool button. Initialy, the instruments database is        the corresponding tool button. Initialy, the instruments database is
668        empty, so you should manually create the desired directories and add        empty, so you should manually create the desired directories and add
669        instruments to them.</para>        instruments to them.</para>
670    
671        <para>To create a new directory, select the directory, in which the new        <para>To create a new directory, select the directory, in which the new
672        directory should be created and choose        directory should be created and choose <menuchoice>
673        <guimenu>Actions</guimenu>/<guimenu>Create Directory</guimenu>, or            <guimenu>Actions</guimenu>
674        right-click a blank area and choose <guimenuitem>Create  
675        Directory</guimenuitem>.</para>            <guimenuitem>Create Directory</guimenuitem>
676            </menuchoice>, or right-click a blank area and choose
677          <guimenuitem>Create Directory</guimenuitem>.</para>
678    
679        <para>To add instruments to specific instruments database directory, go        <para>To add instruments to specific instruments database directory, go
680        to that directory and select <guimenu>Actions</guimenu>/<guimenu>Add        to that directory and select <menuchoice>
681        Instruments</guimenu> submenu, where you have two options - to scan a            <guimenu>Actions</guimenu>
682        specific instrument file and add the instruments in that file to the  
683        instruments database or scan a file system directory for instrument            <guimenuitem>Add Instruments</guimenuitem>
684        files and add the instruments to the instruments database.</para>          </menuchoice> submenu, where you have two options - to scan a specific
685          instrument file and add the instruments in that file to the instruments
686          database or scan a file system directory for instrument files and add
687          the instruments to the instruments database.</para>
688      </section>      </section>
689    
690      <section>      <section>
# Line 646  cp ../juife-0.4a/lib/juife.jar lib/requi Line 692  cp ../juife-0.4a/lib/juife.jar lib/requi
692    
693        <para>Basic commands:</para>        <para>Basic commands:</para>
694    
695        <para><command>Cut</command> -        <para><command>Cut</command> - <menuchoice>
696        <guimenu>Edit</guimenu>/<guimenu>Cut</guimenu>, or right-click on a            <guimenu>Edit</guimenu>
697        selected file or directory and choose <guibutton>Cut,</guibutton> or  
698        Ctrl+X</para>            <guimenuitem>Cut</guimenuitem>
699            </menuchoice>, or right-click on a selected file or directory and
700        <para><command>Copy</command> -        choose <guibutton>Cut,</guibutton> or Ctrl+X</para>
701        <guimenu>Edit</guimenu>/<guimenu>Copy</guimenu>, or right-click on a  
702        selected file or directory and choose <guibutton>Copy,</guibutton> or        <para><command>Copy</command> - <menuchoice>
703        Ctrl+C</para>            <guimenu>Edit</guimenu>
704    
705        <para><command>Paste</command> -            <guimenuitem>Copy</guimenuitem>
706        <guimenu>Edit</guimenu>/<guimenu>Paste</guimenu>, or right-click a blank          </menuchoice>, or right-click on a selected file or directory and
707        area and choose <guibutton>Paste,</guibutton> or Ctrl+V</para>        choose <guibutton>Copy,</guibutton> or Ctrl+C</para>
708    
709        <para><command>Rename</command> -        <para><command>Paste</command> - <menuchoice>
710        <guimenu>Edit</guimenu>/<guimenu>Rename</guimenu>, or right-click on a            <guimenu>Edit</guimenu>
711        selected file or directory and choose <guibutton>Rename,</guibutton> or  
712        press <command>F2</command></para>            <guimenuitem>Paste</guimenuitem>
713            </menuchoice>, or right-click a blank area and choose
714        <para><command>Delete</command> -        <guibutton>Paste,</guibutton> or Ctrl+V</para>
715        <guimenu>Actions</guimenu>/<guimenu>Delete</guimenu>, or right-click on  
716        a selected file or directory and choose <guibutton>Delete,</guibutton>        <para><command>Rename</command> - <menuchoice>
717        or press the <command>Delete</command> key from the keyboard</para>            <guimenu>Edit</guimenu>
718    
719              <guimenuitem>Rename</guimenuitem>
720            </menuchoice>, or right-click on a selected file or directory and
721          choose <guibutton>Rename,</guibutton> or press
722          <command>F2</command></para>
723    
724          <para><command>Delete</command> - <menuchoice>
725              <guimenu>Actions</guimenu>
726    
727              <guimenuitem>Delete</guimenuitem>
728            </menuchoice>, or right-click on a selected file or directory and
729          choose <guibutton>Delete,</guibutton> or press the
730          <command>Delete</command> key from the keyboard</para>
731    
732        <para><tip>        <para><tip>
733            <para>This commands also work on a multiple selection.</para>            <para>This commands also work on a multiple selection.</para>
# Line 722  cp ../juife-0.4a/lib/juife.jar lib/requi Line 781  cp ../juife-0.4a/lib/juife.jar lib/requi
781      <section>      <section>
782        <title>Finding Instruments</title>        <title>Finding Instruments</title>
783    
784        <para>To start a search, choose        <para>To start a search, choose <menuchoice>
785        <guimenu>Edit</guimenu>/<guimenu>Find</guimenu>, or Ctrl+F.</para>            <guimenu>Edit</guimenu>
786    
787              <guimenuitem>Find</guimenuitem>
788            </menuchoice>, or Ctrl+F.</para>
789      </section>      </section>
790    </chapter>    </chapter>
791  </book>  </book>

Legend:
Removed from v.1994  
changed lines
  Added in v.1995

  ViewVC Help
Powered by ViewVC