Analysis::RMS Struct Reference
Inheritance diagram for Analysis::RMS:

Public Member Functions | |
halp_meta (name, "RMS") halp_meta(c_name | |
RMS halp_meta (category, "Analysis/Envelope") halp_meta(author | |
RMS ossia Gist library halp_meta (manual_url, "https://ossia.io/score-docs/processes/analysis.html#envelope") halp_meta(description | |
RMS ossia Gist library Get the RMS of a signal halp_meta (uuid, "5d4057ff-d8d0-4d66-9e0f-55675e3323be") | |
void operator() (int frames) | |
![]() | |
GistState (int bufferSize, int rate) | |
GistState (Audio::Settings::Model &settings) | |
void preprocess (const auto &audio) | |
template<auto Func> | |
void process_mono (const auto &audio, auto &out_port, int d) | |
template<auto Func> | |
void process_stereo (const auto &audio, auto &out_port, int d) | |
template<auto Func> | |
void process_multi (const auto &audio, auto &out_port, int d) | |
template<auto Func> | |
void process_mono (const auto &audio, float gain, float gate, auto &out_port, int d) | |
template<auto Func> | |
void process_stereo (const auto &audio, float gain, float gate, auto &out_port, int d) | |
template<auto Func> | |
void process_multi (const auto &audio, float gain, float gate, auto &out_port, int d) | |
template<auto Func> | |
void process_mono (const auto &audio, float gain, float gate, auto &out_port, auto &pulse_port, int d) | |
template<auto Func> | |
void process_stereo (const auto &audio, float gain, float gate, auto &out_port, auto &pulse_port, int d) | |
template<auto Func> | |
void process_multi (const auto &audio, float gain, float gate, auto &out_port, auto &pulse_port, int d) | |
template<auto Func, typename... Args> | |
void process (const auto &audio, Args &&... args) | |
template<auto Func> | |
void processVector (const auto &audio, ossia::audio_port &mfcc, int d) | |
template<auto Func> | |
void processVector (const auto &audio, float gain, float gate, auto &mfcc, int d) | |
Public Attributes | |
RMS ossia score | |
struct { | |
audio_in audio | |
gain_slider gain | |
gate_slider gate | |
} inputs | |
struct { | |
value_out result | |
} outputs | |
![]() | |
ossia::small_vector< Gist< double >, 2 > gist | |
Analysis::analysis_vector output | |
int bufferSize {} | |
int rate {} | |
Additional Inherited Members | |
![]() | |
static int channels (auto &audio) noexcept | |
static auto data (auto *channel) noexcept | |
static auto frames (auto &channel, int d) noexcept | |
template<typename V > | |
static auto write_value (auto &out_port, V &&ret) | |
The documentation for this struct was generated from the following file: