adjust URL for rock/jazz central servers
This commit is contained in:
parent
75b8a05257
commit
1cfcbe09fc
2 changed files with 6 additions and 4 deletions
|
@ -11,6 +11,10 @@
|
||||||
- duplicate Central Server type dropdown to Connection Setup (#157)
|
- duplicate Central Server type dropdown to Connection Setup (#157)
|
||||||
|
|
||||||
|
|
||||||
|
TODO implement panning for channels (Ticket #52, #145)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TODO Central Server Address: "Default" results in empty server browser, "Default (North America)" works fine #156
|
TODO Central Server Address: "Default" results in empty server browser, "Default (North America)" works fine #156
|
||||||
-> made max list smaller from 200 to 150 -> check if that is sufficient to prevent UDP packet fragmentation
|
-> made max list smaller from 200 to 150 -> check if that is sufficient to prevent UDP packet fragmentation
|
||||||
|
|
||||||
|
@ -22,8 +26,6 @@ TODO fix incorrect what's this help texts
|
||||||
|
|
||||||
TODO WIP support internationalization
|
TODO WIP support internationalization
|
||||||
|
|
||||||
TODO implement panning for channels (Ticket #52, #145)
|
|
||||||
|
|
||||||
TODO show mute state of others
|
TODO show mute state of others
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -105,8 +105,8 @@ LED bar: lbr
|
||||||
#define DEFAULT_SERVER_ADDRESS "jamulus.fischvolk.de"
|
#define DEFAULT_SERVER_ADDRESS "jamulus.fischvolk.de"
|
||||||
#define DEFAULT_PORT_NUMBER 22124
|
#define DEFAULT_PORT_NUMBER 22124
|
||||||
#define CENTSERV_GENERAL_NORTHAMERICA "jamulus.fischvolk.de:22224"
|
#define CENTSERV_GENERAL_NORTHAMERICA "jamulus.fischvolk.de:22224"
|
||||||
#define CENTSERV_GENRE_ROCK "jamulus.drealm.info:22124"
|
#define CENTSERV_GENRE_ROCK "centralrock.drealm.info:22124"
|
||||||
#define CENTSERV_GENRE_JAZZ "jamulus.drealm.info:22224"
|
#define CENTSERV_GENRE_JAZZ "centraljazz.drealm.info:22224"
|
||||||
|
|
||||||
// getting started and software manual URL
|
// getting started and software manual URL
|
||||||
#define CLIENT_GETTING_STARTED_URL "https://github.com/corrados/jamulus/wiki/Getting-Started"
|
#define CLIENT_GETTING_STARTED_URL "https://github.com/corrados/jamulus/wiki/Getting-Started"
|
||||||
|
|
Loading…
Reference in a new issue