Hi all,

is it possible to name or annotate the inputs and outputs of the final
processing chain?

I suppose I could stick the information in the meta data with declare, e.g.:

declare inputs__0__name "Audio In L";
declare inputs__0__symbol "in_l";
declare inputs__1__name "Audio In R";
declare inputs__1__symbol "in_r";
declare outputs__0__name "Audio Out L";
declare outputs__0__symbol "out_l";
... etc

but if there is already an established way, I'd be glad to use it, so I
wouldn't need to mess with parsing/splitting the meta data keys into
keys and sub-keys. It seems that meta keys must be valid identifiers,
i.e. only [a-zA-Z0-9_] but the manual isn't very clear about that. Is
there a formal description of the "declare" syntax I could look up?


Chris



_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to