diff options
author | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-15 14:45:34 +0000 |
---|---|---|
committer | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-15 14:45:34 +0000 |
commit | 226ecf542b83fdbe1fa78534dab30082c98603ce (patch) | |
tree | 0332ce309d3a30f5d332cbe0dcad422cb345dbab /Themes | |
parent | 73f3681047e8ae3ceeafab97c92578f341b7a9e9 (diff) | |
download | usdx-226ecf542b83fdbe1fa78534dab30082c98603ce.tar.gz usdx-226ecf542b83fdbe1fa78534dab30082c98603ce.tar.xz usdx-226ecf542b83fdbe1fa78534dab30082c98603ce.zip |
VoicePassthrough is now available at the options, turns playback from the microphone on/off
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1261 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Themes/Deluxe.ini | 33 |
1 files changed, 26 insertions, 7 deletions
diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index 5b39a87f..d17fa421 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -356,7 +356,6 @@ Y = 125 W = 320 H = 190 Reflections = 1 -Style=5 [SongEqualizer] Visible = 1 @@ -3336,12 +3335,32 @@ Size = 7 Align = 0 Text = SING_LEGEND_ESC +[OptionsSoundSelectVoicePassthrough] +Tex = MainBar +TexSBG = SelectBG +Text = SING_OPTIONS_SOUND_VOICEPASSTHROUGH +X = 70 +Y = 85 +W = 230 +H = 40 +SkipX = 10 + +Color = ColorDark +DColor = Gray +TColor = White +TDColor = White +SBGTex = MainBar +SBGColor = ColorDark +SBGDColor = Gray +STColor = White +STDColor = GrayDark + [OptionsSoundSelectMicBoost] Tex = MainBar TexSBG = SelectBG Text = SING_OPTIONS_SOUND_MIC_BOOST X = 70 -Y = 85 +Y = 135 W = 230 H = 40 SkipX = 10 @@ -3361,7 +3380,7 @@ Tex = MainBar TexSBG = SelectBG Text = SING_OPTIONS_SOUND_CLICK_ASSIST X = 70 -Y = 135 +Y = 185 W = 230 H = 40 SkipX = 10 @@ -3381,7 +3400,7 @@ Tex = MainBar TexSBG = SelectBG Text = SING_OPTIONS_SOUND_BEAT_CLICK X = 70 -Y = 185 +Y = 235 W = 230 H = 40 SkipX = 10 @@ -3401,7 +3420,7 @@ Tex = MainBar TexSBG = SelectBG Text = SING_OPTIONS_SOUND_THRESHOLD X = 70 -Y = 235 +Y = 285 W = 230 H = 40 SkipX = 10 @@ -3421,7 +3440,7 @@ Tex = MainBar TexSBG = SelectBG Text = SING_OPTIONS_SOUND_PREVIEWVOLUME X = 70 -Y = 285 +Y = 335 W = 230 H = 40 SkipX = 10 @@ -3441,7 +3460,7 @@ Tex = MainBar TexSBG = SelectBG Text = SING_OPTIONS_SOUND_PREVIEWFADING X = 70 -Y = 335 +Y = 385 W = 230 H = 40 SkipX = 10 |