--- qsampler/trunk/src/qsamplerChannel.h 2007/12/06 09:35:33 1558 +++ qsampler/trunk/src/qsamplerChannel.h 2010/07/15 08:03:32 2108 @@ -1,7 +1,7 @@ // qsamplerChannel.h // /**************************************************************************** - Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2004-2010, rncbc aka Rui Nuno Capela. All rights reserved. Copyright (C) 2007, Christian Schoenebeck This program is free software; you can redistribute it and/or @@ -155,7 +155,7 @@ static QString loadingInstrument(); // Check whether a given file is an instrument file. - static bool isInstrumentFile (const QString& sInstrumentFile); + static bool isDlsInstrumentFile (const QString& sInstrumentFile); // Retrieve the available instrument name(s) of an instrument file (.gig). static QString getInstrumentName (const QString& sInstrumentFile,