/[svn]/linuxsampler/trunk/src/engines/common/Note.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/Note.h

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

revision 2879 by schoenebeck, Tue Apr 19 14:07:53 2016 UTC revision 2880 by schoenebeck, Tue Apr 19 15:49:34 2016 UTC
# Line 38  namespace LinuxSampler { Line 38  namespace LinuxSampler {
38          } Format;          } Format;
39      protected:      protected:
40          NoteBase() : hostKey(0), parentNoteID(0), pChildNotes(NULL) {          NoteBase() : hostKey(0), parentNoteID(0), pChildNotes(NULL) {
41              Format = (_Format) {};              Format = _Format();
42          }          }
43      };      };
44    
# Line 72  namespace LinuxSampler { Line 72  namespace LinuxSampler {
72                  pChildNotes->clear();                  pChildNotes->clear();
73              cause = Event();              cause = Event();
74              eventID = 0;              eventID = 0;
75              Format = (_Format) {};              Format = _Format();
76              if (pActiveVoices) {              if (pActiveVoices) {
77                  typename RTList<V>::Iterator itVoice = pActiveVoices->first();                  typename RTList<V>::Iterator itVoice = pActiveVoices->first();
78                  typename RTList<V>::Iterator itVoicesEnd = pActiveVoices->end();                  typename RTList<V>::Iterator itVoicesEnd = pActiveVoices->end();

Legend:
Removed from v.2879  
changed lines
  Added in v.2880

  ViewVC Help
Powered by ViewVC