/[svn]/linuxsampler/trunk/src/scriptvm/examples/userfunction.txt
ViewVC logotype

Contents of /linuxsampler/trunk/src/scriptvm/examples/userfunction.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2951 - (show annotations) (download)
Fri Jul 15 20:07:47 2016 UTC (7 years, 8 months ago) by schoenebeck
File MIME type: text/plain
File size: 154 byte(s)
* NKSP language: Added support for user defined script functions.
* Bumped version (2.0.0.svn18).

1 function printSomeMessage
2 message("Hello there!")
3 end function
4
5 on init
6 call printSomeMessage
7 call printSomeMessage
8 call printSomeMessage
9 end on

  ViewVC Help
Powered by ViewVC