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

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

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

revision 2562 by capela, Sat Dec 29 00:21:11 2012 UTC revision 2563 by capela, Tue May 20 10:59:37 2014 UTC
# Line 1  Line 1 
1  // qsamplerChannel.h  // qsamplerChannel.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2012, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2014, 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 156  public: Line 156  public:
156    
157          // Check whether a given file is an instrument file.          // Check whether a given file is an instrument file.
158          static bool isDlsInstrumentFile (const QString& sInstrumentFile);          static bool isDlsInstrumentFile (const QString& sInstrumentFile);
159            static bool isSf2InstrumentFile (const QString& sInstrumentFile);
160    
161          // Retrieve the available instrument name(s) of an instrument file (.gig).          // Retrieve the available instrument name(s) of an instrument file (.gig).
162          static QString getInstrumentName (const QString& sInstrumentFile,          static QString getInstrumentName (const QString& sInstrumentFile,

Legend:
Removed from v.2562  
changed lines
  Added in v.2563

  ViewVC Help
Powered by ViewVC