/[svn]/doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3297 by schoenebeck, Wed Jun 28 10:48:30 2017 UTC revision 3312 by schoenebeck, Sat Jul 15 17:04:05 2017 UTC
# Line 727  Line 727 
727          <td>Constant that identifies the <i>general purpose 8 MIDI controller dimension</i>.</td>          <td>Constant that identifies the <i>general purpose 8 MIDI controller dimension</i>.</td>
728        </tr>        </tr>
729      </table>      </table>
730    
731            <h2>Built-In Preprocessor Conditions</h2>
732        <p>
733          These are the built-in preprocessor conditions available with the NKSP realt-time
734          instrument script language.
735        </p>
736            
737        <h3>Core Language Preprocessor Conditions</h3>
738        <p>
739          Most fundamental NKSP built-in preprocessor conditions, independent from
740          any purpose of being used in a sampler.
741        </p>
742        <table>
743          <tr>
744            <th>Condition</th> <th>Description</th>
745          </tr>
746          <tr>
747            <td><code>NKSP_NO_MESSAGE</code></td>
748            <td>
749              By default this condition is not set. By explicitly enabling this
750              condition with <code>SET_CONDITION(NKSP_NO_MESSAGE)</code> it
751              causes all subsequent <code>message()</code> calls to be ignored
752              and filtered out on preprocessor level. See function <code>message()</code>
753              for details.
754            </td>
755          </tr>
756        </table>
757    
758    </body>    </body>
759  </html>  </html>

Legend:
Removed from v.3297  
changed lines
  Added in v.3312

  ViewVC Help
Powered by ViewVC