Changes between Initial Version and Version 1 of Ticket #8270, comment 13


Ignore:
Timestamp:
Aug 28, 2012, 10:09:12 PM (12 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8270, comment 13

    initial v1  
    2424using 0x80 anywhere, even on ANOTHER input than 0 (which corresponds to widget Speakers/16) will cancel out the sound on Speakers/16 (as well as on microphone-in IIRC) ! It's like we are setting a magic "be quiet" bit on the mixer or something.
    2525
     26EDIT: here's the 3 observations I made, in a more formal presentation...
     27- all inputs applied as in "baseline" code: my Speakers are completely silent.
     28- zero-out verb sending to Speakers (input 0): my Speakers work perfectly (despite the AMP_MUTE sent to another input down below).
     29- zero-out AMP_MUTE so that it's sent to ''none'' of the inputs: my Speakers are "quiet" (hardly audible), despite their own verb being sent normally.
     30So this mixer thingy is one hell of an odd beast.
     31
    2632 ====
    2733