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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 4009 by schoenebeck, Wed Dec 22 15:01:44 2021 UTC revision 4015 by schoenebeck, Mon Jan 3 15:10:25 2022 UTC
# Line 26  Version SVN trunk (?) Line 26  Version SVN trunk (?)
26        gig::File::CountInstruments() instead of now deprecated        gig::File::CountInstruments() instead of now deprecated
27        gig::File::GetFirstInstrument() / gig::File::GetNextInstrument() pair.        gig::File::GetFirstInstrument() / gig::File::GetNextInstrument() pair.
28      - Show a more detailed error message on terminal if an appropriate editor      - Show a more detailed error message on terminal if an appropriate editor
29        could not be found for a .gig instrument.        could not be found for a .gig instrument (if there is not any editor then
30          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
32          location for instrument editor plugins).
33    
34      * SFZ format engine:
35        - Fixed wrong velocity of release triggered samples (most hardware
36          keybaords send note-off with velocyity zero, hence the previous note-on
37          velocity should be used for release triggered samples instead).
38        - sfz.h: Added File::filename() method.
39    
40    * MIDI driver:    * MIDI driver:
41      - VirtualMidiDevice: added method Reset() which is e.g. intended to be used      - VirtualMidiDevice: added method Reset() which is e.g. intended to be used

Legend:
Removed from v.4009  
changed lines
  Added in v.4015

  ViewVC Help
Powered by ViewVC