SynthWidget

Undocumented in source.

Constructors

this
this(SoundFrame frame, Tablet tablet, AudioPlayback playback)
Undocumented in source.

Members

Functions

createControllers
void createControllers()

create controllers for current instrument; set current values from settings

onController
void onController(SliderController source, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
onNoteRangeChange
void onNoteRangeChange(int minNote, int maxNote)
Undocumented in source. Be warned that the author may not have intended to support it.
onPositionChange
void onPositionChange(double x, double y, double pressure, uint buttons)
Undocumented in source. Be warned that the author may not have intended to support it.
onProximity
void onProximity(bool enter)
Undocumented in source. Be warned that the author may not have intended to support it.
onVolume
void onVolume(SliderController source, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
openAccompanimentFile
void openAccompanimentFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
playPauseAccomp
void playPauseAccomp()
Undocumented in source. Be warned that the author may not have intended to support it.
setInstrument
void setInstrument(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
updatePlayPosition
void updatePlayPosition()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

mixer
Mixer mixer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tabletInitialized
bool tabletInitialized [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_chorus
SliderController _chorus;
Undocumented in source.
_controllers
HorizontalLayout _controllers;
Undocumented in source.
_controlsLayout
VerticalLayout _controlsLayout;
Undocumented in source.
_corrector
PitchCorrector _corrector;
Undocumented in source.
_frame
SoundFrame _frame;
Undocumented in source.
_instrSelection
ComboBox _instrSelection;
Undocumented in source.
_instrument
Instrument _instrument;
Undocumented in source.
_mixer
Mixer _mixer;
Undocumented in source.
_noteRangeWidget
NoteRangeWidget _noteRangeWidget;
Undocumented in source.
_pitchCorrection
SliderController _pitchCorrection;
Undocumented in source.
_pitchWidget
PitchWidget _pitchWidget;
Undocumented in source.
_playback
AudioPlayback _playback;
Undocumented in source.
_playerPanel
PlayerPanel _playerPanel;
Undocumented in source.
_pressureWidget
PressureWidget _pressureWidget;
Undocumented in source.
_proximity
bool _proximity;
Undocumented in source.
_reverb
SliderController _reverb;
Undocumented in source.
_soundCanvas
SoundCanvas _soundCanvas;
Undocumented in source.
_tablet
Tablet _tablet;
Undocumented in source.
_vibrato
SliderController _vibrato;
Undocumented in source.
_vibratoFreq
SliderController _vibratoFreq;
Undocumented in source.
_volumeControl
SliderController _volumeControl;
Undocumented in source.
_yAxisController
ControllerId _yAxisController;
Undocumented in source.
_yAxisControllerWidget
SliderController _yAxisControllerWidget;
Undocumented in source.
_yControllerSelection
ComboBox _yControllerSelection;
Undocumented in source.

Inherited Members

From TabletPositionHandler

onPositionChange
void onPositionChange(double x, double y, double pressure, uint buttons)
Undocumented in source.

From TabletProximityHandler

onProximity
void onProximity(bool enter)
Undocumented in source.

Meta