Searched refs:gLFORegistry (Results 1 – 6 of 6) sorted by relevance
110 for(size_t t=0;t<gLFORegistry.getCount();t++) in FXIMPLEMENT()112 if(!hideBipolarLFOs || !gLFORegistry.isBipolar(t)) in FXIMPLEMENT()114 …LFOTypeComboBox->appendItem(gettext(gLFORegistry.getName(t).c_str()),FOXIcons->getByName(gLFORegis… in FXIMPLEMENT()213 const size_t LFOIndex=gLFORegistry.getIndexByName(LFOName); in readFromFile()239 …f->setValue<string>(key DOT "name", gLFORegistry.getName((size_t)LFOTypeComboBox->getItemData(LFOT… in writeToFile()
126 extern const CLFORegistry gLFORegistry;
469 const CLFORegistry gLFORegistry; variable
48 auto_ptr<ALFO> LFO(gLFORegistry.createLFO(LFODescription,actionSound->sound->getSampleRate())); in doActionSizeSafe()
74 auto_ptr<ALFO> LFO(gLFORegistry.createLFO(flangeLFO,actionSound->sound->getSampleRate()));
87 … auto_ptr<ALFO> sweepLFO(gLFORegistry.createLFO(sweepLFODesc,actionSound->sound->getSampleRate())); in doActionSizeSafe()