r3.4.5
This commit is contained in:
parent
b9c6d87766
commit
149ecf0c80
2 changed files with 12 additions and 10 deletions
20
ChangeLog
20
ChangeLog
|
@ -1,9 +1,19 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
3.4.6git
|
||||||
|
|
||||||
|
TODO support OPUS 64 in the server as a first step towards official 64 samples frame size support
|
||||||
|
|
||||||
|
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/)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3.4.5git
|
3.4.5 (2020-04-04)
|
||||||
|
|
||||||
- audio fade-in at the server if new a client connects
|
- audio fade-in at the server if new a client connects
|
||||||
|
|
||||||
|
@ -18,14 +28,6 @@
|
||||||
- bug fix: server list ping times may not be accurate and client list may not be retrieved
|
- bug fix: server list ping times may not be accurate and client list may not be retrieved
|
||||||
|
|
||||||
|
|
||||||
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/)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3.4.4 (2020-03-25)
|
3.4.4 (2020-03-25)
|
||||||
|
|
||||||
- added support for controlling the audio mixer faders with a MIDI controller (MacOS and Linux)
|
- added support for controlling the audio mixer faders with a MIDI controller (MacOS and Linux)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 3.4.5git
|
VERSION = 3.4.5
|
||||||
|
|
||||||
# use target name which does not use a captital letter at the beginning
|
# use target name which does not use a captital letter at the beginning
|
||||||
contains(CONFIG, "noupcasename") {
|
contains(CONFIG, "noupcasename") {
|
||||||
|
|
Loading…
Reference in a new issue