/[svn]/linuxsampler/trunk/src/rtelmemorypool.h
ViewVC logotype

Log of /linuxsampler/trunk/src/rtelmemorypool.h

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 52)

Revision 15 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 23 21:16:49 2003 UTC (20 years, 5 months ago) by schoenebeck
File length: 14086 byte(s)
Diff to previous 10
* 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)


Revision 10 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue Nov 11 23:30:47 2003 UTC (20 years, 5 months ago) by senoner
File length: 12915 byte(s)
* src/audiothread.cpp, src/audiothread.h: added Sustain Pedal support
  implemented by postponing note-offs and leting multiple voices play
  on the same MIDI key.
* added the RTELMemoryPool Class which is a fast RT-safe memory allocator
  and list manger
* src/linuxsampler.cpp: added a voice and stream counter debug message


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC