#include <synthesizer.h>
Inherits BC_MenuItem.

Public Member Functions | |
| SynthLevelSine (Synth *synth) | |
| ~SynthLevelSine () | |
| int | handle_event () |
Data Fields | |
| Synth * | synth |
Definition at line 299 of file synthesizer.h.
| SynthLevelSine::SynthLevelSine | ( | Synth * | synth | ) |
Definition at line 1280 of file synthesizer.C.
| SynthLevelSine::~SynthLevelSine | ( | ) |
Definition at line 1285 of file synthesizer.C.
| int SynthLevelSine::handle_event | ( | ) | [virtual] |
Reimplemented from BC_MenuItem.
Definition at line 1289 of file synthesizer.C.
References Synth::config, INFINITYGAIN, SynthOscillatorConfig::level, M_PI, 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