--- qsampler/trunk/src/qsamplerInstrumentList.h 2010/03/15 10:45:35 2069 +++ qsampler/trunk/src/qsamplerInstrumentList.h 2010/03/15 17:06:46 2070 @@ -57,8 +57,9 @@ // Own methods const Instrument *addInstrument(int iMap, int iBank, int iProg); - void removeInstrument(const Instrument *pInstrument); - void updateInstrument(const Instrument *pInstrument); + void removeInstrument(Instrument *pInstrument); + void updateInstrument(Instrument *pInstrument); + void resortInstrument(Instrument *pInstrument); // General reloader. void refresh(); @@ -107,8 +108,9 @@ // Own methods const Instrument *addInstrument(int iMap, int iBank, int iProg); - void removeInstrument(const Instrument *pInstrument); - void updateInstrument(const Instrument *pInstrument); + void removeInstrument(Instrument *pInstrument); + void updateInstrument(Instrument *pInstrument); + void resortInstrument(Instrument *pInstrument); // General reloader. void refresh();