small fix for --showallservers implementation
This commit is contained in:
parent
8fd59dd93f
commit
b2014e09bf
2 changed files with 5 additions and 4 deletions
|
@ -10,15 +10,15 @@ TODO fix UpdateCurLevel() for new 64 samples frame size
|
||||||
|
|
||||||
TODO mixer faders linear -> log gain is better
|
TODO mixer faders linear -> log gain is better
|
||||||
|
|
||||||
TODO auto jitter buffer performance not good at 64 samples frame size -> to be checked again
|
|
||||||
|
|
||||||
TODO for different frame sizes (64/128) the start value of 6 for the jitter buffer might be too low
|
|
||||||
|
|
||||||
TODO offer the Jamulus ASIO settingspanel in case of an ASIO ERROR to fix, e.g., incorrect sample rate (https://sourceforge.net/p/llcon/discussion/533517/thread/777663cf94/#035f)
|
TODO offer the Jamulus ASIO settingspanel in case of an ASIO ERROR to fix, e.g., incorrect sample rate (https://sourceforge.net/p/llcon/discussion/533517/thread/777663cf94/#035f)
|
||||||
|
|
||||||
TODO client: larger sound card buffers are managed by conversion buffer, not in processintern for loop (note iSndCrdFrameSizeFactor!)
|
TODO client: larger sound card buffers are managed by conversion buffer, not in processintern for loop (note iSndCrdFrameSizeFactor!)
|
||||||
maybe let the use select all possible sound card buffer sizes, this should solve Ticket #53
|
maybe let the use select all possible sound card buffer sizes, this should solve Ticket #53
|
||||||
|
|
||||||
|
TODO auto jitter buffer performance not good at 64 samples frame size -> to be checked again
|
||||||
|
|
||||||
|
TODO for different frame sizes (64/128) the start value of 6 for the jitter buffer might be too low
|
||||||
|
|
||||||
TODO store Central Server jamulus.server start scripts on the Repo (one for Central Server, one for Central Server North America)
|
TODO store Central Server jamulus.server start scripts on the Repo (one for Central Server, one for Central Server North America)
|
||||||
TODO should LHostAddr be QHostAddress instead of CHostAddress? See https://github.com/corrados/jamulus/pull/48#issuecomment-612594981
|
TODO should LHostAddr be QHostAddress instead of CHostAddress? See https://github.com/corrados/jamulus/pull/48#issuecomment-612594981
|
||||||
|
|
||||||
|
|
|
@ -119,6 +119,7 @@ CConnectDlg::CConnectDlg ( const bool bNewShowCompleteRegList,
|
||||||
if ( bShowCompleteRegList )
|
if ( bShowCompleteRegList )
|
||||||
{
|
{
|
||||||
lvwServers->setSortingEnabled ( true );
|
lvwServers->setSortingEnabled ( true );
|
||||||
|
lvwServers->sortItems ( 0, Qt::AscendingOrder );
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef ANDROID
|
#ifdef ANDROID
|
||||||
|
|
Loading…
Reference in a new issue