Csound Csound-dev Csound-tekno Search About

[Csnd] Re: Re: real-time midi in Python (WINDOWS)

Date2009-02-16 19:37
Frommichael.gogins@gmail.com
Subject[Csnd] Re: Re: real-time midi in Python (WINDOWS)
Yes, exactly.

Regards,
Mike

----- Original Message ----- 
From: "Michael Mossey" 
To: 
Sent: Monday, February 16, 2009 1:36 PM
Subject: [Csnd] Re: real-time midi in Python (WINDOWS)


>
>
> michael.gogins@gmail.com wrote:
>> You probably are looking for a prebuilt package, but if you can program, 
>> you don't need one. You can use the Python ctypes module (part of Python 
>> since 2.5, available separately for 2.4 and 2.3) to call the Windows 
>> multimedia APIs directly, just as if you were programming in C.
>>
>> You also could use ctypes to call any cross-platform multimedia library 
>> with a C or Pascal calling convention shared library, which is all of 
>> them as far as I know.
>>
>> I have used ctypes for financial programming and can attest that it works 
>> very well.
>>
>> Hope this helps,
>> Mike
>
> Hi Mike,
>
> I haven't used the multimedia api before, but would this be a good source 
> of documentation?
>
> 
>
> Thanks,
> Mike
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
> csound"
>