/[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 2066 by capela, Sat Mar 13 19:15:24 2010 UTC revision 2070 by capela, Mon Mar 15 17:06:46 2010 UTC
# Line 57  public: Line 57  public:
57    
58          // Own methods          // Own methods
59          const Instrument *addInstrument(int iMap, int iBank, int iProg);          const Instrument *addInstrument(int iMap, int iBank, int iProg);
60          void removeInstrument(const Instrument *pInstrument);          void removeInstrument(Instrument *pInstrument);
61          void updateInstrument(const Instrument *pInstrument);          void updateInstrument(Instrument *pInstrument);
62            void resortInstrument(Instrument *pInstrument);
63    
64          // General reloader.          // General reloader.
65          void refresh();          void refresh();
# Line 107  public: Line 108  public:
108    
109          // Own methods          // Own methods
110          const Instrument *addInstrument(int iMap, int iBank, int iProg);          const Instrument *addInstrument(int iMap, int iBank, int iProg);
111          void removeInstrument(const Instrument *pInstrument);          void removeInstrument(Instrument *pInstrument);
112          void updateInstrument(const Instrument *pInstrument);          void updateInstrument(Instrument *pInstrument);
113            void resortInstrument(Instrument *pInstrument);
114    
115          // General reloader.          // General reloader.
116          void refresh();          void refresh();

Legend:
Removed from v.2066  
changed lines
  Added in v.2070

  ViewVC Help
Powered by ViewVC