Lines Matching refs:__MIXGetVolume
373 u16 __MIXGetVolume(int db_) in __MIXGetVolume() function
522 c->v = __MIXGetVolume(input); in MIXInitChannel()
531 c->vL = __MIXGetVolume(c->fader + c->f); in MIXInitChannel()
532 c->vR = __MIXGetVolume(c->fader + c->f); in MIXInitChannel()
533 c->vS = __MIXGetVolume(c->fader + c->b - 30); // -3dB for S in MIXInitChannel()
538 c->vAL = __MIXGetVolume(c->auxA + c->f); in MIXInitChannel()
539 c->vAR = __MIXGetVolume(c->auxA + c->f); in MIXInitChannel()
540 c->vAS = __MIXGetVolume(c->auxA + c->b - 30); in MIXInitChannel()
545 c->vAL = __MIXGetVolume(c->fader + c->auxA + c->f); in MIXInitChannel()
546 c->vAR = __MIXGetVolume(c->fader + c->auxA + c->f); in MIXInitChannel()
547 c->vAS = __MIXGetVolume(c->fader + c->auxA + c->b - 30); in MIXInitChannel()
553 c->vBL = __MIXGetVolume(c->auxB + c->f); in MIXInitChannel()
554 c->vBR = __MIXGetVolume(c->auxB + c->f); in MIXInitChannel()
555 c->vBS = __MIXGetVolume(c->auxB + c->b - 30); in MIXInitChannel()
560 c->vBL = __MIXGetVolume(c->fader + c->auxB + c->f); in MIXInitChannel()
561 c->vBR = __MIXGetVolume(c->fader + c->auxB + c->f); in MIXInitChannel()
562 c->vBS = __MIXGetVolume(c->fader + c->auxB + c->b - 30); in MIXInitChannel()
568 c->vCL = __MIXGetVolume(c->auxC + c->f); in MIXInitChannel()
569 c->vCR = __MIXGetVolume(c->auxC + c->f); in MIXInitChannel()
570 c->vCS = __MIXGetVolume(c->auxC + c->b - 30); in MIXInitChannel()
575 c->vCL = __MIXGetVolume(c->fader + c->auxC + c->f); in MIXInitChannel()
576 c->vCR = __MIXGetVolume(c->fader + c->auxC + c->f); in MIXInitChannel()
577 c->vCS = __MIXGetVolume(c->fader + c->auxC + c->b - 30); in MIXInitChannel()
586 c->vL = __MIXGetVolume(c->fader + c->l + c->f); in MIXInitChannel()
587 c->vR = __MIXGetVolume(c->fader + c->r + c->f); in MIXInitChannel()
588 c->vS = __MIXGetVolume(c->fader + c->b - 30); // -3dB for S in MIXInitChannel()
593 c->vAL = __MIXGetVolume(c->auxA + c->l + c->f); in MIXInitChannel()
594 c->vAR = __MIXGetVolume(c->auxA + c->r + c->f); in MIXInitChannel()
595 c->vAS = __MIXGetVolume(c->auxA + c->b - 30); in MIXInitChannel()
600 c->vAL = __MIXGetVolume(c->fader + c->auxA + c->l + c->f); in MIXInitChannel()
601 c->vAR = __MIXGetVolume(c->fader + c->auxA + c->r + c->f); in MIXInitChannel()
602 c->vAS = __MIXGetVolume(c->fader + c->auxA + c->b - 30); in MIXInitChannel()
608 c->vBL = __MIXGetVolume(c->auxB + c->l + c->f); in MIXInitChannel()
609 c->vBR = __MIXGetVolume(c->auxB + c->r + c->f); in MIXInitChannel()
610 c->vBS = __MIXGetVolume(c->auxB + c->b - 30); in MIXInitChannel()
615 c->vBL = __MIXGetVolume(c->fader + c->auxB + c->l + c->f); in MIXInitChannel()
616 c->vBR = __MIXGetVolume(c->fader + c->auxB + c->r + c->f); in MIXInitChannel()
617 c->vBS = __MIXGetVolume(c->fader + c->auxB + c->b - 30); in MIXInitChannel()
623 c->vCL = __MIXGetVolume(c->auxC + c->l + c->f); in MIXInitChannel()
624 c->vCR = __MIXGetVolume(c->auxC + c->r + c->f); in MIXInitChannel()
625 c->vCS = __MIXGetVolume(c->auxC + c->b - 30); in MIXInitChannel()
630 c->vCL = __MIXGetVolume(c->fader + c->auxC + c->l + c->f); in MIXInitChannel()
631 c->vCR = __MIXGetVolume(c->fader + c->auxC + c->r + c->f); in MIXInitChannel()
632 c->vCS = __MIXGetVolume(c->fader + c->auxC + c->b - 30); in MIXInitChannel()
640 c->vL = __MIXGetVolume(c->fader + c->l + c->f); in MIXInitChannel()
641 c->vR = __MIXGetVolume(c->fader + c->r + c->f); in MIXInitChannel()
642 c->vS = __MIXGetVolume(c->fader + c->l1 + c->b); in MIXInitChannel()
643 c->vCL = __MIXGetVolume(c->fader + c->r1 + c->b); in MIXInitChannel()
648 c->vAL = __MIXGetVolume(c->auxA + c->l + c->f); in MIXInitChannel()
649 c->vAR = __MIXGetVolume(c->auxA + c->r + c->f); in MIXInitChannel()
650 c->vAS = __MIXGetVolume(c->auxA + c->l1 + c->b); in MIXInitChannel()
651 c->vCR = __MIXGetVolume(c->auxA + c->r1 + c->b); in MIXInitChannel()
656 c->vAL = __MIXGetVolume(c->fader + c->auxA + c->l + c->f); in MIXInitChannel()
657 c->vAR = __MIXGetVolume(c->fader + c->auxA + c->r + c->f); in MIXInitChannel()
658 c->vAS = __MIXGetVolume(c->fader + c->auxA + c->l1 + c->b); in MIXInitChannel()
659 c->vCR = __MIXGetVolume(c->fader + c->auxA + c->r1 + c->b); in MIXInitChannel()
665 c->vBL = __MIXGetVolume(c->auxB + c->l + c->f); in MIXInitChannel()
666 c->vBR = __MIXGetVolume(c->auxB + c->r + c->f); in MIXInitChannel()
667 c->vBS = __MIXGetVolume(c->auxB + c->l1 + c->b); in MIXInitChannel()
668 c->vCS = __MIXGetVolume(c->auxB + c->r1 + c->b); in MIXInitChannel()
673 c->vBL = __MIXGetVolume(c->fader + c->auxB + c->l + c->f); in MIXInitChannel()
674 c->vBR = __MIXGetVolume(c->fader + c->auxB + c->r + c->f); in MIXInitChannel()
675 c->vBS = __MIXGetVolume(c->fader + c->auxB + c->l1 + c->b); in MIXInitChannel()
676 c->vCS = __MIXGetVolume(c->fader + c->auxB + c->r1 + c->b); in MIXInitChannel()
1432 c->v1 = __MIXGetVolume(c->input); in MIXUpdateSettings()
1473 c->vL1 = __MIXGetVolume(c->fader + c->f); in MIXUpdateSettings()
1474 c->vR1 = __MIXGetVolume(c->fader + c->f); in MIXUpdateSettings()
1475 c->vS1 = __MIXGetVolume(c->fader + c->b - 30); // -3dB for S in MIXUpdateSettings()
1480 c->vAL1 = __MIXGetVolume(c->auxA + c->f); in MIXUpdateSettings()
1481 c->vAR1 = __MIXGetVolume(c->auxA + c->f); in MIXUpdateSettings()
1482 c->vAS1 = __MIXGetVolume(c->auxA + c->b - 30); in MIXUpdateSettings()
1487 c->vAL1 = __MIXGetVolume(c->fader + c->auxA + c->f); in MIXUpdateSettings()
1488 c->vAR1 = __MIXGetVolume(c->fader + c->auxA + c->f); in MIXUpdateSettings()
1489 c->vAS1 = __MIXGetVolume(c->fader + c->auxA + c->b - 30); in MIXUpdateSettings()
1495 c->vBL1 = __MIXGetVolume(c->auxB + c->f); in MIXUpdateSettings()
1496 c->vBR1 = __MIXGetVolume(c->auxB + c->f); in MIXUpdateSettings()
1497 c->vBS1 = __MIXGetVolume(c->auxB + c->b - 30); in MIXUpdateSettings()
1502 c->vBL1 = __MIXGetVolume(c->fader + c->auxB + c->f); in MIXUpdateSettings()
1503 c->vBR1 = __MIXGetVolume(c->fader + c->auxB + c->f); in MIXUpdateSettings()
1504 c->vBS1 = __MIXGetVolume(c->fader + c->auxB + c->b - 30); in MIXUpdateSettings()
1510 c->vCL1 = __MIXGetVolume(c->auxC + c->f); in MIXUpdateSettings()
1511 c->vCR1 = __MIXGetVolume(c->auxC + c->f); in MIXUpdateSettings()
1512 c->vCS1 = __MIXGetVolume(c->auxC + c->b - 30); in MIXUpdateSettings()
1517 c->vCL1 = __MIXGetVolume(c->fader + c->auxC + c->f); in MIXUpdateSettings()
1518 c->vCR1 = __MIXGetVolume(c->fader + c->auxC + c->f); in MIXUpdateSettings()
1519 c->vCS1 = __MIXGetVolume(c->fader + c->auxC + c->b - 30); in MIXUpdateSettings()
1528 c->vL1 = __MIXGetVolume(c->fader + c->l + c->f); in MIXUpdateSettings()
1529 c->vR1 = __MIXGetVolume(c->fader + c->r + c->f); in MIXUpdateSettings()
1530 c->vS1 = __MIXGetVolume(c->fader + c->b - 30); // -3dB for S in MIXUpdateSettings()
1535 c->vAL1 = __MIXGetVolume(c->auxA + c->l + c->f); in MIXUpdateSettings()
1536 c->vAR1 = __MIXGetVolume(c->auxA + c->r + c->f); in MIXUpdateSettings()
1537 c->vAS1 = __MIXGetVolume(c->auxA + c->b - 30); in MIXUpdateSettings()
1542 c->vAL1 = __MIXGetVolume(c->fader + c->auxA + c->l + c->f); in MIXUpdateSettings()
1543 c->vAR1 = __MIXGetVolume(c->fader + c->auxA + c->r + c->f); in MIXUpdateSettings()
1544 c->vAS1 = __MIXGetVolume(c->fader + c->auxA + c->b - 30); in MIXUpdateSettings()
1550 c->vBL1 = __MIXGetVolume(c->auxB + c->l + c->f); in MIXUpdateSettings()
1551 c->vBR1 = __MIXGetVolume(c->auxB + c->r + c->f); in MIXUpdateSettings()
1552 c->vBS1 = __MIXGetVolume(c->auxB + c->b - 30); in MIXUpdateSettings()
1557 c->vBL1 = __MIXGetVolume(c->fader + c->auxB + c->l + c->f); in MIXUpdateSettings()
1558 c->vBR1 = __MIXGetVolume(c->fader + c->auxB + c->r + c->f); in MIXUpdateSettings()
1559 c->vBS1 = __MIXGetVolume(c->fader + c->auxB + c->b - 30); in MIXUpdateSettings()
1565 c->vCL1 = __MIXGetVolume(c->auxC + c->l + c->f); in MIXUpdateSettings()
1566 c->vCR1 = __MIXGetVolume(c->auxC + c->r + c->f); in MIXUpdateSettings()
1567 c->vCS1 = __MIXGetVolume(c->auxC + c->b - 30); in MIXUpdateSettings()
1572 c->vCL1 = __MIXGetVolume(c->fader + c->auxC + c->l + c->f); in MIXUpdateSettings()
1573 c->vCR1 = __MIXGetVolume(c->fader + c->auxC + c->r + c->f); in MIXUpdateSettings()
1574 c->vCS1 = __MIXGetVolume(c->fader + c->auxC + c->b - 30); in MIXUpdateSettings()
1582 c->vL1 = __MIXGetVolume(c->fader + c->l + c->f); in MIXUpdateSettings()
1583 c->vR1 = __MIXGetVolume(c->fader + c->r + c->f); in MIXUpdateSettings()
1584 c->vS1 = __MIXGetVolume(c->fader + c->l1 + c->b); in MIXUpdateSettings()
1585 c->vCL1 = __MIXGetVolume(c->fader + c->r1 + c->b); in MIXUpdateSettings()
1590 c->vAL1 = __MIXGetVolume(c->auxA + c->l + c->f); in MIXUpdateSettings()
1591 c->vAR1 = __MIXGetVolume(c->auxA + c->r + c->f); in MIXUpdateSettings()
1592 c->vAS1 = __MIXGetVolume(c->auxA + c->l1 + c->b); in MIXUpdateSettings()
1593 c->vCR1 = __MIXGetVolume(c->auxA + c->r1 + c->b); in MIXUpdateSettings()
1598 c->vAL1 = __MIXGetVolume(c->fader + c->auxA + c->l + c->f); in MIXUpdateSettings()
1599 c->vAR1 = __MIXGetVolume(c->fader + c->auxA + c->r + c->f); in MIXUpdateSettings()
1600 c->vAS1 = __MIXGetVolume(c->fader + c->auxA + c->l1 + c->b); in MIXUpdateSettings()
1601 c->vCR1 = __MIXGetVolume(c->fader + c->auxA + c->r1 + c->b); in MIXUpdateSettings()
1607 c->vBL1 = __MIXGetVolume(c->auxB + c->l + c->f); in MIXUpdateSettings()
1608 c->vBR1 = __MIXGetVolume(c->auxB + c->r + c->f); in MIXUpdateSettings()
1609 c->vBS1 = __MIXGetVolume(c->auxB + c->l1 + c->b); in MIXUpdateSettings()
1610 c->vCS1 = __MIXGetVolume(c->auxB + c->r1 + c->b); in MIXUpdateSettings()
1615 c->vBL1 = __MIXGetVolume(c->fader + c->auxB + c->l + c->f); in MIXUpdateSettings()
1616 c->vBR1 = __MIXGetVolume(c->fader + c->auxB + c->r + c->f); in MIXUpdateSettings()
1617 c->vBS1 = __MIXGetVolume(c->fader + c->auxB + c->l1 + c->b); in MIXUpdateSettings()
1618 c->vCS1 = __MIXGetVolume(c->fader + c->auxB + c->r1 + c->b); in MIXUpdateSettings()