[gmpi] Re: 3.11 topic: Dynamic plugin structure

> Just because we export a 1-dimensional array of strings, doesn't
> mean there is not deep structure.

..and don't mean you actually store a long list of strings...you can
generate them on-the-fly...

plugin::what_is_the _full_name_of_parameter ( int index , char
*result_string)
{
    chan = index / 100;
    param = index % 100;

    sprintf(  "channel%d/%s" , chan, synthChanParamNames[param] );
}

just a thought,

Jeff



----------------------------------------------------------------------
Generalized Music Plugin Interface (GMPI) public discussion list
Participation in this list is contingent upon your abiding by the
following rules:  Please stay on topic.  You are responsible for your own
words.  Please respect your fellow subscribers.  Please do not
redistribute anyone else's words without their permission.

Archive: http://www.freelists.org/archives/gmpi
Email gmpi-request@xxxxxxxxxxxxx w/ subject "unsubscribe" to unsubscribe

Other related posts: