From what I could read in the documentation, I need to somehow provide strings to be printed to the StringListControlDrawer through some string provider function. Is there perhaps an example project/code somewhere that I could reference? I am trying to build a string list control to navigate my vst plugin programs.
Kind Regards, Anton Barnard.
I have found a temporary solution by using a COptionMenu, but would still like to explore the CListControl as well.
The standalone example application utilizes CListControl for the “WeekdaysList” control it seems.
Never used it myself but maybe it can work as a starting point for you
Thanks, I will have a look at it.