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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3196 - (show annotations) (download) (as text)
Sat May 20 14:27:01 2017 UTC (6 years, 10 months ago) by schoenebeck
File MIME type: text/html
File size: 1611 byte(s)
- Fixed copy pasted typo all over the entire docbase.

1 <html>
2 <head>
3 <title>hibend Opcode</title>
4 <meta name="author" content="Nicola Pandini">
5 <meta name="description" content="Causes the associated region to play when a constraint on MIDI pitch bend is respected: upper limit.">
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>hibend Opcode</h1>
11 <p>Causes the associated region to play when a constraint on MIDI pitch bend is respected. Used in conjunction with <code lang="sfz">lobend</code>, it makes the region play when the last pitch bend value received is equal to or higher than <code>lobend</code> and equal to or lower than <code>hibend</code>.</p>
12
13 <h3>Opcode Prototype</h3>
14 <p/>
15 <code lang="sfz">
16 hibend=??upper limit??
17 </code>
18
19 <h3>Parameter</h3>
20 <p>The mandatory <code>??upper limit??</code> parameter defines the range's upper limit. This parameter only accepts valid MIDI pitch bend values (from -8192 to 8192).</p>
21
22 <h3>Allowed Sections</h3>
23 <p>May be used in sections <code>&lt;global&gt;</code> and <code>&lt;region&gt;</code>.</p>
24
25 <h3>Examples</h3>
26 <p>Defines a guitar instrument with two regions assigned to different position of the pitch bend wheel.</p>
27 <code>
28 &lt;region&gt;
29 sample=mysamples/guitar-1.wav
30 lobend=-5000
31 hibend=0
32 &lt;region&gt;
33 sample=mysamples/guitar-2.wav
34 lobend=1
35 hibend=5000
36 </code>
37
38 <h3>Availability</h3>
39 <p>Since LinuxSampler 2.0.0</p>
40 <p>Conforms to SFZ v1 Standard.</p>
41
42 </body>
43 </html>

  ViewVC Help
Powered by ViewVC