Home
last modified time | relevance | path

Searched refs:hideBipolarLFOs (Results 1 – 4 of 4) sorted by relevance

/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DFXLFOParamValue.cpp48 …Title,const double maxAmp,const string freqUnits,const double maxFreq,const bool hideBipolarLFOs) : in FXIMPLEMENT()
112 if(!hideBipolarLFOs || !gLFORegistry.isBipolar(t)) in FXIMPLEMENT()
H A DFXLFOParamValue.h38 …pTitle,const double maxAmp,const string freqUnits,const double maxFreq,const bool hideBipolarLFOs);
H A DCActionParamDialog.h83 …pTitle,const double maxAmp,const string freqUnits,const double maxFreq,const bool hideBipolarLFOs);
H A DCActionParamDialog.cpp294 …mpTitle,const double maxAmp,const string freqUnits,const double maxFreq,const bool hideBipolarLFOs) in addLFO() argument
298 …alue((FXPacker *)parent,0,name.c_str(),ampUnits,ampTitle,maxAmp,freqUnits,maxFreq,hideBipolarLFOs); in addLFO()