Volker Fischer
3ac8a2de8d
Merge commit '0c7866eda3266bd7cba8bc6af03d969b777e188d'
2020-06-19 16:21:13 +02:00
Volker Fischer
e73b198f92
the local pan middle position is no longer attenuated in Mono-in/Stereo-out mode ( #353 )
2020-06-18 19:16:31 +02:00
Peter L Jones
3f4125fe9d
Client side changes for recorder state
2020-06-15 19:58:48 +01:00
Volker Fischer
fa0ff9faae
merge fixes and some other stuff
2020-06-15 17:29:17 +02:00
Peter L Jones
ed10faea6d
Define and send recorder state
2020-06-14 22:03:14 +01:00
Volker Fischer
e883a51db9
support for storing/recovering the server window positions ( #357 )
2020-06-14 08:49:58 +02:00
Volker Fischer
2285148cb8
Reference HTML file for welcome message #361
2020-06-13 18:15:52 +02:00
Volker Fischer
e1b982c34c
merge fixes
2020-06-13 08:20:03 +02:00
Peter L Jones
fe338049b2
Add recorder state to console
2020-06-11 20:52:49 +01:00
Volker Fischer
44e883900b
fixed Free Software Foundation address (see #341 )
2020-06-08 22:58:11 +02:00
Volker Fischer
9c811782dc
direct use of Q_UNUSED on OPUS calls does not suppress the warning under Linux -> go back to previous implementation
2020-06-08 22:02:16 +02:00
Volker Fischer
0c7866eda3
initial OMP processing tests
2020-06-08 21:47:36 +02:00
Volker Fischer
93ec45d9cc
some small fixes
2020-06-07 13:08:06 +02:00
Volker Fischer
efc24ffdbe
improvement: only send channel levels if they are different from the previous ones
2020-06-07 12:09:30 +02:00
Volker Fischer
af0f9510f8
resolve outstanding: using Qt5 connections instead of the old Qt4 ones
2020-06-07 09:01:52 +02:00
Volker Fischer
8edb3185b0
using Qt5 connections instead of the old Qt4 ones (just a subset converted right now, more TODO)
2020-06-06 22:15:33 +02:00
Volker Fischer
e7621af754
additional fix for #316 -> do not send valid IP address from server
2020-06-05 20:56:52 +02:00
Volker Fischer
b1c97c2d36
avoid showing IP address if no name in the musician profile is given #316
2020-06-05 14:22:44 +02:00
Volker Fischer
50ccb63163
merge fixes
2020-06-01 09:55:31 +02:00
Peter L Jones
d33612721e
#228 Enable/Disable recording from command line
2020-05-30 18:04:55 +01:00
Volker Fischer
45bd6ca52b
bug fix: server gain calculations were incorrect
2020-05-26 20:48:08 +02:00
Volker Fischer
f6e5120095
New Client Level now also applies if you enter a server
2020-05-26 17:28:44 +02:00
Volker Fischer
726cc6facf
clean up -> COMPATIBILITY ISSUE can be safely removed, ResetTimeOutCounter is not necessary since it is already done in the channel
2020-05-26 15:43:00 +02:00
Peter L Jones
7977413bb6
Review comment changes
2020-05-25 21:56:40 +01:00
Peter L Jones
0f8d15f343
Initial Recording GUI
...
Issue #228 .
Display the recorder state and latest recording directory and
allow a new recording to be requested.
2020-05-25 21:56:40 +01:00
Volker Fischer
b959730d08
small merge fixes, fix a compiler warning
2020-05-21 21:35:35 +02:00
Volker Fischer
be04c665ff
bug fix: "added an indicator that another client has muted me" does not work as expected
2020-05-21 21:01:01 +02:00
Volker Fischer
4b8c7de166
WIP: backup checkin of new feature "show mute state of others"
2020-05-21 11:47:39 +02:00
Volker Fischer
5705b798f8
change the pan signal processing: avoid that pan=center attenuates any of the stereo channels; if no gain/pan change, do not multiply with the gains
2020-05-19 20:38:14 +02:00
Volker Fischer
5b7ccfcdc2
receive version info message from new server (function to use the information is still missing)
2020-05-18 21:28:49 +02:00
Volker Fischer
7dbd2c89d1
fix code style issues introduced by contributed source code
2020-05-18 20:46:46 +02:00
Volker Fischer
78413826a5
Merge branch 'master' into feature_panning
...
# Conflicts:
# src/protocol.h
2020-05-18 19:03:40 +02:00
Volker Fischer
d21acb0a7f
server sends version info on initial connection
2020-05-18 19:00:56 +02:00
Tarmo Johannes
2f200f5b12
Merge remote-tracking branch 'upstream/master' into panning
2020-05-16 20:39:16 +03:00
Volker Fischer
ab31fc476f
small merge changes
2020-05-16 09:24:46 +02:00
Peter L Jones
4bf5176e6a
Request new recording on SIGUSR1
2020-05-15 21:52:33 +01:00
Peter L Jones
d5c754b580
Expanded signal handling
2020-05-15 20:05:04 +01: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
Volker Fischer
599306156d
new command line option -d to disconnect all clients on shutdown of the server (Ticket #161 )
2020-05-12 22:40:59 +02:00
Peter L Jones
db357ae2bc
Review comment fixes
2020-05-11 20:12:16 +01:00
Peter L Jones
b60c3cab7b
Handle server application closure more cleanly
2020-05-10 18:20:57 +01:00
Peter L Jones
dd3b3a6278
Prevent unused warnings for iUnused
2020-05-08 13:31:16 +01:00
Volker Fischer
9f7fc16ac3
fixed compiler warnings
2020-04-26 16:20:21 +02:00
Tarmo Johannes
764ed82ccb
Implemented panning for channels.
2020-04-26 01:55:28 +03:00
Volker Fischer
009f30b4df
bug fix: if small network buffers are used we get much better audio quality when drop outs occur
2020-04-23 19:36:00 +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