#include <synthesizer.h>
Inherits BC_MenuItem.

Public Member Functions | |
| SynthFreqOdd (Synth *synth) | |
| ~SynthFreqOdd () | |
| int | handle_event () |
Data Fields | |
| Synth * | synth |
Definition at line 376 of file synthesizer.h.
| SynthFreqOdd::SynthFreqOdd | ( | Synth * | synth | ) |
Definition at line 1459 of file synthesizer.C.
| SynthFreqOdd::~SynthFreqOdd | ( | ) |
Definition at line 1462 of file synthesizer.C.
| int SynthFreqOdd::handle_event | ( | ) | [virtual] |
Reimplemented from BC_MenuItem.
Definition at line 1466 of file synthesizer.C.
References Synth::config, SynthOscillatorConfig::freq_factor, SynthConfig::oscillator_config, PluginClient::send_configure_change(), synth, Synth::thread, ArrayList< TYPE >::total, SynthWindow::update_gui(), ArrayList< TYPE >::values, and SynthThread::window.

1.5.5