#include <synthesizer.h>
Inherits BC_GenericButton.

Public Member Functions | |
| SynthAddOsc (Synth *synth, SynthWindow *window, int x, int y) | |
| ~SynthAddOsc () | |
| int | handle_event () |
Data Fields | |
| Synth * | synth |
| SynthWindow * | window |
Definition at line 133 of file synthesizer.h.
| SynthAddOsc::SynthAddOsc | ( | Synth * | synth, | |
| SynthWindow * | window, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 866 of file synthesizer.C.
| SynthAddOsc::~SynthAddOsc | ( | ) |
Definition at line 873 of file synthesizer.C.
| int SynthAddOsc::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 877 of file synthesizer.C.
References Synth::add_oscillator(), PluginClient::send_configure_change(), synth, SynthWindow::update_gui(), and window.

1.5.5