Home
last modified time | relevance | path

Searched refs:vu_type (Results 1 – 5 of 5) sorted by relevance

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/effect/
H A DEffect.h43 virtual int vu_type(int id) { return 0; }; in vu_type() function
H A DConditionerEffect.h46 virtual int vu_type(int id) override;
H A DConditionerEffect.cpp166 int ConditionerEffect::vu_type(int id) in init_ctrltypes()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Duvideo.c122 uint8_t vu_type; member
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DSurgeGUIEditor.cpp1446 int t = synth->fx[current_fx]->vu_type(i); in openOrRecreateEditor()