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

Contents of /doc/docbase/sfz/opcodes/sfz_seq_length_opcode.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3124 - (show annotations) (download) (as text)
Wed Apr 26 14:06:40 2017 UTC (6 years, 11 months ago) by pandini
File MIME type: text/html
File size: 1086 byte(s)
SFZ: Added sql_length opcode
1 <html>
2 <head>
3 <title>seq_length Opcode</title>
4 <meta name="author" content="Nicola Pandini">
5 <meta name="description" content="Defines the length of a sequence of regions.">
6 <link rel="stylesheet" href="http://doc.linuxsampler.org/css/preview.css">
7 <script type="text/javascript" src="http://doc.linuxsampler.org/js/preview.js"></script>
8 </head>
9 <body>
10 <h1>seq_length Opcode</h1>
11 <p>Used in conjunction with <code lang="sfz">seq_position</code>, it defines the length of a sequence.</p>
12
13 <h3>Opcode Prototype</h3>
14 <code>
15 seq_length=??length??
16 </code>
17
18 <h3>Parameters</h3>
19 <p>The mandatory <code>??length??</code> defines the length of a sequence.</p>
20
21 <h3>Allowed Sections</h3>
22 <p>May be used in section <code>&lt;region&gt;</code>.</p>
23
24 <h3>Examples</h3>
25 <p>Sets the region as the 3rd step in a sequence of six elements.</p>
26 <code>
27 &lt;region&gt;
28 seq_length=6
29 seq_position=3
30 </code>
31
32 <h3>Availabilty</h3>
33 <p>Since LinuxSampler 2.0.0</p>
34 <p>Conforms to SFZ v1 Standard.</p>
35
36 </body>
37 </html>
38
39
40

  ViewVC Help
Powered by ViewVC