/[svn]/doc/docbase/sfz/opcodes/sfz_sample_opcode.html
ViewVC logotype

Diff of /doc/docbase/sfz/opcodes/sfz_sample_opcode.html

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

revision 3497 by schoenebeck, Sat May 20 14:27:01 2017 UTC revision 3498 by schoenebeck, Sun Mar 10 13:54:03 2019 UTC
# Line 19  sample=??path?? Line 19  sample=??path??
19      </code>      </code>
20    
21      <h3>Parameter</h3>      <h3>Parameter</h3>
22      <p>The mandatory <code>??path??</code> parameter defines the file system      <p>The mandatory <code>??path??</code> parameter usually defines the file system
23         path of the sample file that shall be loaded and assigned, which may         path of the sample file that shall be loaded and assigned, which may
24         either be an absolute path or a relative path. A relative path is         either be an absolute path or a relative path. A relative path is
25         always interpreted relative to the sfz file's location.</p>         always interpreted relative to the sfz file's location.</p>
26    
27        <p>Alternatively built-in samples may be used, which can be distinguished
28           from regular samples by a star character as first character.
29           Built-in samples are not covered by the standard, but are common among
30           several sfz players.</p>
31    
32        <table>
33          <tr>
34            <th>Built-in Sample Name</th> <th>Description</th> <th>Availability</th>
35          </tr>
36          <tr>
37            <td><code>*silence</code></td>
38            <td>Don't play any sound.</td>
39            <td>Since LinuxSampler 2.1.0.svn7</td>
40          </tr>
41        </table>
42    
43      <h3>Allowed Sections</h3>      <h3>Allowed Sections</h3>
44      <p>May be used in sections <code>&lt;global&gt;</code>, <code>&lt;region&gt;</code>, ... TODO.      <p>May be used in sections <code>&lt;global&gt;</code>, <code>&lt;region&gt;</code>, ... TODO.
45    

Legend:
Removed from v.3497  
changed lines
  Added in v.3498

  ViewVC Help
Powered by ViewVC