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

Contents of /linuxsampler/trunk/src/scriptvm/examples/simple.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: 119 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 $g1 := 3
3
4 declare const $c1 := 5
5 { declare const $c2 := $g1 }
6 declare const $c3 := $c1
7
8 end on

  ViewVC Help
Powered by ViewVC