Commit Graph

267 Commits

Author SHA1 Message Date
Volker Fischer
a386d388fa replacing internal history graph functionality by external scripts/tools (#501) 2020-08-08 08:17:43 +02:00
Volker Fischer
91d99fbd81 allow more max. number of clients to be connected to the server since with the new multithreaded implementation the capacity of the server should increase 2020-08-05 18:11:28 +02:00
Volker Fischer
dab63cda23 initial multi-group support, still some work to do (e.g. the skin change does not work) 2020-07-04 09:45:46 +02:00
Volker Fischer
f22762d7ef support storing group state 2020-07-02 17:04:05 +02:00
Volker Fischer
4547591f73 update and small fixes 2020-06-26 20:19:46 +02:00
Stefan Weil
86de570dbd Add const attribute to CGenErr::GetErrorText
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-06-24 08:38:26 +02:00
Volker Fischer
50ce30f236 CMultiColorLEDBar -> CLevelMeter 2020-06-21 20:09:13 +02:00
Volker Fischer
b7b39ba6f2 some fixes for headless mode 2020-06-20 17:26:52 +02:00
Volker Fischer
44e883900b fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
Volker Fischer
6b1737e74c permanent server is now a server which is on for 2 days (was changed to 3 days previously but 2 should be sufficient) 2020-06-05 11:03:24 +02:00
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