#include <synthesizer.h>
Inherits BC_MenuItem.

Public Member Functions | |
| SynthLevelRandom (Synth *synth) | |
| ~SynthLevelRandom () | |
| int | handle_event () |
Data Fields | |
| Synth * | synth |
Definition at line 281 of file synthesizer.h.
| SynthLevelRandom::SynthLevelRandom | ( | Synth * | synth | ) |
Definition at line 1238 of file synthesizer.C.
| SynthLevelRandom::~SynthLevelRandom | ( | ) |
Definition at line 1243 of file synthesizer.C.
| int SynthLevelRandom::handle_event | ( | ) | [virtual] |
Reimplemented from BC_MenuItem.
Definition at line 1247 of file synthesizer.C.
References Synth::config, INFINITYGAIN, SynthOscillatorConfig::level, 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