Definition at line 185 of file soundfont.cpp.
◆ Impl()
| Dx8::SoundFont::Impl::Impl |
( |
std::shared_ptr< Data > & |
shData, |
|
|
uint32_t |
dwPatch |
|
) |
| |
|
inline |
◆ ~Impl()
| Dx8::SoundFont::Impl::~Impl |
( |
| ) |
|
|
inline |
◆ hasNotes()
| bool Dx8::SoundFont::Impl::hasNotes |
( |
| ) |
|
|
inline |
◆ mix()
| void Dx8::SoundFont::Impl::mix |
( |
float * |
samples, |
|
|
size_t |
count |
|
) |
| |
|
inline |
◆ noteOn()
| std::shared_ptr< Instance > Dx8::SoundFont::Impl::noteOn |
( |
uint8_t |
note, |
|
|
uint8_t |
velosity |
|
) |
| |
|
inline |
◆ setPan()
| void Dx8::SoundFont::Impl::setPan |
( |
float |
p | ) |
|
|
inline |
◆ dwPatch
| uint32_t Dx8::SoundFont::Impl::dwPatch =0 |
◆ inst
| std::vector<std::shared_ptr<Instance> > Dx8::SoundFont::Impl::inst |
◆ pan
| float Dx8::SoundFont::Impl::pan =0.5f |
◆ shData
| std::shared_ptr<Data> Dx8::SoundFont::Impl::shData |
The documentation for this struct was generated from the following file: