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.