-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature 'add a new track with value -inf' is not working #81
Comments
I can't reproduce this, neither with the latest release 14 nor with the current Git Can you please re-check this with the latest Git version? Can anybody else reproduce this? |
Thanks for the feedback! Unfortunately I still can't reproduce your results even after adding dozens of new tracks. Alas, if it happens only randomly, it is going to be be difficult to pinpoint possible causes. Just to make sure, did you recompile with What I find curious about your screenshot is that the slider level readout for the volume of all channels shows |
Yes, I did recompile. You're right, display is wrong. I've just checked again doing a I've found another small issue : So I've manually removed : But issue is still here : maybe I have forgotten some file to update ? |
Sorry I've forgot to say : I had to use |
Aha! I suspect you were still running an old installed version all along. To completely uninstall jack_mixer, please de-install the Ubuntu package, if youused any, and then make sure, you have no old versions anywhere, by removing any of these, if found:
And the same as above with Ubuntu maybe has installed
then remove the path that is printed, if any, and try again, until it reports, that it cannot import Now, to test & run a version from a git repo checkout, build it with:
and then run it without installation:
|
Thanks. Now cleaning all and try to test it without install : it doesnt work :
Installation works, but then I have the missing |
The Please make sure that you follow the compilation instructions exactly. If you do and then use |
I've just solved the |
Ok, can you please verify, whether the level slider / value bug is present when you run from the git repo? Also, can you please go to "Edit/Preferences" and deactivate "Use custom widgets", quit and restart and test again? |
Issue is still there, "Use custom widgets" is not activate |
To be more precise about the bug : When I add a new track (with default value = -inf) :
|
Sorry, I still can't reproduce this. Would you be able to record a small screencast demonstrating this? Please open a terminal and run: git clone https://github.com/jack-mixer/jack_mixer.git
cd jack_mixer
./autogen.sh --prefix=/usr
make
PYTHONPATH=".libs" python3 jack_mixer.py -v and then add tracks using the menu or Ctrl-N. make sure the screencast also shows the console. Upload it somewhere and post the link here or contact me by email (see https://chrisarndt.de/contact) or on IRC freenode |
This should be fixed with d6eba3b and 3a0ecbd. I still couldn't reproduce this with creating input channels, but creating output channels could have been affected. If you still experience this problem with the latest version from git, please feel free to re-open the ticket with new detailed evidence (see |
Hi @SpotlightKid . I could make a screencast with the bug, please could you give me the proper command to run from the build directory ? Also could you send me a link to upload? I will e-mail you right now. |
The procedure to run jack_mixer from the source directory is now:
|
You could see on the screencast that the gui displays |
This feature is not working : when I add a new track with value -inf, the effective value is 0dB .
And the GUI randomly displays -inf or 0dB .
The text was updated successfully, but these errors were encountered: