#include <pitch.h>
Inherits PluginAClient.

Public Member Functions | |
| PitchEffect (PluginServer *server) | |
| ~PitchEffect () | |
| VFrame * | new_picon () |
| char * | plugin_title () |
| int | is_realtime () |
| void | read_data (KeyFrame *keyframe) |
| void | save_data (KeyFrame *keyframe) |
| int | process_buffer (int64_t size, double *buffer, int64_t start_position, int sample_rate) |
| int | show_gui () |
| void | raise_window () |
| int | set_string () |
| int | load_defaults () |
| int | save_defaults () |
| int | load_configuration () |
| void | reset () |
| void | update_gui () |
Data Fields | |
| BC_Hash * | defaults |
| PitchThread * | thread |
| PitchFFT * | fft |
| PitchConfig | config |
Definition at line 75 of file pitch.h.
| PitchEffect::PitchEffect | ( | PluginServer * | server | ) |
Definition at line 28 of file pitch.C.
References PLUGIN_CONSTRUCTOR_MACRO, and reset().

| PitchEffect::~PitchEffect | ( | ) |
| VFrame* PitchEffect::new_picon | ( | ) | [virtual] |
Reimplemented from PluginClient.
| char * PitchEffect::plugin_title | ( | ) | [virtual] |
| int PitchEffect::is_realtime | ( | ) | [virtual] |
| void PitchEffect::read_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 47 of file pitch.C.
References config, KeyFrame::data, XMLTag::get_property(), input, FileXML::read_tag(), PitchConfig::scale, FileXML::set_shared_string(), FileXML::tag, and XMLTag::title_is().

| void PitchEffect::save_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 67 of file pitch.C.
References FileXML::append_newline(), FileXML::append_tag(), config, KeyFrame::data, output, PitchConfig::scale, XMLTag::set_property(), FileXML::set_shared_string(), XMLTag::set_title(), FileXML::tag, and FileXML::terminate_string().

| int PitchEffect::process_buffer | ( | int64_t | size, | |
| double * | buffer, | |||
| int64_t | start_position, | |||
| int | sample_rate | |||
| ) | [virtual] |
Reimplemented from PluginAClient.
Definition at line 133 of file pitch.C.
References fft, PluginClient::get_direction(), CrossfadeFFT::initialize(), load_configuration(), OVERSAMPLE, CrossfadeFFT::process_buffer_oversample(), CrossfadeFFT::set_oversample(), and WINDOW_SIZE.

| int PitchEffect::show_gui | ( | ) | [virtual] |
Reimplemented from PluginClient.
| void PitchEffect::raise_window | ( | ) | [virtual] |
Reimplemented from PluginClient.
| int PitchEffect::set_string | ( | ) | [virtual] |
Reimplemented from PluginClient.
| int PitchEffect::load_defaults | ( | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 82 of file pitch.C.
References BCASTDIR, BCTEXTLEN, config, defaults, BC_Hash::get(), BC_Hash::load(), and PitchConfig::scale.

| int PitchEffect::save_defaults | ( | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 93 of file pitch.C.
References BCTEXTLEN, config, defaults, BC_Hash::save(), PitchConfig::scale, and BC_Hash::update().

| int PitchEffect::load_configuration | ( | ) |
Referenced by process_buffer(), and update_gui().
| void PitchEffect::reset | ( | ) |
Reimplemented from PluginClient.
Definition at line 115 of file pitch.C.
References fft.
Referenced by PitchEffect().
| void PitchEffect::update_gui | ( | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 120 of file pitch.C.
References load_configuration(), and thread.

| PitchThread* PitchEffect::thread |
Definition at line 106 of file pitch.h.
Referenced by process_buffer(), reset(), and ~PitchEffect().
Definition at line 107 of file pitch.h.
Referenced by PitchScale::handle_event(), load_defaults(), read_data(), save_data(), save_defaults(), PitchFFT::signal_process_oversample(), and PitchWindow::update().
1.5.5