drum/sample machine front end proof of concept...

Someone else should post cool stuff sometimes. I released this on the python package index also. It is based on code that I found lying around when I was searching gmane wxpython. It can get much better than this but I was excited that I had one working as quicly as I did. The graphics are a two dimentional array of wx.checkbox. believe it or not there is a custom version of wx.checkbox that allows you to do whatever you want to as graphic but I would need a beta tester to make sure the graphics are still cross platform. also included is an updated version of the ifn parser. I included ifn and ifn1 ifn2.... exc as parsable but it makes them reserved variables in the form of ifn = 2. many examples of this are in the manual and it makes it possible to code some commands that have variable ifn positions without writing extra sourcecode (although it is still worth doing so but I would like to write a song someday). The samples in the demo are all clarinet.

http://dexrowem.blogspot.com/2008/09/csound-drum-machine-with-graphics.h...