Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/synti/deicsonze/
H A Ddeicsonzepreset.cpp298 function.pBendRange=4; in initPreset()
374 function.pBendRange=p->function.pBendRange; in merge()
870 function.pBendRange=functionEl.text().toInt(); in readPreset()
1064 xml->tag(PBENDRANGESTR, function.pBendRange); in writePreset()
H A Ddeicsonzepreset.h428 unsigned char pBendRange;//0 to 12 member
H A Ddeicsonze.cpp1408 presetTemp->function.pBendRange=v; in loadSutulaPresets()
2019 exp(log(2)*((double)_preset[c]->function.pBendRange in setPitchBendCoef()
3316 _preset[ch]->function.pBendRange=val; in setController()
H A Ddeicsonzegui.cpp4447 updatePBENDRANGE(p->function.pBendRange); in updatePreset()