UP   PREV   NEXT (echocode)

We adjust the gain (volume) using multiplication.

 
int a_mathops::momod_dc::run(int din)
{
  return din * (w->pram0)/100;
}