Home
last modified time | relevance | path

Searched refs:HiShelf (Results 1 – 9 of 9) sorted by relevance

/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BhobUGens/sc/help/
H A DEQ.rtf22 \cf2 // HiShelf\cf0 \
29 filter = \cf3 HiShelf\cf0 .ar(dry, ffreq, boostcut.dbamp);\
H A DREADME.rtf22 HiShelf\
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BhobUGens/sc/classes/
H A DEQ.sc23 ^Mix([HiShelf.ar(in, 10000, tone), LoShelf.ar(in, 100, tone.reciprocal)])
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BhobUGens/sc/HelpSource/Guides/
H A DEQExamples.schelp25 // HiShelf
/dports/audio/padthv1-lv2/padthv1-padthv1_0_9_23/src/
H A Dpadthv1_fx.h47 Low = 0, High, Band1, Band2, Notch, AllPass, Peak, LoShelf, HiShelf in conditional_stack_create()
95 case HiShelf: in conditional_stack_create()
252 m_hi.reset(padthv1_fx_filter::HiShelf, 10000.0f, 1.0f, 4.0f);
/dports/audio/samplv1-lv2/samplv1-samplv1_0_9_23/src/
H A Dsamplv1_fx.h47 Low = 0, High, Band1, Band2, Notch, AllPass, Peak, LoShelf, HiShelf enumerator
95 case HiShelf:
252 m_hi.reset(samplv1_fx_filter::HiShelf, 10000.0f, 1.0f, 4.0f); in reset()
/dports/audio/synthv1-lv2/synthv1-synthv1_0_9_23/src/
H A Dsynthv1_fx.h47 Low = 0, High, Band1, Band2, Notch, AllPass, Peak, LoShelf, HiShelf enumerator
95 case HiShelf:
252 m_hi.reset(synthv1_fx_filter::HiShelf, 10000.0f, 1.0f, 4.0f); in reset()
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/examples/tutorial/
H A DdspOpsExample.cpp139 …auto vHiCoeffs = HiShelf::vcoeffs({{0.25f, 1.f, 1.f}}, {{0.3f, 1.f, 2.f}}); // why two sets of bra… in main()
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/source/DSP/
H A DMLDSPFilters.h259 class HiShelf