r3_4_6
This commit is contained in:
parent
a0934ee8b8
commit
7304aec1b2
2 changed files with 15 additions and 14 deletions
27
ChangeLog
27
ChangeLog
|
@ -1,20 +1,12 @@
|
|||
|
||||
|
||||
|
||||
|
||||
3.4.6git
|
||||
|
||||
- added support for channel meters, coded by pljones
|
||||
|
||||
- added show licence switch in the server GUI
|
||||
|
||||
- store fader mute state in the ini file, coded by doloopuntil
|
||||
|
||||
- fixed low-res icon issue (Ticket #28)
|
||||
|
||||
3.4.7git
|
||||
|
||||
TODO support OPUS 64 in the server as a first step towards official 64 samples frame size support
|
||||
|
||||
TODO #12 A server in the same NAT region as the client is not visible (https://sourceforge.net/p/llcon/bugs/12/)
|
||||
|
||||
TODO in CreateLevelsForAllConChannels we should call CStereoSignalLevelMeter::CalcLogResult instead -> make it public and static
|
||||
|
||||
TODO Multichannel CoreAudio Support #44 -> integrate important code lines in Mac sound interface
|
||||
|
@ -24,8 +16,6 @@ TODO offer the Jamulus ASIO settingspanel in case of an ASIO ERROR to fix, e.g.,
|
|||
|
||||
TODO client: larger sound card buffers are managed by conversion buffer, not in processintern for loop (note iSndCrdFrameSizeFactor!)
|
||||
|
||||
TODO #12 A server in the same NAT region as the client is not visible (https://sourceforge.net/p/llcon/bugs/12/)
|
||||
|
||||
TODO update text in CAboutDlg
|
||||
|
||||
TODO mixer faders linear -> log gain is better
|
||||
|
@ -36,6 +26,17 @@ TODO mixer faders linear -> log gain is better
|
|||
|
||||
|
||||
|
||||
3.4.6 (2020-04-09)
|
||||
|
||||
- added support for channel meters, coded by pljones
|
||||
|
||||
- added show licence switch in the server GUI
|
||||
|
||||
- store fader mute state in the ini file, coded by doloopuntil
|
||||
|
||||
- fixed low-res icon issue (Ticket #28)
|
||||
|
||||
|
||||
3.4.5 (2020-04-04)
|
||||
|
||||
- audio fade-in at the server if a new client connects
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = 3.4.6git
|
||||
VERSION = 3.4.6
|
||||
|
||||
# use target name which does not use a captital letter at the beginning
|
||||
contains(CONFIG, "noupcasename") {
|
||||
|
|
Loading…
Reference in a new issue