Friday, August 29, 2008
2 subs parse and net csound
In theory you can use csound on every platform with internet acess with netcsound. You can use a web based spreadsheet for editing and run python apps (including gen of excel spreadsheets) at http://www.utilitymill.com
should you realy parse a instrument file evertime you run it with every csound command using several parsing rules?? My thoughts are that maybe I need to generate a parse file that lists the command and the parse rule and the line number.. If you don't do that you go through the entire list everytime and go into lines you don't need... I am going to leave the program the way it is for now..
should you realy parse a instrument file evertime you run it with every csound command using several parsing rules?? My thoughts are that maybe I need to generate a parse file that lists the command and the parse rule and the line number.. If you don't do that you go through the entire list everytime and go into lines you don't need... I am going to leave the program the way it is for now..
Labels: csound, netcsound, parse