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

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

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

revision 1522 by capela, Thu Nov 22 11:10:44 2007 UTC revision 1523 by capela, Sun Nov 25 11:40:47 2007 UTC
# Line 59  public: Line 59  public:
59                  int iBank = -1, int iProg = -1);                  int iBank = -1, int iProg = -1);
60          void removeInstrument(const qsamplerInstrument& instrument);          void removeInstrument(const qsamplerInstrument& instrument);
61    
62          void resort(const qsamplerInstrument instrument);          void resort(const qsamplerInstrument& instrument);
63    
64          // Map selector.          // Map selector.
65          void setMidiMap(int iMidiMap);          void setMidiMap(int iMidiMap);
# Line 79  private: Line 79  private:
79    
80          typedef QMap<int, QList<qsamplerInstrument> > InstrumentsMap;          typedef QMap<int, QList<qsamplerInstrument> > InstrumentsMap;
81    
82            InstrumentsMap m_instruments;
83    
84          // Current map selection.          // Current map selection.
85          int m_iMidiMap;          int m_iMidiMap;
   
         InstrumentsMap m_instruments;  
86  };  };
87    
88    

Legend:
Removed from v.1522  
changed lines
  Added in v.1523

  ViewVC Help
Powered by ViewVC