I wonder how the reported DSP usage values were defined for each effect?
I understand that the dsp field values are hard-coded in the js/effectslist.js, the reported usage percentage is then calculated as 100/dsp %.
|
0x40200002:{name:"ZNR",group:"COMP",order:105,install:0,ver:0x0111,title:"ZOOM's unique noise reduction", |
|
dsp:17.4545,dspmax:1/12,dspmin:1/30, |
Is this dsp value (17.4545: 5.73%) taken from the corresponding ZDL file (ZNR.ZDL in this case)? Or this is some experimental value derived somehow (how)?
I saw similar percentage values in the Zoom Multistomp Effects List spreadsheet (as referenced on reddit /r/zoommultistomp/wiki) described as approximate values related to DSP Power Consumption, but, again, no explanation as to how they were derived.
I wonder how the reported DSP usage values were defined for each effect?
I understand that the
dspfield values are hard-coded in thejs/effectslist.js, the reported usage percentage is then calculated as100/dsp %.zoom-ms-utility/js/effectslist.js
Lines 615 to 616 in 5bf930c
Is this
dspvalue (17.4545: 5.73%) taken from the corresponding ZDL file (ZNR.ZDLin this case)? Or this is some experimental value derived somehow (how)?I saw similar percentage values in the
Zoom Multistomp Effects Listspreadsheet (as referenced on reddit/r/zoommultistomp/wiki) described as approximate values related to DSP Power Consumption, but, again, no explanation as to how they were derived.