non-generic parameters and Logic 6?
non-generic parameters and Logic 6?
- Subject: non-generic parameters and Logic 6?
- From: "Angus F. Hewlett" <email@hidden>
- Date: Sun, 02 Mar 2003 19:15:36 +0000
Hi again all,
Thanks for your help so far... one more problem remaining.
My plugin has to persist its state, and for backwards-compatibility with
the VST version, I don't want to implement chunks, so I'm doing a simple
parameter-based save.
However, Logic is bounding generic parameters within their declared maximum
ranges either at save or restore (that's fine and sensible in itself); the
legacy VST code has an index parameter (for a menu selector) which uses
ranges outside that.
So, I figured the AU should be aware of it as an integer index parameter
(that is what it is, after all), so I've implemented the appropriate code
in the AU; however, Logic is still seeing -all- the parameters as
normalized (0..1) floats and doesn't seem to be picking up that one of them
is different.
So, my question is... has anyone gotten this working? Is there most likely
a bug in my code or is Logic to blame?
Regards,
Angus.
=======================================================
Angus F. Hewlett, Technical Director
FXpansion Audio UK Ltd -
http://www.fxpansion.com
=======================================================
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.