-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bug: some SpinButton widgets doesn't update values correctly. #13
Comments
Sry, I won't be able to test this until December. But there were many assertions when using Swami, this it's quite likely. |
Ok, no problem. I just need to be sure that Gtk widget behaviour is the same on Linux or Windows. |
Confirmed. See attached file for all assertions. |
Thanks. I will do 2 PRs to fix each case (1) and (2).
Ohhhhh, you got a bunch of severe assertions !. Most of these assertions are related to Here, swami/swami-2.ui is really installed by the INSTALL target and this file is correctly found by Swami. |
It seems that |
In
Misc. Controls
panel:1)For
Coarse Tune, Fine Tune, Scale Tune
:1.1) Doing successive one click left-button-mouse on
SpinButton
doesn't update the value correctly. (i.e the value isn't incremented (or decremented) as expected).1.2) For each click, we got this message on stdout:
** (swami.exe:2692): CRITICAL **: file ....\libinstpatch\libinstpatch\IpatchUnit.c: line 479: assertion `src_info != NULL' failed.
2)For
Filter Q, Reverb, Chorus, Pan
Same issues than 1.1 only.
I have fixed those issues here. Before doing a PR, please do these issues happen on Gtk Linux ?
The text was updated successfully, but these errors were encountered: