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

Diff of /linuxsampler/trunk/src/engines/EngineBase.h

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

revision 2448 by schoenebeck, Fri May 3 14:26:32 2013 UTC revision 2559 by schoenebeck, Sun May 18 17:38:25 2014 UTC
# Line 649  namespace LinuxSampler { Line 649  namespace LinuxSampler {
649                                  dmsg(5,("Engine: MIDI CC received\n"));                                  dmsg(5,("Engine: MIDI CC received\n"));
650                                  ProcessControlChange((EngineChannel*)itEvent->pEngineChannel, itEvent);                                  ProcessControlChange((EngineChannel*)itEvent->pEngineChannel, itEvent);
651                                  break;                                  break;
652                                case Event::type_channel_pressure:
653                                    dmsg(5,("Engine: MIDI Chan. Pressure received\n"));
654                                    ProcessChannelPressure((EngineChannel*)itEvent->pEngineChannel, itEvent);
655                                    break;
656                                case Event::type_note_pressure:
657                                    dmsg(5,("Engine: MIDI Note Pressure received\n"));
658                                    ProcessPolyphonicKeyPressure((EngineChannel*)itEvent->pEngineChannel, itEvent);
659                                    break;
660                              case Event::type_pitchbend:                              case Event::type_pitchbend:
661                                  dmsg(5,("Engine: Pitchbend received\n"));                                  dmsg(5,("Engine: Pitchbend received\n"));
662                                  ProcessPitchbend(static_cast<AbstractEngineChannel*>(itEvent->pEngineChannel), itEvent);                                  ProcessPitchbend(static_cast<AbstractEngineChannel*>(itEvent->pEngineChannel), itEvent);

Legend:
Removed from v.2448  
changed lines
  Added in v.2559

  ViewVC Help
Powered by ViewVC