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

Contents of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_int_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: 693 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>int() function</title>
5 <meta name="description" content="Type cast from real number to integer number.">
6 </head>
7 <body>
8 <h1>int()</h1>
9 <p>
10 This is just a short-hand alias function for function <code lang="nksp">real_to_int()</code>.
11 Refer to that function for details.
12 </p>
13
14 <h3>Function Prototype</h3>
15 <p/>
16 <code lang="nksp">
17 int(??real-number??)
18 </code>
19
20 <h3>Availability</h3>
21 <p>Since LinuxSampler 2.1.1.svn6.<p>
22
23 <note>
24 This short-hand alias function is only available with NKSP, it does not exist with KSP.
25 </note>
26
27 </body>
28 </html>

  ViewVC Help
Powered by ViewVC