--- doc/docbase/instrument_scripts/nksp/01_nksp.html 2019/09/18 13:15:21 3607 +++ doc/docbase/instrument_scripts/nksp/01_nksp.html 2019/09/18 13:24:28 3608 @@ -418,12 +418,6 @@ triggered on a MIDI keyboard. The following example demonstrates how that could be achieved.

- - You need at least LinuxSampler 2.0.0.svn2 or higher for the following - example to work as described and as expected. Refer to the notes of the - wait() function reference documentation for more - informations about this issue. - on init { The amount of notes to play } @@ -1104,8 +1098,7 @@

Such synchronized blocks are a language extension which - is only available with NKSP and requires at least LinuxSampler 2.0.0.svn60 - or higher. KSP does not support synchronized blocks. + is only available with NKSP. KSP does not support synchronized blocks.

So to make our previous example concurrency safe, we would @@ -1567,6 +1560,13 @@ Which provides you an overview and quick access to the details of all built-in functions, built-in variables and more.

+

+ You might also be interested to look at new NKSP core language + features being added to the latest development version of the sampler: + + Real Numbers, Units and Finalness ... + +