Home
last modified time | relevance | path

Searched refs:Fader (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/audio/
H A Dfader.h233 } Fader; argument
301 Fader *
309 Fader *
339 Fader * self,
367 Fader * self,
412 Fader * self,
422 Fader * self,
446 Fader * self,
491 Fader * self,
508 Fader * src,
[all …]
/dports/audio/lmms/lmms-1.2.2/src/gui/widgets/
H A DFader.cpp61 TextFloat * Fader::s_textFloat = NULL;
62 QPixmap * Fader::s_back = NULL;
63 QPixmap * Fader::s_leds = NULL;
64 QPixmap * Fader::s_knob = NULL;
66 Fader::Fader( FloatModel * _model, const QString & _name, QWidget * _parent ) : in Fader() function in Fader
137 Fader::~Fader() in ~Fader()
322 void Fader::setPeak_L( float fPeak ) in setPeak_L()
329 void Fader::setPeak_R( float fPeak ) in setPeak_R()
337 void Fader::updateTextFloat() in updateTextFloat()
472 QColor const & Fader::peakGreen() const in peakGreen()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/widgets/
H A DFader.cpp45 Fader::Fader(QWidget *parent, bool withoutKnob) :
84 Fader::~Fader()
175 Fader::wheelEvent(QWheelEvent *ev)
192 Fader::enterEvent(QEvent *)
198 Fader::leaveEvent(QEvent *)
204 Fader::setValue(float v)
235 Fader::getValue()
243 Fader::setPeakLeft(float peak)
253 Fader::setPeakRight(float peak)
263 Fader::paintEvent(QPaintEvent *)
[all …]
/dports/emulators/mednafen/mednafen/src/pce_fast/
H A Dpcecd.cpp111 static FADE_t Fader; variable
189 if(Fader.Clocked && next_event > Fader.CycleCounter) in CalcNextEvent()
373 Fader.Command = 0x00; in PCECD_Power()
374 Fader.Volume = 0; in PCECD_Power()
376 Fader.CountValue = 0; in PCECD_Power()
496 if(Fader.Clocked) in Fader_Run()
501 if(Fader.Volume) in Fader_Run()
502 Fader.Volume--; in Fader_Run()
506 Fader.CycleCounter += Fader.CountValue; in Fader_Run()
732 Fader.CycleCounter = Fader.CountValue; in PCECD_Write()
[all …]
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/mednafen/pce_fast/
H A Dpcecd.cpp111 static FADE_t Fader; variable
158 if(Fader.Clocked && next_event > Fader.CycleCounter) in CalcNextEvent()
333 Fader.Command = 0x00; in PCECD_Power()
334 Fader.Volume = 0; in PCECD_Power()
335 Fader.CycleCounter = 0; in PCECD_Power()
336 Fader.CountValue = 0; in PCECD_Power()
337 Fader.Clocked = FALSE; in PCECD_Power()
452 if(Fader.Clocked) in Fader_Run()
457 if(Fader.Volume) in Fader_Run()
462 Fader.CycleCounter += Fader.CountValue; in Fader_Run()
[all …]
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/mednafen/pce_fast/
H A Dpcecd.cpp109 static FADE_t Fader; variable
179 if(Fader.Clocked && next_event > Fader.CycleCounter) in CalcNextEvent()
358 Fader.Command = 0x00; in PCECD_Power()
359 Fader.Volume = 0; in PCECD_Power()
361 Fader.CountValue = 0; in PCECD_Power()
481 if(Fader.Clocked) in Fader_Run()
486 if(Fader.Volume) in Fader_Run()
487 Fader.Volume--; in Fader_Run()
491 Fader.CycleCounter += Fader.CountValue; in Fader_Run()
717 Fader.CycleCounter = Fader.CountValue; in PCECD_Write()
[all …]
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/pce/
H A Dpcecd.cpp168 static FADE_t Fader; variable
216 if(Fader.Clocked && next_event > Fader.CycleCounter) in CalcNextEvent()
495 Fader.Command = 0x00; in PCECD_Power()
496 Fader.Volume = 0; in PCECD_Power()
633 if(Fader.Clocked) in Fader_Run()
638 if(Fader.Volume) in Fader_Run()
639 Fader.Volume--; in Fader_Run()
643 Fader.CycleCounter += Fader.CountValue; in Fader_Run()
837 Fader.Command = V; in PCECD_Write()
852 Fader.CycleCounter = Fader.CountValue; in PCECD_Write()
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dfader.c116 Fader * in export_audio()
124 Fader * self = object_new (Fader); in export_audio()
363 Fader *
572 Fader * self = (Fader *) _fader;
625 Fader * self = (Fader *) _self; in export_settings_default()
640 Fader * self = (Fader *) _self;
729 Fader * fader = (Fader *) self; in exporter_generic_export_thread()
740 Fader * fader = (Fader *) obj; in export_settings_free_members()
883 Fader * src,
1306 Fader *
[all …]
/dports/emulators/mednafen/mednafen/src/pce/
H A Dpcecd.cpp173 static FADE_t Fader; variable
221 if(Fader.Clocked && next_event > Fader.CycleCounter) in CalcNextEvent()
510 Fader.Command = 0x00; in PCECD_Power()
511 Fader.Volume = 0; in PCECD_Power()
645 if(Fader.Clocked) in Fader_Run()
650 if(Fader.Volume) in Fader_Run()
651 Fader.Volume--; in Fader_Run()
655 Fader.CycleCounter += Fader.CountValue; in Fader_Run()
862 Fader.Command = V; in PCECD_Write()
881 Fader.CycleCounter = Fader.CountValue; in PCECD_Write()
[all …]
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/widgets/
H A DFader.cpp53 Fader::Fader(AudioLevel::FaderType type, in Fader() function in Rosegarden::Fader
90 Fader::Fader(int min, int max, int deflt, in Fader() function in Rosegarden::Fader
123 Fader::Fader(int min, int max, int deflt, in Fader() function in Rosegarden::Fader
150 Fader::~Fader() in ~Fader()
161 Fader::groovePixmap() in groovePixmap()
176 Fader::buttonPixmap() in buttonPixmap()
186 Fader::getFaderLevel() const in getFaderLevel()
192 Fader::setFader(float value) in setFader()
439 Fader::enterEvent(QEvent *) in enterEvent()
446 Fader::showFloatText() in showFloatText()
[all …]
H A DFader.h38 class Fader : public QWidget
47 Fader(AudioLevel::FaderType,
54 Fader(int min, int max, int deflt,
61 Fader(int min, int max, int deflt,
64 ~Fader() override;
/dports/graphics/blender/blender-2.91.0/extern/audaspace/include/fx/
H A DFader.h35 class AUD_API Fader : public Effect
54 Fader(const Fader&) = delete;
55 Fader& operator=(const Fader&) = delete;
65 Fader(std::shared_ptr<ISound> sound,
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderMain/
H A DOGL_Faders.cpp115 OGL_Fader& Fader = FaderQueue[f]; in OGL_DoFades() local
117 switch(Fader.Type) in OGL_DoFades()
124 glColor4fv(Fader.Color); in OGL_DoFades()
134 FlatStaticColor[3] = PIN(int(65535*Fader.Color[3]+0.5),0,65535); in OGL_DoFades()
145 MultAlpha(Fader.Color,BlendColor); in OGL_DoFades()
160 MultAlpha(Fader.Color,BlendColor); in OGL_DoFades()
169 ComplementColor(Fader.Color,BlendColor); in OGL_DoFades()
184 MultAlpha(Fader.Color,BlendColor); in OGL_DoFades()
188 ComplementColor(Fader.Color,BlendColor); in OGL_DoFades()
200 MultAlpha(Fader.Color,BlendColor); in OGL_DoFades()
/dports/graphics/blender/blender-2.91.0/extern/audaspace/src/fx/
H A DFader.cpp21 Fader::Fader(std::shared_ptr<ISound> sound, FadeType type, double start, double length) : in Fader() function in Fader
29 FadeType Fader::getType() const in getType()
34 double Fader::getStart() const in getStart()
39 double Fader::getLength() const in getLength()
44 std::shared_ptr<IReader> Fader::createReader() in createReader()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/
H A Dfader.cpp33 Fader::Fader() { in Fader() function in Pegasus::Fader
38 void Fader::setFaderValue(const int32 newValue) { in setFaderValue()
42 bool Fader::initFaderMove(const FaderMoveSpec &spec) { in initFaderMove()
78 void Fader::startFader(const FaderMoveSpec &spec) { in startFader()
88 void Fader::startFaderSync(const FaderMoveSpec &spec) { in startFaderSync()
109 void Fader::loopFader(const FaderMoveSpec &spec) { in loopFader()
119 void Fader::stopFader() { in stopFader()
123 void Fader::pauseFader() { in pauseFader()
127 void Fader::continueFader() { in continueFader()
132 void Fader::timeChanged(const TimeValue newTime) { in timeChanged()
[all …]
H A Dfader.h34 class Fader; variable
37 friend class Fader; variable
74 class Fader : public IdlerTimeBase {
76 Fader();
77 virtual ~Fader() {} in ~Fader()
100 class FaderAnimation : public DisplayElement, public Fader {
110 class SoundFader : public Fader {
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/
H A Dfader.cpp33 Fader::Fader() { in Fader() function in Pegasus::Fader
38 void Fader::setFaderValue(const int32 newValue) { in setFaderValue()
42 bool Fader::initFaderMove(const FaderMoveSpec &spec) { in initFaderMove()
78 void Fader::startFader(const FaderMoveSpec &spec) { in startFader()
88 void Fader::startFaderSync(const FaderMoveSpec &spec) { in startFaderSync()
109 void Fader::loopFader(const FaderMoveSpec &spec) { in loopFader()
119 void Fader::stopFader() { in stopFader()
123 void Fader::pauseFader() { in pauseFader()
127 void Fader::continueFader() { in continueFader()
132 void Fader::timeChanged(const TimeValue newTime) { in timeChanged()
[all …]
H A Dfader.h34 class Fader; variable
37 friend class Fader; variable
74 class Fader : public IdlerTimeBase {
76 Fader();
77 ~Fader() override {} in ~Fader()
100 class FaderAnimation : public DisplayElement, public Fader {
110 class SoundFader : public Fader {
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4MessageBoard.cpp40 Fader = 0; in C4MessageBoard()
79 if (Fader > 0) in Execute()
80 Fader = std::max(Fader - Speed, 0); in Execute()
82 if (Fader <= 0) in Execute()
99 Fader = iLineHgt; in Execute()
119 Fader = 0; in Init()
165 int iMsgY = cgo.Y + cgo.Hgt + iMsg * iLineHgt + Fader; in Draw()
176 …float fade = std::max(ScreenFader, 0.0f) + ((iMsg + 2.0f + float(Fader) / iLineHgt) / std::min(2-i… in Draw()
248 Delay=-1; Fader=0; in ControlScrollUp()
255 Delay=-1; Fader=0; in ControlScrollDown()
/dports/audio/lmms/lmms-1.2.2/plugins/CrossoverEQ/
H A DCrossoverEQControlDialog.cpp71 Fader * gain1 = new Fader( &controls->m_gain1, "Band 1 Gain", this, in CrossoverEQControlDialog()
77 Fader * gain2 = new Fader( &controls->m_gain2, "Band 2 Gain", this, in CrossoverEQControlDialog()
83 Fader * gain3 = new Fader( &controls->m_gain3, "Band 3 Gain", this, in CrossoverEQControlDialog()
89 Fader * gain4 = new Fader( &controls->m_gain4, "Band 4 Gain", this, in CrossoverEQControlDialog()
/dports/games/cosmosmash/cosmosmash-1.4.8/src/roundbeetle/
H A DFader.h30 class Fader : public SampleSource
46 Fader(SampleSource *_src, float _targetLinVol, float _durationInSeconds, FadeType _fadeType) in Fader() function
68 virtual ~Fader() in ~Fader()
130 Fader(const Fader &);
131 Fader &operator = (const Fader &);
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/Widgets/
H A DFader.cpp37 Fader::Fader( QWidget *pParent, bool bUseIntSteps, bool bWithoutKnob) in Fader() function in Fader
82 Fader::~Fader() in ~Fader()
160 void Fader::setValue( float fVal ) in setValue()
184 float Fader::getValue() in getValue()
211 void Fader::resetValueToDefault() in resetValueToDefault()
221 void Fader::setPeak_L( float fPeak ) in setPeak_L()
242 void Fader::setPeak_R( float fPeak ) in setPeak_R()
303 void Fader::setMinValue( float fMin ) in setMinValue()
311 void Fader::setMaxValue( float fMax ) in setMaxValue()
318 void Fader::setMaxPeak( float fMax ) in setMaxPeak()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/us2400/
H A Dfader.cc35 Fader::factory (Surface& surface, int id, const char* name, Group& group) in factory()
37 Fader* f = new Fader (id, name, group); in factory()
46 Fader::set_position (float normalized) in set_position()
53 Fader::update_message () in update_message()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/mackie/
H A Dfader.cc36 Fader::factory (Surface& surface, int id, const char* name, Group& group) in factory()
38 Fader* f = new Fader (id, name, group); in factory()
47 Fader::set_position (float normalized) in set_position()
54 Fader::update_message () in update_message()
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/ui/
H A Dfabla2_ui.hxx22 class Fader;
84 Avtk::Fader* masterVolume;
85 Avtk::Fader* masterAuxFader1;
86 Avtk::Fader* masterAuxFader2;
87 Avtk::Fader* masterAuxFader3;
88 Avtk::Fader* masterAuxFader4;
136 Avtk::Fader* padVolume;
162 Avtk::Fader* padFaders[16];
167 Avtk::Fader* auxFaders[4];

12345678910>>...21