Changes between Initial Version and Version 1 of Ticket #8270, comment 13
- Timestamp:
- Aug 28, 2012, 10:09:12 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8270, comment 13
initial v1 24 24 using 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. 25 25 26 EDIT: 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. 30 So this mixer thingy is one hell of an odd beast. 31 26 32 ==== 27 33