#include <synthesizer.h>
Inherits BC_MenuItem.

Public Member Functions | |
| SynthFreqPrime (Synth *synth) | |
| ~SynthFreqPrime () | |
| int | handle_event () |
Data Fields | |
| Synth * | synth |
Private Member Functions | |
| float | get_next_prime (float number) |
Definition at line 394 of file synthesizer.h.
| SynthFreqPrime::SynthFreqPrime | ( | Synth * | synth | ) |
Definition at line 1501 of file synthesizer.C.
| SynthFreqPrime::~SynthFreqPrime | ( | ) |
Definition at line 1506 of file synthesizer.C.
| int SynthFreqPrime::handle_event | ( | ) | [virtual] |
Reimplemented from BC_MenuItem.
Definition at line 1510 of file synthesizer.C.
References Synth::config, SynthOscillatorConfig::freq_factor, get_next_prime(), SynthConfig::oscillator_config, PluginClient::send_configure_change(), synth, Synth::thread, ArrayList< TYPE >::total, SynthWindow::update_gui(), ArrayList< TYPE >::values, and SynthThread::window.

| float SynthFreqPrime::get_next_prime | ( | float | number | ) | [private] |
1.5.5