#include <synthesizer.h>
Inherits BC_IPot.

Public Member Functions | |
| SynthOscGUIFreq (Synth *synth, SynthOscGUI *gui, int y) | |
| ~SynthOscGUIFreq () | |
| int | handle_event () |
Data Fields | |
| Synth * | synth |
| SynthOscGUI * | gui |
Definition at line 109 of file synthesizer.h.
| SynthOscGUIFreq::SynthOscGUIFreq | ( | Synth * | synth, | |
| SynthOscGUI * | gui, | |||
| int | y | |||
| ) |
Definition at line 836 of file synthesizer.C.
| SynthOscGUIFreq::~SynthOscGUIFreq | ( | ) |
Definition at line 847 of file synthesizer.C.
| int SynthOscGUIFreq::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Pot.
Definition at line 851 of file synthesizer.C.
References SynthWindow::canvas, Synth::config, SynthOscillatorConfig::freq_factor, BC_IPot::get_value(), gui, SynthOscGUI::number, SynthConfig::oscillator_config, PluginClient::send_configure_change(), synth, SynthCanvas::update(), ArrayList< TYPE >::values, and SynthOscGUI::window.

1.5.5