Package: jack-example-tools
Version: 4-1
Severity: important
Tags: patch
Dear Maintainer,
The current version of jack-example-tools can't be installed because of
a typo in the control file. (The version of jack it depens on is 1.92.22
instead of 1.9.22.) It's an easy fix, but I've included a patc
Also just noticed that there's an extraneous else statement that my
patch doesn't remove. (Which would have messed with the instant update
feature. That's my bad - somehow managed to introduce an inconsistency
in my own code when moving from OS X to linux.) Attaching a fix.
Aaron
Make sure the
To make it even clearer for the upstream developer, it's a data
synchronisation issue between the instances of qjackctlSetupForm and
qjackctlMainForm. When the Frames/Period setting is changed, yes jackd
is notified. But the new setting isn't stored in the qjackctlSetup
object that both forms s
Sure, the settings are changed immediately, but the change is not
written to disk. So say I change the Frames/Period setting to 512 from
1024. That works for the current running instance of jackd. But the next
time I launch the daemon after stopping it? Back to 1024. And worse
still, the settin
Also realised that hitting the cancel button on the settings form
doesn't restore the previous settings within the UI. Have updated the
patch to fix that too.
Aaron
Make sure the frames setting is saved when it's the only setting that's changed.
Restore the previous settings in the setup form wh
Package: qjackctl
Version: 0.6.1-1
Severity: normal
Tags: patch upstream
Dear Maintainer,
QJackCtl doesn't always save the Frames/Period setting properly if it's the only
setting changed in the setup window. (It persists in the UI when the setup
window is closed and reopened, but it isn't written
Just a minor improvement to the patch I submitted.
Cheers,
Aaron
--- jacktrip-1.1~repack/src/JackTrip.cpp 2019-09-02 07:57:44.0 +1000
+++ JackTrip.cpp 2019-09-02 07:58:29.098016907 +1000
@@ -450,7 +450,16 @@
UdpSockTemp.readDatagram(buf, 1, &peerHostAddress, &peer_port);
UdpSockTemp.
Package: jacktrip
Version: 1.1~repack-6
Severity: important
Tags: patch
Dear Maintainer,
Other clients hang at "Waiting for Peer..." when attempting to
connect to jacktrip running as a server. This is because of a change to
the way that QHostAddress works in Qt5, resulting in the return of an
IPv
8 matches
Mail list logo