Hello, This is incomplete software. QUICKSTART: 1) move rename.ScoTracker to ~/.ScoTracker 2) run ScoTracker.py I am releasing it becuase I got about 80% of the way through writing it, and then realized that this is not the way I want to write music. I am releasing it in the hope that someone will somehow find the sources useful. The bad news, what is missing: * saving and loading * configuration (must by done by modifying the python sources) * rendering to wave (can easily be done by running sound as per normal from the command line on the orc and sco files produced in ~/.ScoTracker) This is a tracker style interface to Csound. You may write orchestra code in the 'instruments' tab. You can then track in the 'patterns' tab using those intstruments. This is most effective if you stick to the protocol of having your instruments use p4 as an octave notation note. use 'envelope' style instruments to set p4 and p5 as beginning and endings of envelopes, which vary global parameters used in your instruments. Examine the example provided. You will need fairly recent copies of both python, wxPython, wxGTK, and csound 4.19 installed. If you wish to continue the development of this front-end, please do so! Email me at chris@mccormick.cx Have a great day. Chris.