Hermann Döppes

Results 23 comments of Hermann Döppes

Having had a similar problem, I did some digging. The relevant file in my case was [src/media/UAudioInput_Portaudio.pas](https://github.com/UltraStar-Deluxe/USDX/blob/master/src/media/UAudioInput_Portaudio.pas) as it contains the following lines of code: ```pascal // portaudio returns a...

„We want to support soundcards with more channels.“ is a feature request, I agree. „If a soundcard reports more than two but less than nine channels, the UI cannot cope...

Given that #466 was merged, we should be able to close this issue.

Which files exactly are we talking about here? So far, I found the following: * https://github.com/UltraStar-Deluxe/USDX/blob/master/button.psd * A lone insert button. * Usage: Template for the button images in the...

This might be personal taste I have been inadmissibly generalizing, but I find a single icon.svg far more approachable than a folder containing seven files all of which do more...

What exactly needs to be done? From reading this issue, there seem to be two complaints: * The documentation is incomplete, out of date or incorrect * The documentation is...

Ok, I finally found the file you talked about. [1] I might start some τεχing over the next few days. * Please tell me if someone has already started something...

Extracting the notes from your PDF, I find these: ``` This is a markdown note - One - Two - Three ``` ``` This is another markdown note - Four...

> > ``` > > This is another markdown note > > - Four > > - Five > > ``` > > BTW, can someone understand where the space...

So, implemented behaviour relative to your expected `pdfpc -M` would be that `pdfpc -1 anothername` and `pdfpc -1 yaname` would select the monitors indexed `1` and `2`. That is obviously...