Loading...
Searching...
No Matches
Analysis::Pitch Struct Reference
Inheritance diagram for Analysis::Pitch:
Public Member Functions | |
| halp_meta (name, "Pitch detector") halp_meta(c_name | |
| Pitch | halp_meta (category, "Analysis/Pitch") halp_meta(author |
| Pitch ossia Gist library | halp_meta (manual_url, "https://ossia.io/score-docs/processes/analysis.html#pitch-detection") halp_meta(description |
| Pitch ossia Gist library Get the pitch of a signal | halp_meta (uuid, "ed511605-8265-4b2c-8c4b-d3b189539b3b") |
| void | operator() (int frames) |
Public Member Functions inherited from Analysis::GistState | |
| 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 | ||
| Pitch ossia | score | |
| struct { | ||
| audio_in audio | ||
| } | inputs | |
| struct { | ||
| value_out result | ||
| } | outputs | |
Public Attributes inherited from Analysis::GistState | ||
| ossia::small_vector< Gist< double >, 2 > | gist | |
| Analysis::analysis_vector | output | |
| int | bufferSize {} | |
| int | rate {} | |
Additional Inherited Members | |
Static Public Member Functions inherited from Analysis::GistState | |
| 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:
Public Member Functions inherited from