#include <synthesizer.h>
Inherits BC_MenuItem.

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

1.5.5