Python suitable for Midi ?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Thu Oct 30 18:25:34 EDT 2008


En Thu, 30 Oct 2008 16:50:22 -0200, Chuckk Hubbard  
<badmuthahubbard at gmail.com> escribió:
> On Wed, Oct 29, 2008 at 10:32 PM, J Kenneth King <james at agentultra.com>  
> wrote:
>>
>> One also has access to nice-levels on unix systems.
>
> True enough, but it's not so much a problem for me, as I'm pretty okay
> at tuning my own system, but I believe most of the people who'd be
> interested in my app (if any) are not *nix users.  At any rate, it's
> one option for those who are, and thanks for reminding me.

On Windows you can set the application global priority (SetPriorityClass)  
and each thread's priority related to other threads (SetThreadPriority) -  
either using pywin32 or the ctypes module.

-- 
Gabriel Genellina




More information about the Python-list mailing list