as a coefficient for level attenuation Send level to delay: EffSendLevelL / R ・ Direct signal level: DrctLevelL / R -Return level from delay: EffRtnLevelL / R Delay signal feedback level: FbL / R
Define Level attenuation is defined in percent notation assuming that a level resolution of about 1% is sufficient. For the definition format, refer to the “DSP Assembler User's Manual” text. The definition description on the dAsms source code is as follows. The initial value is an example.
----------------------------------------------------- EffSendLevelL=%100 EffSendLevelR=%100 DrctLevelL=%50 DrctLevelR=%50 EffRtnLevelL=%75 EffRtnLevelR=%75 FbL=%50 FbR=%50 -----------------------------------------------------
C0L/R C1L/R C2L/R
Define Assuming that the filter coefficient is given as a value normalized to 1, the definition is made in decimal notation. Considering an appropriate cutoff frequency, the definition description on the dAsms source code is as follows.
C0L=0.40893 C0R=0.40893 C1L=0.40893 C1R=0.40893 C2L=0.18164 C2R=0.18164