Tracker Frontend for CSound (sort of)

I'm going to be programming a tracker that generates .sco files for CSound. It will be built to work with CSound so that you can use it like you would a traditional DAW, previewing bits and patterns, or even your entire song. All you will need is to supply it with a CSound orchestra file, and it will handle everything else for you. That way, you can make your own instruments in the same way you would normally, but managing them is much easier. Chances are that it will work by simply creating .sco files for the parts you want to listen to and calling CSound directly from the command line.

While I had originally intended this as a tool for personal use, it occurred to me that others might be interested, and so I'd like to have some input from experienced CSound users as to how this would be best implemented. I'm fairly new to CSound itself, but as a programmer and experienced Max/MSPer it has come to me fairly easily. However, I realize that I may not be going about this in quite the right manner, and while it would be a fairly simple task to write a program to assemble scores for me, maybe there is an easier and more efficient solution. Also, if/when I ever release this to the public, it would be nice to have the blessing of the CSound community.

Anyways, now I'm just ranting. I'd really like to hear everyone's thoughts on this, so shoot.

tracker

http://www.mail-archive.com/linux-audio-dev@music.columbia.edu/msg21484....

I noticed this one is available. I liked his idea of creating a language and using it in the comment parts of csound. It is in c though and that makes it much more work..

http://sourceforge.net/projects/dex-tracker

This is an older version of dex tracker. I have alot of stuff like parsers, drum/sample patterns and slider compilers for non-realtime instruments that I have been working on.. mostly it is python but some parts are any language anywhere (as long as a broke person has access to it).. I am attempting a slider generator in xblite (a version of xbasic).. It has a working .sco editor but I am not sure about what you mean by generating .sco files (I take it that you are wanting to do math stuff??). You can also get some ideas from csound blue and I think you can call java from python..

I welcome the help let me know if you are intrested