Folderol wrote:
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!
Well done! And thanks.
0.036 2009-11-09 Will J Godfrey's load parameter file fix
<http://www.graggrag.com/?q=yoshimi>
Incidentally, the files are beautifully clearly laid
out now :)
just a little more readable?
cheers.