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

Annotation of /linuxsampler/trunk/src/scriptvm/examples/helloworld.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2581 - (hide annotations) (download)
Fri May 30 12:48:05 2014 UTC (9 years, 10 months ago) by schoenebeck
File MIME type: text/plain
File size: 202 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 schoenebeck 2581 on init
2     { this will throw a warning: int variable, but string expression assignment }
3     declare $a := "bla"
4    
5     declare @h := "Hello "
6     declare const @w := "world!"
7     message(@h)
8     message(@w)
9     end on

  ViewVC Help
Powered by ViewVC