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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2581 - (show annotations) (download)
Fri May 30 12:48:05 2014 UTC (9 years, 11 months ago) by schoenebeck
File MIME type: text/plain
File size: 115 byte(s)
* (WIP) Implemented parser and VM for upcoming new real-time instrument
  script support. It needs yet to be integrated into the sampler's
  sampler engines. You can toy around for now with the command line tool
  "ls_instr_script" and i.e. examples showing the core language features
  under src/scriptvm/examples/.
* Bumped version (1.0.0.svn41).

1 on init
2 declare $i := 3
3
4 while ($i)
5 message("Print this three times.")
6 $i := $i - 1
7 end while
8 end on

  ViewVC Help
Powered by ViewVC