Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/synti/deicsonze/
H A Ddeicsonzepreset.cpp310 function.atPitch=0; in initPreset()
386 function.atPitch=p->function.atPitch; in merge()
897 function.atPitch=functionEl.text().toInt(); in readPreset()
1078 xml->tag(ATPITCHSTR, function.atPitch); in writePreset()
H A Ddeicsonzepreset.h441 unsigned char atPitch;//0 to 99 member
H A Ddeicsonzegui.cpp4469 updateAtPitch(p->function.atPitch); in updatePreset()
H A Ddeicsonze.cpp3404 _preset[ch]->function.atPitch=val; in setController()