Channel context info: plugin index/order

Hi,

Is there anyway to know in which index my plugin is inserted in a channel/track?

Thanks.

No, the only information you get is the location (see ChannelPluginLocation enum).
What is your use-case?

I’m working on a plugin wrapper host that offers additional functionality for the wrapped plugin. The user will usually load multiple instances of my host in the same track. Since all instance will appear in the name of my host instead of the plugin being wrapped, I had to display the list of the currently wrapped plugins, in each track. This works fine expect for the order of the plugins.