Hi guys,
I m trying to get the selected parameter index from my effect.
To fo that I have to use the
AEGP_GetNewCollectionFromCompSelection
and then the CollectionSuite to get my AEGP_StreamRefH
Until that point I m ok.
But now I want to get the ID of that parameter to know other parameter index I need to know too.
The only function I found related to this was:
AEGP_GetStreamIndexInParent. Which mean that in the case I have some groups and group inside group...it becomes annoying. I ll need to get the parent of stream until I get back to the effect and compute the real index inside the effect
If anoyne has an other idea...
Thank you in advance.