Home
last modified time | relevance | path

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

/dports/audio/polyphone/polyphone-75a5e88/sources/editor/
H A Dpagetable.cpp503 … AttributeValue genAmount2 = Attribute::fromString(champ2, _typePage == PAGE_PRST, texte, ok); in setOffset() local
504 int iVal = limit(32768 * genAmount2.shValue + genAmount.shValue, champ1, id); in setOffset()
505 genAmount2.shValue = static_cast<qint16>(iVal / 32768); in setOffset()
508 genAmount2.shValue != _sf2->get(id, champ2).shValue) in setOffset()
513 _sf2->set(id, champ2, genAmount2); in setOffset()
517 …le->item(ligne, colonne)->setText(QString::number(genAmount.shValue + 32768 * genAmount2.shValue)); in setOffset()