SoundFontInfoLib
2.21.6
Library for parsing and rendering SF2 files
|
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 Instrument & | operator[] (size_t index) const |
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.
|
inline |
References SF2::IO::File::instruments().
|
inline |