/[svn]/linuxsampler/branches/release2_1_1/src/scriptvm/editor
ViewVC logotype

Log of /linuxsampler/branches/release2_1_1/src/scriptvm/editor

View Directory Listing Directory Listing


Sticky Revision:

Revision 3538 - Directory Listing
Modified Sat Jul 27 11:23:38 2019 UTC (4 years, 10 months ago) by schoenebeck
Created linuxsampler branch 'release2_1_1'.


Revision 3332 - Directory Listing
Modified Mon Jul 24 18:51:21 2017 UTC (6 years, 10 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/scriptvm/editor
* NKSP script editor syntax highlighting API: catch all fatal lexer
  errors, to avoid the editor app to crash on ill-formed text input.
* Bumped version (2.0.0.svn74).


Revision 3308 - Directory Listing
Modified Sat Jul 15 01:14:20 2017 UTC (6 years, 10 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/scriptvm/editor
* NKSP script editor API: Fixed app termination due to a lexer start
  condition stack underrun.
* NKSP preprocessor: Fixed wrong behavior on nested USE_CODE_IF() and
  USE_CODE_IF_NOT() preprocessor statements.
* Bumped version (2.0.0.svn70).


Revision 3260 - Directory Listing
Modified Wed May 31 21:07:44 2017 UTC (7 years ago) by schoenebeck
Original Path: linuxsampler/trunk/src/scriptvm/editor
* NKSP language: Added support for "synchronized .. end synchronized"
  code blocks.
* Bumped version (2.0.0.svn60).


Revision 3054 - Directory Listing
Modified Thu Dec 15 12:47:45 2016 UTC (7 years, 5 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/scriptvm/editor
* Fixed numerous compiler warnings.
* Bumped version (2.0.0.svn32).


Revision 3034 - Directory Listing
Modified Mon Oct 31 00:05:00 2016 UTC (7 years, 7 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/scriptvm/editor
* Fixed a bunch of minor issues (mostly compiler warnings).
* Bumped version (2.0.0.svn31).


Revision 2951 - Directory Listing
Modified Fri Jul 15 20:07:47 2016 UTC (7 years, 10 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/scriptvm/editor
* NKSP language: Added support for user defined script functions.
* Bumped version (2.0.0.svn18).


Revision 2935 - Directory Listing
Modified Sun Jul 10 14:24:13 2016 UTC (7 years, 10 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/scriptvm/editor
* NKSP: Added & implemented built-in script function "change_cutoff()".
* NKSP: Added & implemented built-in script function "change_reso()".
* NKSP: Added & implemented built-in script function "event_status()".
* NKSP: Added built-in script constants "$EVENT_STATUS_INACTIVE" and
  "$EVENT_STATUS_NOTE_QUEUE" both for being used as flags for
  built-in "event_status()" script function.
* NKSP language: Added support for bitwise operators ".or.", ".and."
  and ".not.".
* NKSP language scanner: Fixed IDs matching to require at least one
  character (i.e. when matching function names or variable names).
* NKSP language scanner: disabled unusued rules.
* Bumped version (2.0.0.svn12).


Revision 2885 - Directory Listing
Added Fri Apr 22 15:37:45 2016 UTC (8 years, 1 month ago) by schoenebeck
Original Path: linuxsampler/trunk/src/scriptvm/editor
* Instrument script classes now exported with the liblinuxsampler C++ API.
* Added new API method ScriptVM::syntaxHighlighting() which provides
  a convenient syntax highlighting backend for external instrument
  script editor applications.
* Bumped version (2.0.0.svn5).


  ViewVC Help
Powered by ViewVC