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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3125 - (show annotations) (download) (as text)
Wed Apr 26 14:08:42 2017 UTC (6 years, 11 months ago) by pandini
File MIME type: text/html
File size: 1542 byte(s)
* SFZ: Added sql_position opcode
1 <html>
2 <head>
3 <title>seq_position Opcode</title>
4 <meta name="author" content="Nicola Pandini">
5 <meta name="description" content="Causes the associated region to play when the internal sequence counter is equal to the provided value.">
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_position Opcode</h1>
11 <p>Used in conjunction with <code lang="sfz">seq_length</code>, it makes the region play when the internal sequence counter is equal to <code>seq_position</code> value.</p>
12
13 <h3>Opcode Prototype</h3>
14 <code lang="sfz">
15 seq_position=??position??
16 </code>
17
18 <h3>Parameter</h3>
19 <p>The mandatory <code>??position??</code> parameter defines the region's position in 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 <p>Sets a sequence of three snare samples.</p>
32 <code>
33 &lt;region&gt;
34 sample=mysamples/snare_01.wav
35 seq_length=3
36 seq_position=1
37 &lt;region&gt;
38 sample=mysamples/snare_02.wav
39 seq_length=3
40 seq_position=2
41 &lt;region&gt;
42 sample=mysamples/snare_03.wav
43 seq_length=3
44 seq_position=3
45 </code>
46
47 <h3>Availabilty</h3>
48 <p>Since LinuxSampler 2.0.0</p>
49 <p>Conforms to SFZ v1 Standard.</p>
50
51 </body>
52 </html>

  ViewVC Help
Powered by ViewVC