#include <synthesizer.h>
Inherits BC_MenuItem.

Public Member Functions | |
| SynthFreqFibonacci (Synth *synth) | |
| ~SynthFreqFibonacci () | |
| int | handle_event () |
Data Fields | |
| Synth * | synth |
Definition at line 385 of file synthesizer.h.
| SynthFreqFibonacci::SynthFreqFibonacci | ( | Synth * | synth | ) |
Definition at line 1477 of file synthesizer.C.
| SynthFreqFibonacci::~SynthFreqFibonacci | ( | ) |
Definition at line 1482 of file synthesizer.C.
| int SynthFreqFibonacci::handle_event | ( | ) | [virtual] |
Reimplemented from BC_MenuItem.
Definition at line 1486 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