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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2568 by schoenebeck, Tue May 20 14:53:06 2014 UTC revision 2594 by schoenebeck, Thu Jun 5 00:16:25 2014 UTC
# Line 103  Version CVS HEAD (?) Line 103  Version CVS HEAD (?)
103        polyphonic key pressure events (so far polyphonic pressure was not        polyphonic key pressure events (so far polyphonic pressure was not
104        supported at all, and channel pressure was rerouted as CC128 but not        supported at all, and channel pressure was rerouted as CC128 but not
105        used so far).        used so far).
106        - Added initial support for real-time instrument scripts. The script VM
107          code is shared by all sampler engine implemementations, however only the
108          gig file format currently provides support for storing instrument scripts
109          (as LinuxSampler extension to the original GigaStudio 4 format).
110    
111    * Gigasampler format engine:    * Gigasampler format engine:
112      - implemented the "round robin keyboard" dimension      - implemented the "round robin keyboard" dimension
# Line 422  Version CVS HEAD (?) Line 426  Version CVS HEAD (?)
426        as one specific LSCP command was detected while typing on the command        as one specific LSCP command was detected while typing on the command
427        line.        line.
428    
429      * Real-time instrument scripts:
430        - Implemented built-in script array variable %CC.
431        - Implemented built-in script int variable $CC_NUM.
432        - Implemented built-in script int variable $EVENT_NOTE.
433        - Implemented built-in script int variable $EVENT_VELOCITY.
434        - Implemented built-in script constant variable $VCC_MONO_AT.
435        - Implemented built-in script constant variable $VCC_PITCH_BEND.
436        - Implemented execution of script event handler "init".
437        - Implemented execution of script event handler "controller".
438    
439    * Bug fixes:    * Bug fixes:
440      - Fixed crash which may occur when MIDI key + transpose is out of range      - Fixed crash which may occur when MIDI key + transpose is out of range
441      - minor valgrind fixes      - minor valgrind fixes

Legend:
Removed from v.2568  
changed lines
  Added in v.2594

  ViewVC Help
Powered by ViewVC