/[svn]
ViewVC logotype

Revision 15


Jump to revision: Previous Next
Author: schoenebeck
Date: Sun Nov 23 21:16:49 2003 UTC (20 years, 3 months ago)
Changed paths: 5
Log Message:
* rewrote sustain pedal handling: instead of just queuing the note-offs I
  added a sustain pointer for each midi key which starts to point to the
  first active voice on the respective key and increments to the next voice
  on the key when a note-off arrived, the release velocity value will
  immediately be stored in the respective voice object (this also fixes the
  segmentation fault issue when the sustain pool was full)


Changed paths

Path Details
Directorylinuxsampler/trunk/src/audiothread.cpp modified , text changed
Directorylinuxsampler/trunk/src/audiothread.h modified , text changed
Directorylinuxsampler/trunk/src/rtelmemorypool.h modified , text changed
Directorylinuxsampler/trunk/src/voice.cpp modified , text changed
Directorylinuxsampler/trunk/src/voice.h modified , text changed

  ViewVC Help
Powered by ViewVC