On Wed, Aug 4, 2010 at 8:01 AM, <[email protected]> wrote: > I'm still in doubt what to do with the configuration files. Since adding > OSC is easy, they could just be the textual form of OSC they are now. > The other option is to skip this and turn the config files into active > Python code, directly using the API. > > Integrating a Python interpreter with real-time code and event-driven > GUI code requires some trickery which I'll explore and hopefully get > working while in holiday (end of this month).
That seems like a good approach. There's a lot to be said for using a complete programming language for configuration. Python provides functions, variables, control flow and classes, everything you'd be likely to need. -- joq _______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/listinfo/linux-audio-dev
