Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/synti/deicsonze/
H A Ddeicsonzepreset.cpp208 lfo.pModDepth=0; in initPreset()
333 lfo.pModDepth=p->lfo.pModDepth; in merge()
704 lfo.pModDepth=lfoEl.text().toInt(); in readPreset()
954 xml->tag(PMODDEPTHSTR, lfo.pModDepth); in writePreset()
1113 lfo.speed, lfo.delay, lfo.pModDepth, lfo.aModDepth); in printPreset()
H A Ddeicsonzepreset.h323 unsigned char pModDepth; //0 to 99 member
H A Ddeicsonze.cpp970 ((double)_preset[c]->lfo.pModDepth + in setLfo()
972 * ((double)(MAXPMODDEPTH - _preset[c]->lfo.pModDepth)) in setLfo()
1395 presetTemp->lfo.pModDepth=v; in loadSutulaPresets()
3246 _preset[ch]->lfo.pModDepth=val; in setController()
H A Ddeicsonzegui.cpp4441 updatePMODDEPTH(p->lfo.pModDepth); in updatePreset()