diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-06-06 08:41:02 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-06-06 08:41:02 +0000 |
commit | b272c672d0fb3857f760bf39d3571028919c14b0 (patch) | |
tree | 6170f2efeff84ec05dffc6e4732e30f2117779ed /game | |
parent | 30454df1f1b18fc672daf2f5498691266040fbca (diff) | |
download | usdx-b272c672d0fb3857f760bf39d3571028919c14b0.tar.gz usdx-b272c672d0fb3857f760bf39d3571028919c14b0.tar.xz usdx-b272c672d0fb3857f760bf39d3571028919c14b0.zip |
- Now on sing-screen entry a check is performed if mics are assigned to all players. If not an error popup is displayed (but the sing-screen does not abort).
- Player 1 is not assigned to the first detected audio device anymore
- Previously the auto-detected one might have been a non-mic port of the internal sound card like mono or stereo mix
- If the user has singstar mics he does not have to check for other automatically assigned devices for player 1 what caused many problems in the past
-> Providing no default might be better (and the user can check the input volume, too)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2449 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'game')
-rw-r--r-- | game/languages/English.ini | 3 | ||||
-rw-r--r-- | game/languages/German.ini | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/game/languages/English.ini b/game/languages/English.ini index c03294b5..d9828b45 100644 --- a/game/languages/English.ini +++ b/game/languages/English.ini @@ -430,4 +430,5 @@ ERROR_CORRUPT_SONG_NO_NOTES=Song could not be loaded: Can''t find any notes ERROR_CORRUPT_SONG_NO_BREAKS=Song could not be loaded: Can''t find any linebreaks ERROR_CORRUPT_SONG_UNKNOWN_IN_LINE=Song could not be loaded: Error parsing line %0:d ERROR_NO_EDITOR=This feature is not available on Linux/Mac -ERROR_PLAYER_DEVICE_ASSIGNMENT=Player %d was assigned to multiple microphones. Please check your record options +ERROR_PLAYER_DEVICE_ASSIGNMENT=Player %d is assigned to multiple microphones. Please check your record options +ERROR_PLAYER_NO_DEVICE_ASSIGNMENT=Player %d is not assigned to a microphones. Please check your record options diff --git a/game/languages/German.ini b/game/languages/German.ini index 346e03de..6e614c7c 100644 --- a/game/languages/German.ini +++ b/game/languages/German.ini @@ -429,4 +429,5 @@ ERROR_CORRUPT_SONG_NO_NOTES=Song konnte nicht geladen werden: Es wurden keine No ERROR_CORRUPT_SONG_NO_BREAKS=Song konnte nicht geladen werden: Es wurden keine Satzwechsel gefunden. ERROR_CORRUPT_SONG_UNKNOWN_IN_LINE=Song konnte nicht geladen werden: Fehler beim parsen der Zeile %0:d ERROR_NO_EDITOR=Diese Funktion ist unter Linux/Mac noch nicht verfügbar -ERROR_PLAYER_DEVICE_ASSIGNMENT=Mehrere Mikrofone für Spieler %d gewählt.\nAufnahmeoptionen überprüfen.
\ No newline at end of file +ERROR_PLAYER_DEVICE_ASSIGNMENT=Mehrere Mikrofone für Spieler %d gewählt.\nAufnahmeoptionen überprüfen. +ERROR_PLAYER_NO_DEVICE_ASSIGNMENT=Kein Mikrofon für Spieler %d gewählt.\nAufnahmeoptionen überprüfen. |