-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
7
-
generic
-
os_x
http://java.net/jira/browse/MACOSX_PORT-751 submitted 2011/11/23 by Alex Menkov
PortMixer represents the following controls for output device:
Port Built-in Input: Apple Inc., Unknown Version, Port Mixer
..Port LINE_IN source port
....Controls<span class="error">[0]</span>: BooleanControl: Mute Control with current value: false
....Controls<span class="error">[1]</span>: CompoundControl: Volume Control containing Volume, and Volume Controls.
......MemberControls<span class="error">[0]</span>: FloatControl: Volume with current value: 1.0 (range: 0.0 - 1.0)
......MemberControls<span class="error">[1]</span>: FloatControl: Volume with current value: 1.0 (range: 0.0 - 1.0)
....Controls<span class="error">[2]</span>: CompoundControl: Mute Control containing Mute, and Mute Controls.
......MemberControls<span class="error">[0]</span>: BooleanControl: Mute Control with current value: false
......MemberControls<span class="error">[1]</span>: BooleanControl: Mute Control with current value: false
This is atypical representation
Corresponding to the Audio MIDI Setup controls the device should have:
..<span class="error">[0]</span> (BooleanControl): Mute (Master Mute)
..<span class="error">[1]</span> (CompoundControl): Channel 1 (or name of the channel is available) containing:
....<span class="error">[0]</span> (BooleanControl): Mute
....<span class="error">[1]</span> (FloatControl): Volume
..<span class="error">[2]</span> (CompoundControl): Channel 2 (or name of the channel is available) containing:
....<span class="error">[0]</span> (BooleanControl): Mute
....<span class="error">[1]</span> (FloatControl): Volume
Test app is attached
PortMixer represents the following controls for output device:
Port Built-in Input: Apple Inc., Unknown Version, Port Mixer
..Port LINE_IN source port
....Controls<span class="error">[0]</span>: BooleanControl: Mute Control with current value: false
....Controls<span class="error">[1]</span>: CompoundControl: Volume Control containing Volume, and Volume Controls.
......MemberControls<span class="error">[0]</span>: FloatControl: Volume with current value: 1.0 (range: 0.0 - 1.0)
......MemberControls<span class="error">[1]</span>: FloatControl: Volume with current value: 1.0 (range: 0.0 - 1.0)
....Controls<span class="error">[2]</span>: CompoundControl: Mute Control containing Mute, and Mute Controls.
......MemberControls<span class="error">[0]</span>: BooleanControl: Mute Control with current value: false
......MemberControls<span class="error">[1]</span>: BooleanControl: Mute Control with current value: false
This is atypical representation
Corresponding to the Audio MIDI Setup controls the device should have:
..<span class="error">[0]</span> (BooleanControl): Mute (Master Mute)
..<span class="error">[1]</span> (CompoundControl): Channel 1 (or name of the channel is available) containing:
....<span class="error">[0]</span> (BooleanControl): Mute
....<span class="error">[1]</span> (FloatControl): Volume
..<span class="error">[2]</span> (CompoundControl): Channel 2 (or name of the channel is available) containing:
....<span class="error">[0]</span> (BooleanControl): Mute
....<span class="error">[1]</span> (FloatControl): Volume
Test app is attached
- duplicates
-
JDK-7124224 [macosx] Port's controls are improperly ordered
-
- Closed
-