Home
last modified time | relevance | path

Searched refs:releaseChanged (Results 1 – 20 of 20) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/
H A DPRESUBMIT.py268 releaseChanged = False
274 releaseChanged = True
276 if releaseChanged:
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/
H A DPRESUBMIT.py268 releaseChanged = False
274 releaseChanged = True
276 if releaseChanged:
/dports/audio/padthv1-lv2/padthv1-padthv1_0_9_23/src/
H A Dpadthv1widget_env.h63 void releaseChanged(float fRelease);
H A Dpadthv1widget_env.cpp115 emit releaseChanged(release()); in setRelease() local
H A Dpadthv1widget.cpp359 m_ui.Dcf1Env, SIGNAL(releaseChanged(float)), in padthv1widget()
420 m_ui.Lfo1Env, SIGNAL(releaseChanged(float)), in padthv1widget()
455 m_ui.Dca1Env, SIGNAL(releaseChanged(float)), in padthv1widget()
/dports/audio/samplv1-lv2/samplv1-samplv1_0_9_23/src/
H A Dsamplv1widget_env.h63 void releaseChanged(float fRelease);
H A Dsamplv1widget_env.cpp115 emit releaseChanged(release());
H A Dsamplv1widget.cpp349 m_ui.Dcf1Env, SIGNAL(releaseChanged(float)),
408 m_ui.Lfo1Env, SIGNAL(releaseChanged(float)),
444 m_ui.Dca1Env, SIGNAL(releaseChanged(float)),
/dports/audio/synthv1-lv2/synthv1-synthv1_0_9_23/src/
H A Dsynthv1widget_env.h63 void releaseChanged(float fRelease); in test()
H A Dsynthv1widget.cpp407 m_ui.Dcf1Env, SIGNAL(releaseChanged(float)), in synthv1widget()
468 m_ui.Lfo1Env, SIGNAL(releaseChanged(float)), in synthv1widget()
503 m_ui.Dca1Env, SIGNAL(releaseChanged(float)), in synthv1widget()
623 m_ui.Dcf2Env, SIGNAL(releaseChanged(float)), in synthv1widget()
684 m_ui.Lfo2Env, SIGNAL(releaseChanged(float)), in synthv1widget()
719 m_ui.Dca2Env, SIGNAL(releaseChanged(float)), in synthv1widget()
H A Dsynthv1widget_env.cpp115 emit releaseChanged(release()); in setRelease() local
/dports/audio/dssi/dssi-1.1.1/examples/
H A Dless_trivial_synth_qt_gui.cpp109 connect(m_release, SIGNAL(valueChanged(int)), this, SLOT(releaseChanged(int))); in SynthGUI()
117 releaseChanged(m_release->value()); in SynthGUI()
228 SynthGUI::releaseChanged(int value) in releaseChanged() function in SynthGUI
H A Dless_trivial_synth_qt_gui.h54 void releaseChanged(int);
H A Dtrivial_sampler_qt_gui.h57 void releaseChanged(int);
H A Dtrivial_sampler_qt_gui.cpp171 connect(m_release, SIGNAL(valueChanged(int)), this, SLOT(releaseChanged(int))); in SamplerGUI()
177 releaseChanged (m_release ->value()); in SamplerGUI()
376 SamplerGUI::releaseChanged(int release) in releaseChanged() function in SamplerGUI
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/gui/instrument_editor/
H A Dinstrument_editor_ssg_form.cpp95 QObject::connect(ui->waveEditor, &VisualizedInstrumentMacroEditor::releaseChanged, in InstrumentEditorSSGForm()
141 QObject::connect(ui->tnEditor, &VisualizedInstrumentMacroEditor::releaseChanged, in InstrumentEditorSSGForm()
204 QObject::connect(ui->envEditor, &VisualizedInstrumentMacroEditor::releaseChanged, in InstrumentEditorSSGForm()
254 QObject::connect(ui->arpEditor, &VisualizedInstrumentMacroEditor::releaseChanged, in InstrumentEditorSSGForm()
316 QObject::connect(ui->ptEditor, &VisualizedInstrumentMacroEditor::releaseChanged, in InstrumentEditorSSGForm()
H A Dvisualized_instrument_macro_editor.cpp632 emit releaseChanged(release.type, release.point); in interpretMML() local
958 emit releaseChanged(release_.type, release_.point); in mousePressEventInView() local
974 emit releaseChanged(release_.type, release_.point); in mousePressEventInView() local
983 emit releaseChanged(release_.type, release_.point); in mousePressEventInView() local
1017 emit releaseChanged(release_.type, release_.point); in mouseReleaseEventInView() local
H A Dvisualized_instrument_macro_editor.hpp116 void releaseChanged(ReleaseType type, int point);
H A Dinstrument_editor_adpcm_form.cpp114 QObject::connect(ui->envEditor, &VisualizedInstrumentMacroEditor::releaseChanged, in InstrumentEditorADPCMForm()
164 QObject::connect(ui->arpEditor, &VisualizedInstrumentMacroEditor::releaseChanged, in InstrumentEditorADPCMForm()
226 QObject::connect(ui->ptEditor, &VisualizedInstrumentMacroEditor::releaseChanged, in InstrumentEditorADPCMForm()
H A Dinstrument_editor_fm_form.cpp410 QObject::connect(ui->opSeqEditor, &VisualizedInstrumentMacroEditor::releaseChanged, in InstrumentEditorFMForm()
470 QObject::connect(ui->arpEditor, &VisualizedInstrumentMacroEditor::releaseChanged, in InstrumentEditorFMForm()
541 QObject::connect(ui->ptEditor, &VisualizedInstrumentMacroEditor::releaseChanged, in InstrumentEditorFMForm()