[LAU] yoshimi bug - fixed by me !

From: Folderol <folderol@email-addr-hidden>
Date: Mon Nov 09 2009 - 02:00:12 EET

I just had a look at cal's website and found there were versions .030 -
.035 so immediately tried the latest one. This seemed to
have the VU problem solved but unfortunately locked up completely when
I tried to load a parameter file. This was true for all versions back
to 0.31.

However, .030 seemed OK, so I had the bright idea of doing a 'diff'
between the likely files. The interesting change came in masterUI.fl
where I noticed the following:

.030
        // load the data
        int result = zynMaster->loadXML(filename);
        zynMaster->actionLock(unlock);
        zynMaster->applyParameters();

.031 (and onwards)
        // load the data
        int result = zynMaster->loadXML(filename);
        zynMaster->applyParameters();
        zynMaster->actionLock(unlock);

I simply swapped those last two lines back, and all seems to be well
now. It's late now, but tomorrow I'll try to have a good old bash at it
and see what happens!

Incidentally, the files are beautifully clearly laid out now :)

-- 
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Received on Mon Nov 9 04:15:03 2009

This archive was generated by hypermail 2.1.8 : Mon Nov 09 2009 - 04:15:03 EET