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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 4019 by schoenebeck, Mon Jan 3 17:45:26 2022 UTC revision 4020 by schoenebeck, Tue Jan 4 16:04:26 2022 UTC
# Line 30  Version SVN trunk (?) Line 30  Version SVN trunk (?)
30        say so, if there is one but not capable to handle the instrument, then        say so, if there is one but not capable to handle the instrument, then
31        make this case clear to the user; in both cases print the expected        make this case clear to the user; in both cases print the expected
32        location for instrument editor plugins).        location for instrument editor plugins).
33        - Fixed wrong velocity for release triggered samples: if and only if
34          note-off velocity is exactly zero (which means MIDI keyboard does not have
35          release velocity sensors) then use previous note-on velocity as note-off
36          velocity for release triggered samples instead.
37    
38    * SFZ format engine:    * SFZ format engine:
39      - Fixed wrong velocity of release triggered samples (most hardware      - Fixed wrong velocity for release triggered samples: if and only if
40        keybaords send note-off with velocyity zero, hence the previous note-on        note-off velocity is exactly zero (which means MIDI keyboard does not have
41        velocity should be used for release triggered samples instead).        release velocity sensors) then use previous note-on velocity as note-off
42          velocity for release triggered samples instead.
43      - sfz.h: Added File::filename() method.      - sfz.h: Added File::filename() method.
44      - sfz.h: Added File::checkFileModified() method allowing to detect file      - sfz.h: Added File::checkFileModified() method allowing to detect file
45        changes (e.g. by other apps).        changes (e.g. by other apps).

Legend:
Removed from v.4019  
changed lines
  Added in v.4020

  ViewVC Help
Powered by ViewVC