Volker Fischer
8552863493
introduce global INVALID_INDEX for more consistent code
2020-05-26 09:56:46 +02:00
Volker Fischer
d26aba788c
added an additional central server list -> split rock/jazz in separate servers
2020-05-23 21:23:20 +02:00
Volker Fischer
baa171f835
use a special subdomain for the all genres central server
2020-05-22 14:40:00 +02:00
Volker Fischer
6d4d7e4284
use subdomains from fischvolk instead of direct links
2020-05-22 13:46:57 +02:00
Volker Fischer
92548290cd
change server list genres, fix German translations
2020-05-22 09:48:58 +02:00
Volker Fischer
4708c204f3
some cleanup for the server list selection
2020-05-22 06:25:38 +02:00
Volker Fischer
7dbd2c89d1
fix code style issues introduced by contributed source code
2020-05-18 20:46:46 +02:00
Volker Fischer
ce7fd592bc
Merge pull request #145 from tarmoj/panning
...
Implemented panning for channels.
2020-05-17 18:15:48 +02:00
Volker Fischer
1cfcbe09fc
adjust URL for rock/jazz central servers
2020-05-17 18:02:56 +02:00
Tarmo Johannes
f1eb713a17
Merge remote-tracking branch 'upstream/master' into panning
2020-05-17 15:53:43 +03:00
Volker Fischer
75b8a05257
introduce genre-based server lists (Ticket #139 ), adjust some values in global.h to adjust to heavier usage of Jamulus
2020-05-17 11:00:56 +02:00
Jonathan
107ae24c0d
Change link
...
To avoid confusion
2020-05-17 08:58:26 +01:00
Tarmo Johannes
2f200f5b12
Merge remote-tracking branch 'upstream/master' into panning
2020-05-16 20:39:16 +03:00
Volker Fischer
6977a17156
some central server address clean up
2020-05-16 11:24:50 +02:00
Volker Fischer
bf6da6891d
fixed issue with global text translation ( #77 )
2020-05-15 21:34:16 +02:00
Volker Fischer
d9008d1541
get rid of LLCON
2020-05-15 21:00:41 +02:00
Volker Fischer
53d16462c4
remove compatibility to Qt4
2020-05-14 21:12:06 +02:00
Tarmo Johannes
49245e6118
Merge branch 'master' into panning
2020-05-13 15:28:23 +03:00
Tarmo Johannes
d68ccf40b7
small corrections
2020-05-13 00:11:06 +03:00
Volker Fischer
7df3ce1115
small merge fixes
2020-05-11 17:10:38 +02:00
Simon Tomlinson
0b12722460
Merge branch 'master' into master
2020-05-11 08:03:29 +01:00
Simon Tomlinson
c112b1e0fc
Added Oboe support code for android audio. There are problems rendering
...
audio (audio is dithered), still more work required.
2020-05-11 07:36:46 +01:00
Volker Fischer
51e1edfad5
link to docs from application Help menu (Ticket #90 )
2020-05-02 08:24:01 +02:00
Volker Fischer
9a6653525b
unregister server if it was registered and the Central Server type is changed
2020-05-01 20:21:33 +02:00
Volker Fischer
471d1df835
add support for level meter bars for normal skin (fancy skin still uses LEDs)
2020-04-22 21:19:55 +02:00
Daniel Masato
77fdfcaa0c
Refactor signal to slot connections using recursive templates
...
This change allows the maximum number of supported clients to be adjusted in a single place rather than in multiple places.
Note that this change requires Qt5's new signal/slot syntax (https://wiki.qt.io/New_Signal_Slot_Syntax ), but is still backwards compatible with Qt4.
Code bloat will be eventually reduced by removing support for Qt4.
2020-04-18 12:17:43 +01:00
Peter L Jones
e031cc409f
Allow central server to confirm registration
...
Also display this state in the server UI.
2020-04-17 17:16:43 +01:00
Volker Fischer
b335321950
rename SYSTEM_FRAME_SIZE_SAMPLES_SMALL to SYSTEM_FRAME_SIZE_SAMPLES
2020-04-15 15:29:43 +02:00
Volker Fischer
f51dd662c4
some cleanup
2020-04-15 15:21:58 +02:00
Volker Fischer
d9562ea525
fixed audio fade-in counter for 64 samples frame size
2020-04-13 18:13:42 +02:00
Volker Fischer
90620b8da3
small cleanup
2020-04-13 12:05:56 +02:00
Volker Fischer
82f5ad18f4
added support for Central Server (North America) (Ticket #50 ), small bug fix for the Mac audio interface
2020-04-11 14:27:50 +02:00
Volker Fischer
339457298c
more mixer faders settings to store, define North America port number as 22224
2020-04-11 10:03:23 +02:00
Peter L Jones
942bdde3a5
Tune IP look up code
2020-04-10 12:26:07 +01:00
Peter L Jones
bc04ff2fb2
Use server internal address in server list
2020-04-10 12:26:07 +01:00
Volker Fischer
a0934ee8b8
some more work for 64 samples support in the server
2020-04-08 18:51:51 +02:00
Peter L Jones
a97ac9aa4e
Server processing for channel levels
2020-04-06 18:58:50 +01:00
Peter L Jones
70480cd626
Expose and rename CMultiColorLEDBar defines
2020-04-06 18:54:56 +01:00
Volker Fischer
a3b0215128
I reduced the number of stored fader settings to avoid having the ini file being too large
2020-04-05 17:57:39 +02:00
corrados
e89b871326
Merge pull request #37 from doloopuntil/save_mute_settings
...
Store mute settings for faders.
2020-04-05 17:48:12 +02:00
Daniel Masato
83fb9d47b5
Store mute settings for faders.
...
Also increase stored fader settings capacity to 200, since up to 50 clients are now supported.
2020-04-04 21:27:35 +01:00
Volker Fischer
57f203502c
WIP on support of 64/128 samples frame size in the server
2020-04-04 19:03:19 +02:00
Volker Fischer
5a05bf6a2f
only use low complexity OPUS processing for 128 samples frame size, see https://sourceforge.net/p/llcon/discussion/533517/thread/bdb3fe2195
2020-04-04 12:40:13 +02:00
Volker Fischer
b9c6d87766
bug fix: server list ping times may not be accurate and client list may not be retrieved
2020-04-03 21:45:36 +02:00
Volker Fischer
ee48000b34
fix the MAX_SIZE_BYTES_NETW_BUF, change the --showallservers to include the server list index and do not sort by ping
2020-04-01 21:16:44 +02:00
Volker Fischer
40dd2e8980
changed the maximum number of clients from 40 to 50
2020-03-29 21:35:09 +02:00
Volker Fischer
3eaec8363a
changed the maximum number of clients from 20 to 40
2020-03-29 16:14:29 +02:00
Volker Fischer
53f50070a7
some more work for 64 samples frame size support
2020-03-28 16:27:45 +01:00
Volker Fischer
5e5637670d
increase the maximum number of servers in the server list from 100 to 200
2020-03-24 22:23:49 +01:00
Volker Fischer
4cac0e935b
code style changes
2020-03-22 20:24:30 +01:00