/[svn]/qsampler/trunk/src/qsamplerMainForm.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMainForm.cpp

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

revision 1691 by schoenebeck, Thu Feb 14 22:31:26 2008 UTC revision 1693 by schoenebeck, Fri Feb 15 17:08:33 2008 UTC
# Line 561  void MainForm::customEvent(QEvent* pCust Line 561  void MainForm::customEvent(QEvent* pCust
561                          }                          }
562  #if CONFIG_LSCP_CHANNEL_MIDI  #if CONFIG_LSCP_CHANNEL_MIDI
563                          case LSCP_EVENT_CHANNEL_MIDI: {                          case LSCP_EVENT_CHANNEL_MIDI: {
564                                  int iChannelID = pEvent->data().toInt();                                  int iChannelID = pEvent->data().section(' ', 0, 0).toInt();
565                                  ChannelStrip *pChannelStrip = channelStrip(iChannelID);                                  ChannelStrip *pChannelStrip = channelStrip(iChannelID);
566                                  if (pChannelStrip)                                  if (pChannelStrip)
567                                          pChannelStrip->midiArrived();                                          pChannelStrip->midiArrived();

Legend:
Removed from v.1691  
changed lines
  Added in v.1693

  ViewVC Help
Powered by ViewVC