/[svn]/doc/docbase/instrument_scripts/nksp/reference/functions/nksp_change_pan_time_function.html
ViewVC logotype

Contents of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_change_pan_time_function.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3336 - (show annotations) (download) (as text)
Sun Jul 30 14:45:49 2017 UTC (6 years, 8 months ago) by schoenebeck
File MIME type: text/html
File size: 1629 byte(s)
* NKSP: Added function change_pan_time() and change_pan_curve().

1 <html>
2 <head>
3 <meta name="author" content="Christian Schoenebeck">
4 <title>change_pan_time() function</title>
5 <meta name="description" content="Changes the duration of stereo panorama changes.">
6 </head>
7 <body>
8 <h1>change_pan_time()</h1>
9 <p>
10 This function can be used to override the internal fade time of panning (stereo balance)
11 changes upon calls to <code lang="nksp">change_pan()</code>. That
12 fade time is not set globally, but rather on a per-note level.
13 Additionally you might call <code>change_pan_curve()</code> to override
14 the default fade curve shape type.
15 </p>
16
17 <h3>Function Prototype</h3>
18 <p/>
19 <code lang="nksp">
20 change_pan_time(??note??, ??duration-us??)
21 </code>
22
23 <h3>Arguments</h3>
24 <table>
25 <tr>
26 <th>Argument Name</th> <th>Data Type</th> <th>Description</th>
27 </tr>
28 <tr>
29 <td><code>??note??</code></td>
30 <td>Note ID Number or Note ID Array</td>
31 <td>All voices of this note will be modified.<br>
32 [required]</td>
33 </tr>
34 <tr>
35 <td><code>??duration-us??</code></td>
36 <td>Integer Number</td>
37 <td>Fade time in microseconds.<br>
38 [required]</td>
39 </tr>
40 </table>
41
42 <h3>Return Value</h3>
43 <p>None.</p>
44
45 <h3>Examples</h3>
46 <p>None yet.</p>
47
48 <h3>See also</h3>
49 <p><code>change_pan()</code>, <code>change_pan_curve()</code><p>
50
51 <h3>Availability</h3>
52 <p>Since LinuxSampler 2.0.0.svn75.<p>
53
54 <note>
55 This function exists only with NKSP, it is not available with KSP.
56 </note>
57
58 </body>
59 </html>

  ViewVC Help
Powered by ViewVC