Hermann Döppes

Results 23 comments of Hermann Döppes

Looking into UIni.pas I find starting at line 211: ``` // WebCam WebCamID: integer; WebcamResolution: integer; WebCamFPS: integer; WebCamFlip: integer; WebCamBrightness: integer; WebCamSaturation: integer; WebCamHue: integer; WebCamEffect: integer; ``` But...

It is indeed coincidence, the error is clearly the following line: ``` WebCamFlip := ReadArrayIndex(IWebcamFlipTranslated, IniFile, 'Webcam', 'Flip', IGNORE_INDEX, 'On'); ``` where it should read `IWebcamFlip` instead (without the `Translated`)....

Do you recall whether you changed around themes (or at least opened the corresponding submenu) in the USDX session that threw this error?

I have a repro on a fresh build from the current master. * Open USDX * Go to Settings/Game and change the language to Deutsch (German) * Go to Optionen/Design...

This is proving to be quite annoying since the manual is indeed *quite* out of date and at some points the in-game help, the manual and the actual behaviour are...

The primary reason I started this as a standalone document as opposed to a wiki or something was that in #80 it read as if that was something you wanted...

As language changes go into effect immediately now, I guess this can be closed.

While this might work well to calibrate the delay between audio input and audio output, it ignores the calibration of the video output. To judge whether this issue is relevant,...

Linux Mint 19.1. [Error.log](https://github.com/UltraStar-Deluxe/USDX/files/4000775/Error.log)

Is this still a problem? If so, what is the current expectation regarding this being fixed by fpc?