Volker Fischer
edc6e63d2c
always use non-bold font for slim faders
2020-07-21 18:38:38 +02:00
Volker Fischer
b129376d4f
increase minimum height of channel tag for compact mode
2020-07-21 18:24:44 +02:00
Volker Fischer
9b32d295a4
do not use smaller font for compact view but use non-bold font instead
2020-07-21 17:09:38 +02:00
Volker Fischer
e832ac09bb
improve compact skin by using smaller font size if the name is too long
2020-07-20 19:26:05 +02:00
Volker Fischer
c0d63fd5e5
save and restore mixer state (like fader, mute, etc.) ( #377 )
2020-07-12 10:38:18 +02:00
Volker Fischer
46bb1435a0
rename variable
2020-07-07 22:07:19 +02:00
Volker Fischer
38cdd659e1
bug fix: if group is set to disabled, reset "previous level"
2020-07-07 22:02:44 +02:00
Volker Fischer
ac06f31e1f
only scale instrument picture if its width is too large for Compact skin
2020-07-05 16:18:07 +02:00
Volker Fischer
0466ff6210
scale instrument picture to a small size if Compact skin is chosen
2020-07-05 09:01:32 +02:00
Volker Fischer
a73518c9c9
assign colors to the groups
2020-07-04 12:07:51 +02:00
Volker Fischer
68389457bf
support sorting by group ID
2020-07-04 11:52:09 +02:00
Volker Fischer
dc577891b4
fixed issue with group checkbox and different skins
2020-07-04 10:46:31 +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
c2d98c865e
fix: if group, set one fader to 0, set mute, move fader up, unmute -> no grouping anymore
2020-07-02 18:38:26 +02:00
Volker Fischer
45eef32b7c
bug fix with the fader grouping: if you move one fader quickly to the top and another max out, it happened that the other fader was not exactly on max but a bit below
2020-07-02 17:55:59 +02:00
Volker Fischer
f22762d7ef
support storing group state
2020-07-02 17:04:05 +02:00
Volker Fischer
3b20453f0e
added a comment
2020-07-01 15:22:51 +02:00
Volker Fischer
695f205848
fix when grouping faders and one fader is on max -> retain ratio if the faders are moved down again
2020-07-01 15:20:28 +02:00
Volker Fischer
eaf9a1ad0e
bug fix: grouping faders in the client should be proportional (see discussion in #202 )
2020-06-30 21:37:36 +02:00
Stefan Weil
3e3fe44a7f
Fix some typos (found by codespell)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-06-30 12:59:53 +02:00
Volker Fischer
7592962eda
clip LED must be reset after a server change
2020-06-22 22:18:34 +02:00
Volker Fischer
b27a88d6ba
some renamings
2020-06-21 22:39:15 +02:00
Volker Fischer
50ce30f236
CMultiColorLEDBar -> CLevelMeter
2020-06-21 20:09:13 +02:00
Adam Sampson
075933ef4c
Delete faders when destroying CAudioMixerBoard.
...
This avoids a harmless memory leak.
2020-06-21 14:29:32 +01:00
Volker Fischer
a9bc36c98d
update help text
2020-06-20 22:02:46 +02:00
Volker Fischer
c19b09c845
vertical space between check boxes should be smaller since we now have three check boxes
2020-06-20 21:55:33 +02:00
Volker Fischer
beea70ca01
adjust minimum height of faders (dependent on style), startup height of main windows should be higher now
2020-06-20 21:11:31 +02:00
Volker Fischer
7f9518bceb
fixed issue with fader group and mute state, added comments, update
2020-06-20 21:05:27 +02:00
Volker Fischer
2c0b8a6119
fix of: when changing a large group of faders, the volume change is very very slow, also the feedback from server, it seems the protocol is overloaded totally
2020-06-20 20:29:43 +02:00
Volker Fischer
7f037f21e2
another merge fixes, still not working correctly
2020-06-20 19:49:58 +02:00
Volker Fischer
284e306cf9
fader shall not have the same value but only use the increment from the moved fader
2020-06-20 19:04:50 +02:00
Volker Fischer
2bdc269d3f
merge fixes (further fixes needed)
2020-06-20 17:51:03 +02:00
Volker Fischer
6de42e4d82
merge fixes (further fixes needed)
2020-06-20 17:44:34 +02:00
Volker Fischer
d6759e4d92
Merge pull request #379 from Alberstein8/master
...
New Select switch to change several faders like one
2020-06-20 17:31:10 +02:00
Alberstein8
25f10fcb6d
Update audiomixerboard.cpp
2020-06-20 16:26:18 +02:00
Alberstein8
bd2cca5a2c
New Select option to move faders at once
...
New Select switch. All selected channels can be modified in their faders levels at the same time. Useful if channels are organized by instruments, set same level to similar instruments or to raise level of one particular set
2020-06-20 16:20:27 +02:00
Volker Fischer
ed71214452
small fix
2020-06-18 21:06:39 +02:00
Volker Fischer
dc7a844f0b
bug fix with recording state indicator
2020-06-16 16:58:45 +02:00
Volker Fischer
c5e4d75be0
move the channels tighter together in slim fader mode; adjust help text so that we have as little HTML as possible to simplify translation
2020-06-15 22:45:11 +02:00
Volker Fischer
8d3cdb7a4b
merge fixes
2020-06-15 21:48:30 +02:00
Peter L Jones
3f4125fe9d
Client side changes for recorder state
2020-06-15 19:58:48 +01:00
Volker Fischer
ac140ff8a2
use actual instrument name for sorting by instrument
2020-06-14 19:17:50 +02:00
Volker Fischer
b078bfd7b8
further preparation for #356
2020-06-13 08:51:05 +02:00
Volker Fischer
e4b01fa395
prepare for pull request: #356
2020-06-13 08:31:28 +02:00
Volker Fischer
0d77ccdcc4
under Mac the slim fader label must be a bit higher so that all have the same length
2020-06-11 19:58:51 +02:00
Volker Fischer
cf7a01d231
add new "slim channel" skin, intended for large ensembles ( #339 )
2020-06-11 16:42:50 +02:00
Volker Fischer
e7b291d906
improve the channel sorting algorithm (much cleaner code now)
2020-06-09 17:42:32 +02:00
Volker Fischer
44e883900b
fixed Free Software Foundation address (see #341 )
2020-06-08 22:58:11 +02:00
Volker Fischer
c4866aff2f
code cleanup
2020-06-08 17:40:59 +02:00
Volker Fischer
8d8b52ae06
support sorting faders by channel name ( #178 )
2020-06-08 17:34:45 +02:00