Re: Python Script Creator/Generator (function factory)

2010-03-30 Thread Andrej Mitrovic
I forgot to mention, I'm using Python 2.5.x. I can't use Python 3 unfortunately, the 3rd party application uses Py2.5.x internally, so I have to limit the functionality to that version. -- http://mail.python.org/mailman/listinfo/python-list

Python Script Creator/Generator (function factory)

2010-03-30 Thread Andrej Mitrovic
Hello, I have the following situation: I've got a 3rd party application that has a Python API. The applicaiton has integrated support for MIDI Hardware Controllers, which can be used to manipulate various parameters of the application. The app can also load Python User Scripts, which can define th