beanie35: Some known bugs in HexterVSTi 1.0, I am
fixed in the update to be released:
1) Minor event-handling bug which makes plugin not
work in some hosts. Problem is related to type mis-
matching. VST midi events are type "long," but original
code uses type "unsigned long."
Status: fixed, hopefully.
2) 32 Algo Bitmap always opens up at ALG #1. No one
noticed. I changed the vstgui slider control tag and
forgot to change the Algo Bitmap.
Status: fixed.
3) Mono playmodes don't work correctly. I took a closer
look and found that a "handle_mono" function needs to
be called to set it up correctly.
Status: fixed.
4) Polyphony slider doesn't do anything. I implemented
it.
Status: fixed.
Changes in update to be release:
Considering adding effects to saved parameters which
will break any existing saved *.fxb since it will increase
the number of parameters saved. Don't know if it will
break *.fxp presets since it is just adding on to one
preset. Hopefully you should not have used such a new
plugin in your songs. No problem if you just load and
save standard DX7 sysex patches.