/[svn]/qsampler/trunk/src/qsamplerChannelForm.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelForm.h

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

revision 2978 by capela, Mon Aug 15 19:10:16 2016 UTC revision 3435 by capela, Mon Dec 3 12:04:14 2018 UTC
# Line 1  Line 1 
1  // qsamplerChannelForm.h  // qsamplerChannelForm.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2016, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2018, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 29  Line 29 
29  #include "qsamplerChannel.h"  #include "qsamplerChannel.h"
30  #include "qsamplerDeviceForm.h"  #include "qsamplerDeviceForm.h"
31    
32    #include <QHash>
33    
34    
35  namespace QSampler {  namespace QSampler {
36    
# Line 83  private: Line 85  private:
85          Channel* m_pChannel;          Channel* m_pChannel;
86          int m_iDirtySetup;          int m_iDirtySetup;
87          int m_iDirtyCount;          int m_iDirtyCount;
88          QList<Device *> m_audioDevices;          QHash<int, Device *> m_audioDevices;
89          QList<Device *> m_midiDevices;          QHash<int, Device *> m_midiDevices;
90          DeviceForm* m_pDeviceForm;          DeviceForm* m_pDeviceForm;
91          ChannelRoutingModel m_routingModel;          ChannelRoutingModel m_routingModel;
92          ChannelRoutingDelegate m_routingDelegate;          ChannelRoutingDelegate m_routingDelegate;

Legend:
Removed from v.2978  
changed lines
  Added in v.3435

  ViewVC Help
Powered by ViewVC