--- libgig/trunk/src/gig.h 2020/01/10 11:21:59 3709 +++ libgig/trunk/src/gig.h 2020/01/10 13:32:34 3710 @@ -2,7 +2,7 @@ * * * libgig - C++ cross-platform Gigasampler format file access library * * * - * Copyright (C) 2003-2019 by Christian Schoenebeck * + * Copyright (C) 2003-2020 by Christian Schoenebeck * * * * * * This library is free software; you can redistribute it and/or modify * @@ -953,6 +953,8 @@ DimensionRegion* GetDimensionRegionByBit(const std::map& DimCase); ~Region(); friend class Instrument; + private: + bool UsesAnyGigFormatExtension() const; }; /** @brief Abstract base class for all MIDI rules. @@ -1326,6 +1328,8 @@ MidiRule** pMidiRules; std::vector<_ScriptPooolEntry> scriptPoolFileOffsets; std::vector<_ScriptPooolRef>* pScriptRefs; + + bool UsesAnyGigFormatExtension() const; }; /** @brief Group of Gigasampler samples @@ -1472,6 +1476,8 @@ std::list::iterator GroupsIterator; bool bAutoLoad; std::list* pScriptGroups; + + bool UsesAnyGigFormatExtension() const; }; /**