Archives March 8, 2009

Fixed bug in generic attribute support

Working up the sample code for the "legacy free" section of the PyOpenGL talk for PyCon I discovered that the glVertexAttribPointer wrapper never got finished.  You could pass in c_void_pointers, but other than that it just wouldn't work.  Obviously not a lot of people using the generic attribute support in PyOpenGL... but then I knew ...

Continue reading

Audio Monitor for System Load in CSound (Using CSound from Python)


To try to help out with Seneca's presentation today on the Python interface to CSound I tried to create a small demonstration application. It shows the use of CSound's "real time" Python API, that is, the API that allows you to poke notes directly into the score buffer for playing.

bzr branch http://www.vrplumber.com/bzr/csound-monitor

Previous day

March 5, 2009

Next day

March 10, 2009

Archives