#include <SFZSound.h>
◆ Ptr
◆ Sound()
◆ ~Sound()
| sfzero::Sound::~Sound |
( |
| ) |
|
|
virtual |
◆ addError()
◆ addRegion()
◆ addSample()
◆ addUnsupportedOpcode()
◆ appliesToChannel()
| bool sfzero::Sound::appliesToChannel |
( |
int | midiChannel | ) |
|
|
overridevirtual |
Returns true if the sound should be triggered by midi events on a given channel.
The Synthesiser will use this information when deciding which sounds to trigger for a given note.
Implements water::SynthesiserSound.
◆ appliesToNote()
| bool sfzero::Sound::appliesToNote |
( |
int | midiNoteNumber | ) |
|
|
overridevirtual |
Returns true if this sound should be played when a given midi note is pressed.
The Synthesiser will use this information when deciding which sounds to trigger for a given note.
Implements water::SynthesiserSound.
◆ dump()
◆ dumpToConsole()
| void sfzero::Sound::dumpToConsole |
( |
| ) |
|
◆ getErrors()
◆ getFile()
◆ getNumRegions()
| int sfzero::Sound::getNumRegions |
( |
| ) |
|
◆ getRegionFor()
◆ getRegions()
◆ getWarnings()
◆ loadRegions()
| void sfzero::Sound::loadRegions |
( |
| ) |
|
|
virtual |
◆ loadSamples()
◆ regionAt()
| Region * sfzero::Sound::regionAt |
( |
int | index | ) |
|
◆ errors_
◆ file_
◆ regions_
◆ samples_
◆ unsupportedOpcodes_
◆ warnings_
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/modules/sfzero/sfzero/SFZSound.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/modules/sfzero/sfzero/SFZSound.cpp