/[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 3126 - (show annotations) (download) (as text)
Wed Apr 26 14:35:28 2017 UTC (6 years, 11 months ago) by pandini
File MIME type: text/html
File size: 1095 byte(s)
- SFZ: Fixed layout for seq_position and seq_length
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 <p/>
15 <code>
16 seq_length=??length??
17 </code>
18
19 <h3>Parameters</h3>
20 <p>The mandatory <code>??length??</code> defines the length of a sequence.</p>
21
22 <h3>Allowed Sections</h3>
23 <p>May be used in section <code>&lt;region&gt;</code>.</p>
24
25 <h3>Examples</h3>
26 <p>Sets the region as the 3rd step in a sequence of six elements.</p>
27 <code>
28 &lt;region&gt;
29 seq_length=6
30 seq_position=3
31 </code>
32
33 <h3>Availabilty</h3>
34 <p>Since LinuxSampler 2.0.0</p>
35 <p>Conforms to SFZ v1 Standard.</p>
36
37 </body>
38 </html>
39
40
41

  ViewVC Help
Powered by ViewVC