/[svn]/linuxsampler/trunk/ChangeLog
ViewVC logotype

Diff of /linuxsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2889 by schoenebeck, Mon Apr 25 17:28:23 2016 UTC revision 2962 by schoenebeck, Sun Jul 17 17:54:04 2016 UTC
# Line 20  Version SVN trunk (?) Line 20  Version SVN trunk (?)
20        being directly assigned to a keyboard key. This allows more fine graded        being directly assigned to a keyboard key. This allows more fine graded
21        processing of voices, which is i.e. required for certain instrument        processing of voices, which is i.e. required for certain instrument
22        script features.        script features.
23        - Fix: Release trigger voices were not spawned on sustain pedal up
24          (CC #64) events.
25        - Fix: Release trigger voices can now also distinguish correctly between
26          note-off and sustain pedal up events.
27    
28    * packaging changes:    * packaging changes:
29      - removed unnecessary dependency to libuuid      - removed unnecessary dependency to libuuid
# Line 51  Version SVN trunk (?) Line 55  Version SVN trunk (?)
55      - Extended parser issues to provide not only first line and first      - Extended parser issues to provide not only first line and first
56        column, but also last line and last column of issue (thus marking        column, but also last line and last column of issue (thus marking
57        the precise span of the issue within the source code).        the precise span of the issue within the source code).
58        - Reload script automatically after being modified by an instrument
59          editor.
60        - NKSP language grammar correction: allow empty event handler bodies
61          like "on note end on".
62        - Implemented built-in script function "change_vol()".
63        - Implemented built-in script function "change_tune()".
64        - Implemented built-in script function "change_pan()".
65        - Implemented built-in script function "change_cutoff()".
66        - Implemented built-in script function "change_reso()".
67        - Implemented built-in script function "event_status()".
68        - Added built-in script constants "$EVENT_STATUS_INACTIVE" and
69          "$EVENT_STATUS_NOTE_QUEUE" both for being used as flags for
70          "event_status()" function.
71        - NKSP language: Added support for bitwise operators ".or.", ".and."
72          and ".not.".
73        - NKSP language scanner: Fixed IDs matching to require at least one
74          character (i.e. when matching function names or variable names).
75        - NKSP language scanner: disabled unusued rules.
76        - Fixed behavior of play_note() and note_off() functions which must
77          be distinguished engine internally from "real" MIDI note on/off
78          events in order to avoid misbehaviors like hanging notes.
79        - Implemented built-in script variable "$KSP_TIMER".
80        - Implemented built-in script variable "$NKSP_REAL_TIMER".
81        - Implemented built-in script variable "$NKSP_PERF_TIMER".
82        - Implemented built-in script variable "$ENGINE_UPTIME".
83        - Implemented built-in script function "inc()".
84        - Implemented built-in script function "dec()".
85        - NKSP language fix: division expressions were evaluated too often.
86        - NKSP language fix: string concatenation operator was right
87          associative instead of left (to right).
88        - NKSP language correction: allow empty statements in entire language
89          (i.e. "if end if").
90        - Implemented built-in script function "stop_wait()".
91        - Implemented built-in script variable "$NI_CALLBACK_ID".
92        - Implemented built-in script variable "$NI_CALLBACK_TYPE".
93        - Implemented built-in script variable "$NKSP_IGNORE_WAIT".
94        - Added support for read-only built-in variables (respectively
95          handled by the script parser).
96        - Added built-in script constant "$NI_CB_TYPE_INIT".
97        - Added built-in script constant "$NI_CB_TYPE_NOTE".
98        - Added built-in script constant "$NI_CB_TYPE_RELEASE".
99        - Added built-in script constant "$NI_CB_TYPE_CONTROLLER".
100        - NKSP Language: Added support for user defined script functions.
101        - Implemented built-in script function "change_attack()".
102        - Implemented built-in script function "change_decay()".
103        - Implemented built-in script function "change_release()".
104        - Fixed all change_*() built-in script functions to apply their
105          synthesis parameter changes immediately in case the respective note
106          was triggered at the same time, instead of scheduling the parameter
107          change, especially because it would cause some parameter types's
108          changes either to be ramped (i.e. change_vol()) or other types even
109          to have not effect at all (i.e. change_attack()).
110    
111  Version 2.0.0 (15 July 2015)  Version 2.0.0 (15 July 2015)
112    

Legend:
Removed from v.2889  
changed lines
  Added in v.2962

  ViewVC Help
Powered by ViewVC