SoundFontInfoLib  2.21.6
Library for parsing and rendering SF2 files
SF2::Render::InstrumentCollection Class Reference

Collection of all of the Entity::Instrument instances in an SF2 file, each of which is wrapped in a Render::Instrument instance for use during audio rendering. More...

#include <InstrumentCollection.hpp>

Public Member Functions

 InstrumentCollection (const IO::File &file)
 
const Instrumentoperator[] (size_t index) const
 

Detailed Description

Collection of all of the Entity::Instrument instances in an SF2 file, each of which is wrapped in a Render::Instrument instance for use during audio rendering.

Constructor & Destructor Documentation

◆ InstrumentCollection()

SF2::Render::InstrumentCollection::InstrumentCollection ( const IO::File file)
inline

Member Function Documentation

◆ operator[]()

const Instrument& SF2::Render::InstrumentCollection::operator[] ( size_t  index) const
inline

The documentation for this class was generated from the following file: