/[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 3601 - (show annotations) (download) (as text)
Mon Sep 16 16:03:36 2019 UTC (4 years, 7 months ago) by schoenebeck
File MIME type: text/html
File size: 1829 byte(s)
* NKSP: Added recently added built-in functions to reference docs.
* NKSP: Added info about std units and finalness to existing functions.
* NKSP: Added recently added built-in constants ~NI_MATH_E and ~NI_MATH_PI.

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&nbsp;Number&nbsp;or<br>
37 Real&nbsp;Number</td>
38 <td>Fade time in microseconds.<br>
39 [required]</td>
40 </tr>
41 </table>
42
43 <h3>Return Value</h3>
44 <p>None.</p>
45
46 <h3>Remarks</h3>
47 <p>
48 This functions optionally accepts <code>s</code> as standard unit for its argument <code>??duration-us??</code>.
49 </p>
50
51 <h3>Examples</h3>
52 <p>None yet.</p>
53
54 <h3>See also</h3>
55 <p><code>change_pan()</code>, <code>change_pan_curve()</code><p>
56
57 <h3>Availability</h3>
58 <p>Since LinuxSampler 2.0.0.svn75.<p>
59
60 <note>
61 This function exists only with NKSP, it is not available with KSP.
62 </note>
63
64 </body>
65 </html>

  ViewVC Help
Powered by ViewVC