SF2cute  0.1
Modern C++ Library for SoundFont 2
sf2cute::SFSample Member List

This is the complete list of members for sf2cute::SFSample, including all inherited members.

correction() const noexceptsf2cute::SFSample
data() const noexceptsf2cute::SFSample
end_loop() const noexceptsf2cute::SFSample
has_link() const noexceptsf2cute::SFSample
has_parent_file() const noexceptsf2cute::SFSample
kMaxNameLengthsf2cute::SFSamplestatic
kTerminatorSampleLengthsf2cute::SFSamplestatic
link() const noexceptsf2cute::SFSample
name() const noexceptsf2cute::SFSample
New(Args &&...args)sf2cute::SFSampleinlinestatic
operator=(const SFSample &origin)sf2cute::SFSample
operator=(SFSample &&origin)=defaultsf2cute::SFSample
original_key() const noexceptsf2cute::SFSample
parent_file() const noexceptsf2cute::SFSample
reset_link() noexceptsf2cute::SFSample
sample_rate() const noexceptsf2cute::SFSample
set_correction(int8_t correction)sf2cute::SFSample
set_end_loop(uint32_t end_loop)sf2cute::SFSample
set_link(std::weak_ptr< SFSample > link)sf2cute::SFSample
set_name(std::string name)sf2cute::SFSample
set_original_key(uint8_t original_key)sf2cute::SFSample
set_sample_rate(uint32_t sample_rate)sf2cute::SFSample
set_start_loop(uint32_t start_loop)sf2cute::SFSample
set_type(SFSampleLink type)sf2cute::SFSample
SFSample()sf2cute::SFSample
SFSample(std::string name)sf2cute::SFSampleexplicit
SFSample(std::string name, std::vector< int16_t > data, uint32_t start_loop, uint32_t end_loop, uint32_t sample_rate, uint8_t original_key, int8_t correction)sf2cute::SFSample
SFSample(std::string name, std::vector< int16_t > data, uint32_t start_loop, uint32_t end_loop, uint32_t sample_rate, uint8_t original_key, int8_t correction, std::weak_ptr< SFSample > link, SFSampleLink type)sf2cute::SFSample
SFSample(const SFSample &origin)sf2cute::SFSample
SFSample(SFSample &&origin)=defaultsf2cute::SFSample
SoundFont (defined in sf2cute::SFSample)sf2cute::SFSamplefriend
SoundFontWriter (defined in sf2cute::SFSample)sf2cute::SFSamplefriend
start_loop() const noexceptsf2cute::SFSample
type() const noexceptsf2cute::SFSample
~SFSample()=defaultsf2cute::SFSample