/[svn]/linuxsampler/trunk/src/engines/sfz/Engine.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/sfz/Engine.cpp

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

revision 3204 by schoenebeck, Mon Jan 9 18:39:35 2017 UTC revision 3205 by schoenebeck, Wed May 24 20:05:38 2017 UTC
# Line 122  namespace LinuxSampler { namespace sfz { Line 122  namespace LinuxSampler { namespace sfz {
122                      itControlChangeEvent->Param.Note.Velocity = 127;                      itControlChangeEvent->Param.Note.Velocity = 127;
123                      itControlChangeEvent->Param.Note.pRegion = region;                      itControlChangeEvent->Param.Note.pRegion = region;
124                      if (!itNewNote) {                      if (!itNewNote) {
125                          const note_id_t noteID = LaunchNewNote(pEngineChannel, &*itControlChangeEvent);                          const note_id_t noteID = LaunchNewNote(pEngineChannel, itControlChangeEvent);
126                          itNewNote = GetNotePool()->fromID(noteID);                          itNewNote = GetNotePool()->fromID(noteID);
127                          if (!itNewNote) {                          if (!itNewNote) {
128                              dmsg(1,("sfz::Engine: Note pool empty!\n"));                              dmsg(1,("sfz::Engine: Note pool empty!\n"));

Legend:
Removed from v.3204  
changed lines
  Added in v.3205

  ViewVC Help
Powered by ViewVC