Re: [Pythonmidi-devel] Pyrex experiences?
Status: Pre-Alpha
Brought to you by:
regebro
From: Lennart R. <re...@nu...> - 2004-10-30 07:38:25
|
Tim Thompson wrote: >>So, anybody have any interesting experiences with Pyrex? > > > Pyrex is fabulous, in my experience. The way it lets > you seamlessly combine C and python code is almost spooky. > I've used it for both portaudio and VST-plugin host development. > > BTW, let me encourage your efforts by saying that I would love > to see some simple and low-level (but complete, with arbitrary sysex) > MIDI support in python. Cool, thanks! Yes, I think pyrex ix the way to go. I have some problems passing structs by reference for the moment, but other than that it seems to work fine. |