Tracker: Bugs

5 changing voice pages - ID: 3536562
Last Update: Comment added ( ilostmyfiles )

When I click the left or right button to change the selected voice in the 'adsynth voice parameters' window, the button sometimes (not always) gets 'stuck' in the clicked position for a few seconds, and moves through all or several of the voices (often ending up at voice 1 or voice 8), instead of just one, as desired. This is very frustrating, and makes managing multiple adsynth voices fairly unmanageable.

I am running Yoshimi version 0.060.12. For what it's worth, I don't have the same issue with zynaddsubfx.


James Mckernon ( dri-ft ) - 2012-06-20 04:20:37 PDT

5

Closed

None

Nobody/Anonymous

None

None

Public


Comments ( 4 )

Date: 2013-02-05 09:24:59 PST
Sender: ilostmyfiles

eh, of course it gets the whitespace formatted out. Anyway you can see what
to do, it's line 1209 in that file.


Date: 2013-02-05 09:22:48 PST
Sender: ilostmyfiles

I mentioned this on the list but it was way back... it only shows up on my
P4 and I assumed it was because the selector auto-repeats before the
mouse-up gets received because it takes too long to redraw the UI. As a
temporary fix I got it to (seem to) work by sleeping for 0.1s in the
callback, and here's a regular patch:

diff --git a/src/UI/ADnoteUI.fl b/src/UI/ADnoteUI.fl
index e627c42..e5c61bf 100644
--- a/src/UI/ADnoteUI.fl
+++ b/src/UI/ADnoteUI.fl
@@ -1206,6 +1206,7 @@ class ADnoteUI {: {public PresetsUI_, SynthHelper}
Fl_Counter currentvoicecounter {
label {Current Voice}
callback {//
+ usleep(100000);
nvoice = lrintf(o->value()) - 1;
advoice->hide();
ADnoteVoice->remove(advoice);



Date: 2012-11-19 02:57:00 PST
Sender: autostaticProject Admin

I have been unable to reproduce this bug and I have seen no reports on the
Yoshimi mailinglist either. So I'm closing it.


Date: 2012-06-27 07:19:51 PDT
Sender: autostaticProject Admin

Thanks for reporting this issue. Thanks for the fwiw too, I'll diff the
respective zasfx files with the yoshimi ones and see if anything useful
comes out.

Jeremy


Attached File

No Files Currently Attached

Changes ( 2 )

Field Old Value Date By
status_id Open 2012-11-19 02:57:00 PST autostatic
close_date - 2012-11-19 02:57:00 PST autostatic