Volker Fischer
7dbd2c89d1
fix code style issues introduced by contributed source code
2020-05-18 20:46:46 +02:00
Tarmo Johannes
f2cd5348b0
Cahanges according to pull request comments.
2020-05-17 15:51:01 +03:00
Tarmo Johannes
2f200f5b12
Merge remote-tracking branch 'upstream/master' into panning
2020-05-16 20:39:16 +03:00
Tarmo Johannes
31c3f5567d
Implemented storing pan values.
2020-05-16 20:11:54 +03:00
Tarmo Johannes
fa85d3d5a7
Description to protocal; made pan connections similar to gain.
2020-05-16 19:18:58 +03:00
Volker Fischer
65f5c8f8b8
added "personal mix at server: " according to #187
2020-05-16 11:44:00 +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
bcca13dfc1
some more removing html code from translation strings
2020-05-06 21:56:22 +02:00
Volker Fischer
61f36c1723
added tr() for some strings in the code, added spanish translation file
2020-05-06 19:33:27 +02: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
5f46774e49
bug fix: do not reset fader level meters if number of clients change
2020-04-22 21:41: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
Volker Fischer
752b38e4e6
changed fader level range from -50..0 to -35..0 since for the Jamulus case the smaller range is better suited for live situations as we have in our jam sessions
2020-04-17 19:43:43 +02:00
Volker Fischer
9cbcbb1471
the unit of the mixer faders is now dB using the range -50 dB to 0 dB
2020-04-13 21:00:26 +02:00
Volker Fischer
5f85660cde
WIP: support 64 samples frame size in the client
2020-04-13 16:01:25 +02:00
Volker Fischer
eca43c849a
show "trying to connect" in the mixer board title if no fader information is yet received
2020-04-12 18:56:58 +02:00
Volker Fischer
1d4342bb7c
move country flag function in new class CLocale
2020-04-11 10:31:26 +02:00
Volker Fischer
ac21104cd0
only show level meters if the server actually supports it and sends network packets with levels to the client
2020-04-07 00:20:32 +02:00
Peter L Jones
8db54e8616
Add channel level LED bar
2020-04-06 18:58:50 +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
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
63d8d58767
bug fix for Qt style sheets for main window
2020-04-01 18:41:59 +02:00
Volker Fischer
bef3506a38
added a scroll area to the mixer board so that a large number of clients can be supported, thanks to doloopuntil for his example code
2020-03-30 19:53:30 +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
791d600634
2019->2020
2020-01-01 15:41:43 +01:00
Volker Fischer
6466a4aaf7
cleanup some 'COMPATIBILITY OLD VERSION, TO BE REMOVED'
2019-05-17 22:06:48 +02:00
Volker Fischer
e8096e48f0
2018 -> 2019
2019-03-24 09:30:30 +01:00
Volker Fischer
91642b0c2e
use integer for the fader level message
2019-01-12 12:59:16 +00:00
Volker Fischer
ea24503fdc
preparation for MIDI controller audio fader level support
2019-01-12 12:45:08 +00:00
Volker Fischer
8bfdc7347a
2017 -> 2018
2018-03-09 21:13:02 +00:00
Volker Fischer
b0d37c86e7
2016 -> 2017
2017-08-11 21:08:54 +00:00
Volker Fischer
ca73117279
update the copyright
2015-12-31 13:14:09 +00:00
Volker Fischer
2ad6eb1600
finished: show the names of the connected clients in the server list
2015-12-09 17:11:16 +00:00
Volker Fischer
7ace26f23e
added a new client fader level setting
2015-11-25 15:52:00 +00:00
Volker Fischer
4de2d7ac44
fixed a compiler warning
2015-02-15 08:44:49 +00:00
Volker Fischer
33e5a07cf7
change all 2014 to 2015
2015-02-04 18:17:23 +00:00
Volker Fischer
ff901be7fa
define the GUI RGB colors for each skill level
2015-02-04 16:07:21 +00:00
Volker Fischer
5a04e91835
fix for Qt4
2015-02-04 06:59:28 +00:00
Volker Fischer
e02947ba97
set fader tag background color depending on the skill level
2015-01-31 08:58:19 +00:00
Volker Fischer
a62ca5d064
added a tool tip of the complete musician profile on the fader tag label
2015-01-30 20:53:43 +00:00
Volker Fischer
71856d5488
the two optional pictures should be above each other, the text is next to the pictures
2015-01-25 09:57:13 +00:00
Volker Fischer
5c909dc176
support for a country flag icon on the fader tag
2015-01-24 15:38:39 +00:00
Volker Fischer
1d21bb84b1
added support for country flag icon
2015-01-23 21:38:24 +00:00
Volker Fischer
a6cd448ca9
update of the help text
2015-01-23 19:34:10 +00:00
Volker Fischer
7320b0a4cc
CVector<bool> does not work -> implement a workaround with int type
2014-01-19 15:02:25 +00:00