--- doc/docbase/instrument_scripts/nksp/01_nksp.html 2020/02/04 14:51:15 3739 +++ doc/docbase/instrument_scripts/nksp/01_nksp.html 2020/02/06 10:28:39 3740 @@ -623,12 +623,13 @@

Please note that the polyphonic qualifier only exists for integer - variables. So you cannot declare polyphonic string variables, nor can you + variables and real number variables (scalars). + So you cannot declare polyphonic string variables, nor can you declare polyphonic array variables. Like in the previous explanation, this is due to the fact that it would consume a huge amount of memory for such variables. And with string variables and array variables, the - required amount of memory would be much higher than with simple integer - variables. + required amount of memory would be much higher than with simple integer or + real number variables.

As summary, the following are guideline rules describing when you should