|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
|
|
wordpadHi
Does anyone know if there is a program like wordpad with numbered rows. I heard somewhere that there is. This would make it easier for when I get an error message for line 563! Thanks in advance James _______________________________________________ csoundtekno mailing list csoundtekno@... Subscribe, unsubscribe, change mailing list options: http://plot.bek.no/mailman/listinfo/csoundtekno |
|
|
Re: wordpadJames, it is well worth the time learning gvim or emacs. Just try and
learn a few new features every week, and soon you'll be editing scores and instruments several times as efficiently! =) Iain James Cairney wrote: > Hi > > Does anyone know if there is a program like wordpad with numbered rows. > I heard somewhere that there is. This would make it easier for when I > get an error message for line 563! > > Thanks in advance > > James > > > _______________________________________________ > csoundtekno mailing list > csoundtekno@... > > Subscribe, unsubscribe, change mailing list options: > http://plot.bek.no/mailman/listinfo/csoundtekno > _______________________________________________ csoundtekno mailing list csoundtekno@... Subscribe, unsubscribe, change mailing list options: http://plot.bek.no/mailman/listinfo/csoundtekno |
|
|
|
|
|
Re: wordpadPersonally, I'm into gvim. It's really easy to script gvim using Python,
which I already use, instead of having to learn lisp. I've found that extremely handy for patching instruments and scores when I'm going to make a similar change to a whole wack of files or sections. What does everyone else use? Iain Michael Gogins wrote: > Scitex is an excellent choice, more intuitive than Emacs yet quite functional. > > Regards, > Mike > > -----Original Message----- > From: Iain Duncan <iainduncan@...> > Sent: Jul 16, 2005 4:47 PM > To: "Making electronic dance music with csound." <csoundtekno@...> > Subject: Re: [CsndTek] wordpad > > James, it is well worth the time learning gvim or emacs. Just try and > learn a few new features every week, and soon you'll be editing scores > and instruments several times as efficiently! =) > > Iain > > James Cairney wrote: > >>Hi >> >>Does anyone know if there is a program like wordpad with numbered rows. >>I heard somewhere that there is. This would make it easier for when I >>get an error message for line 563! >> >>Thanks in advance >> >>James >> >> >>_______________________________________________ >>csoundtekno mailing list >>csoundtekno@... >> >>Subscribe, unsubscribe, change mailing list options: >>http://plot.bek.no/mailman/listinfo/csoundtekno >> > > > _______________________________________________ > csoundtekno mailing list > csoundtekno@... > > Subscribe, unsubscribe, change mailing list options: > http://plot.bek.no/mailman/listinfo/csoundtekno > > > > _______________________________________________ > csoundtekno mailing list > csoundtekno@... > > Subscribe, unsubscribe, change mailing list options: > http://plot.bek.no/mailman/listinfo/csoundtekno > _______________________________________________ csoundtekno mailing list csoundtekno@... Subscribe, unsubscribe, change mailing list options: http://plot.bek.no/mailman/listinfo/csoundtekno |
|
|
Re: wordpadJames Cairney wrote:
> Hi > > Does anyone know if there is a program like wordpad with numbered rows. > I heard somewhere that there is. This would make it easier for when I > get an error message for line 563! It's been years that I'm using Metapad as a replacement for notepad. It has every feature you might think of, and is still very light-weight and transparent: http://www.liquidninja.com/metapad/ Stef _______________________________________________ csoundtekno mailing list csoundtekno@... Subscribe, unsubscribe, change mailing list options: http://plot.bek.no/mailman/listinfo/csoundtekno |
|
|
Re: wordpadblue. It's great, and it's got looping options, which
makes it more friendly to techno/contemporary music development. --- Iain Duncan <iainduncan@...> wrote: > Personally, I'm into gvim. It's really easy to > script gvim using Python, > which I already use, instead of having to learn > lisp. I've found that > extremely handy for patching instruments and scores > when I'm going to > make a similar change to a whole wack of files or > sections. > > What does everyone else use? > > Iain > > > Michael Gogins wrote: > > Scitex is an excellent choice, more intuitive than > Emacs yet quite functional. > > > > Regards, > > Mike > > > > -----Original Message----- > > From: Iain Duncan <iainduncan@...> > > Sent: Jul 16, 2005 4:47 PM > > To: "Making electronic dance music with csound." > <csoundtekno@...> > > Subject: Re: [CsndTek] wordpad > > > > James, it is well worth the time learning gvim or > emacs. Just try and > > learn a few new features every week, and soon > you'll be editing scores > > and instruments several times as efficiently! =) > > > > Iain > > > > James Cairney wrote: > > > >>Hi > >> > >>Does anyone know if there is a program like > wordpad with numbered rows. > >>I heard somewhere that there is. This would make > it easier for when I > >>get an error message for line 563! > >> > >>Thanks in advance > >> > >>James > >> > >> > >>_______________________________________________ > >>csoundtekno mailing list > >>csoundtekno@... > >> > >>Subscribe, unsubscribe, change mailing list > options: > >>http://plot.bek.no/mailman/listinfo/csoundtekno > >> > > > > > > _______________________________________________ > > csoundtekno mailing list > > csoundtekno@... > > > > Subscribe, unsubscribe, change mailing list > options: > > http://plot.bek.no/mailman/listinfo/csoundtekno > > > > > > > > _______________________________________________ > > csoundtekno mailing list > > csoundtekno@... > > > > Subscribe, unsubscribe, change mailing list > options: > > http://plot.bek.no/mailman/listinfo/csoundtekno > > > > _______________________________________________ > csoundtekno mailing list > csoundtekno@... > > Subscribe, unsubscribe, change mailing list options: > http://plot.bek.no/mailman/listinfo/csoundtekno > ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs _______________________________________________ csoundtekno mailing list csoundtekno@... Subscribe, unsubscribe, change mailing list options: http://plot.bek.no/mailman/listinfo/csoundtekno |
|
|
Re: wordpad> blue. It's great, and it's got looping options, which
> makes it more friendly to techno/contemporary music > development. Yeah, Steven's stuff is very cool. My long range plan is to streamline all my python composition tools, rewrite my user interface stuff in C/C++ so as to be able to use those languages for large code management, and then work on a way to integrate them with something like blue. That'll be a ways a way though. ; ) Iain > --- Iain Duncan <iainduncan@...> wrote: > > >>Personally, I'm into gvim. It's really easy to >>script gvim using Python, >>which I already use, instead of having to learn >>lisp. I've found that >>extremely handy for patching instruments and scores >>when I'm going to >>make a similar change to a whole wack of files or >>sections. >> >>What does everyone else use? >> >>Iain >> >> >>Michael Gogins wrote: >> >>>Scitex is an excellent choice, more intuitive than >> >>Emacs yet quite functional. >> >>>Regards, >>>Mike >>> >>>-----Original Message----- >>>From: Iain Duncan <iainduncan@...> >>>Sent: Jul 16, 2005 4:47 PM >>>To: "Making electronic dance music with csound." >> >><csoundtekno@...> >> >>>Subject: Re: [CsndTek] wordpad >>> >>>James, it is well worth the time learning gvim or >> >>emacs. Just try and >> >>>learn a few new features every week, and soon >> >>you'll be editing scores >> >>>and instruments several times as efficiently! =) >>> >>>Iain >>> >>>James Cairney wrote: >>> >>> >>>>Hi >>>> >>>>Does anyone know if there is a program like >> >>wordpad with numbered rows. >> >>>>I heard somewhere that there is. This would make >> >>it easier for when I >> >>>>get an error message for line 563! >>>> >>>>Thanks in advance >>>> >>>>James >>>> >>>> >>>>_______________________________________________ >>>>csoundtekno mailing list >>>>csoundtekno@... >>>> >>>>Subscribe, unsubscribe, change mailing list >> >>options: >> >>>>http://plot.bek.no/mailman/listinfo/csoundtekno >>>> >>> >>> >>>_______________________________________________ >>>csoundtekno mailing list >>>csoundtekno@... >>> >>>Subscribe, unsubscribe, change mailing list >> >>options: >> >>>http://plot.bek.no/mailman/listinfo/csoundtekno >>> >>> >>> >>>_______________________________________________ >>>csoundtekno mailing list >>>csoundtekno@... >>> >>>Subscribe, unsubscribe, change mailing list >> >>options: >> >>>http://plot.bek.no/mailman/listinfo/csoundtekno >>> >> >>_______________________________________________ >>csoundtekno mailing list >>csoundtekno@... >> >>Subscribe, unsubscribe, change mailing list options: >>http://plot.bek.no/mailman/listinfo/csoundtekno >> > > > > > > ____________________________________________________ > Start your day with Yahoo! - make it your home page > http://www.yahoo.com/r/hs > > > _______________________________________________ > csoundtekno mailing list > csoundtekno@... > > Subscribe, unsubscribe, change mailing list options: > http://plot.bek.no/mailman/listinfo/csoundtekno > _______________________________________________ csoundtekno mailing list csoundtekno@... Subscribe, unsubscribe, change mailing list options: http://plot.bek.no/mailman/listinfo/csoundtekno |
|
|
RE: wordpadWhat are Scitex and gvim?
Rich -----Original Message----- From: csoundtekno-bounces@... [mailto:csoundtekno-bounces@...] On Behalf Of Iain Duncan Sent: 18 July 2005 20:58 To: Making electronic dance music with csound. Subject: Re: [CsndTek] wordpad > blue. It's great, and it's got looping options, which > makes it more friendly to techno/contemporary music > development. Yeah, Steven's stuff is very cool. My long range plan is to streamline all my python composition tools, rewrite my user interface stuff in C/C++ so as to be able to use those languages for large code management, and then work on a way to integrate them with something like blue. That'll be a ways a way though. ; ) Iain > --- Iain Duncan <iainduncan@...> wrote: > > >>Personally, I'm into gvim. It's really easy to >>script gvim using Python, >>which I already use, instead of having to learn >>lisp. I've found that >>extremely handy for patching instruments and scores >>when I'm going to >>make a similar change to a whole wack of files or >>sections. >> >>What does everyone else use? >> >>Iain >> >> >>Michael Gogins wrote: >> >>>Scitex is an excellent choice, more intuitive than >> >>Emacs yet quite functional. >> >>>Regards, >>>Mike >>> >>>-----Original Message----- >>>From: Iain Duncan <iainduncan@...> >>>Sent: Jul 16, 2005 4:47 PM >>>To: "Making electronic dance music with csound." >> >><csoundtekno@...> >> >>>Subject: Re: [CsndTek] wordpad >>> >>>James, it is well worth the time learning gvim or >> >>emacs. Just try and >> >>>learn a few new features every week, and soon >> >>you'll be editing scores >> >>>and instruments several times as efficiently! =) >>> >>>Iain >>> >>>James Cairney wrote: >>> >>> >>>>Hi >>>> >>>>Does anyone know if there is a program like >> >>wordpad with numbered rows. >> >>>>I heard somewhere that there is. This would make >> >>it easier for when I >> >>>>get an error message for line 563! >>>> >>>>Thanks in advance >>>> >>>>James >>>> >>>> >>>>_______________________________________________ >>>>csoundtekno mailing list >>>>csoundtekno@... >>>> >>>>Subscribe, unsubscribe, change mailing list >> >>options: >> >>>>http://plot.bek.no/mailman/listinfo/csoundtekno >>>> >>> >>> >>>_______________________________________________ >>>csoundtekno mailing list >>>csoundtekno@... >>> >>>Subscribe, unsubscribe, change mailing list >> >>options: >> >>>http://plot.bek.no/mailman/listinfo/csoundtekno >>> >>> >>> >>>_______________________________________________ >>>csoundtekno mailing list >>>csoundtekno@... >>> >>>Subscribe, unsubscribe, change mailing list >> >>options: >> >>>http://plot.bek.no/mailman/listinfo/csoundtekno >>> >> >>_______________________________________________ >>csoundtekno mailing list >>csoundtekno@... >> >>Subscribe, unsubscribe, change mailing list options: >>http://plot.bek.no/mailman/listinfo/csoundtekno >> > > > > > > ____________________________________________________ > Start your day with Yahoo! - make it your home page > http://www.yahoo.com/r/hs > > > _______________________________________________ > csoundtekno mailing list > csoundtekno@... > > Subscribe, unsubscribe, change mailing list options: > http://plot.bek.no/mailman/listinfo/csoundtekno > _______________________________________________ csoundtekno mailing list csoundtekno@... Subscribe, unsubscribe, change mailing list options: http://plot.bek.no/mailman/listinfo/csoundtekno _______________________________________________ csoundtekno mailing list csoundtekno@... Subscribe, unsubscribe, change mailing list options: http://plot.bek.no/mailman/listinfo/csoundtekno |
|
|
Re: wordpadGoogle.
----- Original Message ----- From: "Richard Burford" <richyburford@...> To: "'Making electronic dance music with csound.'" <csoundtekno@...> Sent: Tuesday, July 19, 2005 7:09 AM Subject: RE: [CsndTek] wordpad > What are Scitex and gvim? > > Rich > > -----Original Message----- > From: csoundtekno-bounces@... > [mailto:csoundtekno-bounces@...] On Behalf Of Iain Duncan > Sent: 18 July 2005 20:58 > To: Making electronic dance music with csound. > Subject: Re: [CsndTek] wordpad > >> blue. It's great, and it's got looping options, which >> makes it more friendly to techno/contemporary music >> development. > > Yeah, Steven's stuff is very cool. My long range plan is to streamline > all my python composition tools, rewrite my user interface stuff in > C/C++ so as to be able to use those languages for large code management, > and then work on a way to integrate them with something like blue. > That'll be a ways a way though. ; ) > > Iain > > >> --- Iain Duncan <iainduncan@...> wrote: >> >> >>>Personally, I'm into gvim. It's really easy to >>>script gvim using Python, >>>which I already use, instead of having to learn >>>lisp. I've found that >>>extremely handy for patching instruments and scores >>>when I'm going to >>>make a similar change to a whole wack of files or >>>sections. >>> >>>What does everyone else use? >>> >>>Iain >>> >>> >>>Michael Gogins wrote: >>> >>>>Scitex is an excellent choice, more intuitive than >>> >>>Emacs yet quite functional. >>> >>>>Regards, >>>>Mike >>>> >>>>-----Original Message----- >>>>From: Iain Duncan <iainduncan@...> >>>>Sent: Jul 16, 2005 4:47 PM >>>>To: "Making electronic dance music with csound." >>> >>><csoundtekno@...> >>> >>>>Subject: Re: [CsndTek] wordpad >>>> >>>>James, it is well worth the time learning gvim or >>> >>>emacs. Just try and >>> >>>>learn a few new features every week, and soon >>> >>>you'll be editing scores >>> >>>>and instruments several times as efficiently! =) >>>> >>>>Iain >>>> >>>>James Cairney wrote: >>>> >>>> >>>>>Hi >>>>> >>>>>Does anyone know if there is a program like >>> >>>wordpad with numbered rows. >>> >>>>>I heard somewhere that there is. This would make >>> >>>it easier for when I >>> >>>>>get an error message for line 563! >>>>> >>>>>Thanks in advance >>>>> >>>>>James >>>>> >>>>> >>>>>_______________________________________________ >>>>>csoundtekno mailing list >>>>>csoundtekno@... >>>>> >>>>>Subscribe, unsubscribe, change mailing list >>> >>>options: >>> >>>>>http://plot.bek.no/mailman/listinfo/csoundtekno >>>>> >>>> >>>> >>>>_______________________________________________ >>>>csoundtekno mailing list >>>>csoundtekno@... >>>> >>>>Subscribe, unsubscribe, change mailing list >>> >>>options: >>> >>>>http://plot.bek.no/mailman/listinfo/csoundtekno >>>> >>>> >>>> >>>>_______________________________________________ >>>>csoundtekno mailing list >>>>csoundtekno@... >>>> >>>>Subscribe, unsubscribe, change mailing list >>> >>>options: >>> >>>>http://plot.bek.no/mailman/listinfo/csoundtekno >>>> >>> >>>_______________________________________________ >>>csoundtekno mailing list >>>csoundtekno@... >>> >>>Subscribe, unsubscribe, change mailing list options: >>>http://plot.bek.no/mailman/listinfo/csoundtekno >>> >> >> >> >> >> >> ____________________________________________________ >> Start your day with Yahoo! - make it your home page >> http://www.yahoo.com/r/hs >> >> >> _______________________________________________ >> csoundtekno mailing list >> csoundtekno@... >> >> Subscribe, unsubscribe, change mailing list options: >> http://plot.bek.no/mailman/listinfo/csoundtekno >> > > _______________________________________________ > csoundtekno mailing list > csoundtekno@... > > Subscribe, unsubscribe, change mailing list options: > http://plot.bek.no/mailman/listinfo/csoundtekno > > _______________________________________________ > csoundtekno mailing list > csoundtekno@... > > Subscribe, unsubscribe, change mailing list options: > http://plot.bek.no/mailman/listinfo/csoundtekno > _______________________________________________ csoundtekno mailing list csoundtekno@... Subscribe, unsubscribe, change mailing list options: http://plot.bek.no/mailman/listinfo/csoundtekno |
|
|
RE: wordpadI did that already man!
I could not find anything but printer and graphics stuff for Scitex which I assume, perhaps incorrectly, is unrelated to wordpad. Gvim is a linux based text editor for programming with highlighted text colours etc?? Rich -----Original Message----- From: csoundtekno-bounces@... [mailto:csoundtekno-bounces@...] On Behalf Of Michael Gogins Sent: 19 July 2005 13:32 To: Making electronic dance music with csound. Subject: Re: [CsndTek] wordpad Google. ----- Original Message ----- From: "Richard Burford" <richyburford@...> To: "'Making electronic dance music with csound.'" <csoundtekno@...> Sent: Tuesday, July 19, 2005 7:09 AM Subject: RE: [CsndTek] wordpad > What are Scitex and gvim? > > Rich > > -----Original Message----- > From: csoundtekno-bounces@... > [mailto:csoundtekno-bounces@...] On Behalf Of Iain Duncan > Sent: 18 July 2005 20:58 > To: Making electronic dance music with csound. > Subject: Re: [CsndTek] wordpad > >> blue. It's great, and it's got looping options, which >> makes it more friendly to techno/contemporary music >> development. > > Yeah, Steven's stuff is very cool. My long range plan is to streamline > all my python composition tools, rewrite my user interface stuff in > C/C++ so as to be able to use those languages for large code management, > and then work on a way to integrate them with something like blue. > That'll be a ways a way though. ; ) > > Iain > > >> --- Iain Duncan <iainduncan@...> wrote: >> >> >>>Personally, I'm into gvim. It's really easy to >>>script gvim using Python, >>>which I already use, instead of having to learn >>>lisp. I've found that >>>extremely handy for patching instruments and scores >>>when I'm going to >>>make a similar change to a whole wack of files or >>>sections. >>> >>>What does everyone else use? >>> >>>Iain >>> >>> >>>Michael Gogins wrote: >>> >>>>Scitex is an excellent choice, more intuitive than >>> >>>Emacs yet quite functional. >>> >>>>Regards, >>>>Mike >>>> >>>>-----Original Message----- >>>>From: Iain Duncan <iainduncan@...> >>>>Sent: Jul 16, 2005 4:47 PM >>>>To: "Making electronic dance music with csound." >>> >>><csoundtekno@...> >>> >>>>Subject: Re: [CsndTek] wordpad >>>> >>>>James, it is well worth the time learning gvim or >>> >>>emacs. Just try and >>> >>>>learn a few new features every week, and soon >>> >>>you'll be editing scores >>> >>>>and instruments several times as efficiently! =) >>>> >>>>Iain >>>> >>>>James Cairney wrote: >>>> >>>> >>>>>Hi >>>>> >>>>>Does anyone know if there is a program like >>> >>>wordpad with numbered rows. >>> >>>>>I heard somewhere that there is. This would make >>> >>>it easier for when I >>> >>>>>get an error message for line 563! >>>>> >>>>>Thanks in advance >>>>> >>>>>James >>>>> >>>>> >>>>>_______________________________________________ >>>>>csoundtekno mailing list >>>>>csoundtekno@... >>>>> >>>>>Subscribe, unsubscribe, change mailing list >>> >>>options: >>> >>>>>http://plot.bek.no/mailman/listinfo/csoundtekno >>>>> >>>> >>>> >>>>_______________________________________________ >>>>csoundtekno mailing list >>>>csoundtekno@... >>>> >>>>Subscribe, unsubscribe, change mailing list >>> >>>options: >>> >>>>http://plot.bek.no/mailman/listinfo/csoundtekno >>>> >>>> >>>> >>>>_______________________________________________ >>>>csoundtekno mailing list >>>>csoundtekno@... >>>> >>>>Subscribe, unsubscribe, change mailing list >>> >>>options: >>> >>>>http://plot.bek.no/mailman/listinfo/csoundtekno >>>> >>> >>>_______________________________________________ >>>csoundtekno mailing list >>>csoundtekno@... >>> >>>Subscribe, unsubscribe, change mailing list options: >>>http://plot.bek.no/mailman/listinfo/csoundtekno >>> >> >> >> >> >> >> ____________________________________________________ >> Start your day with Yahoo! - make it your home page >> http://www.yahoo.com/r/hs >> >> >> _______________________________________________ >> csoundtekno mailing list >> csoundtekno@... >> >> Subscribe, unsubscribe, change mailing list options: >> http://plot.bek.no/mailman/listinfo/csoundtekno >> > > _______________________________________________ > csoundtekno mailing list > csoundtekno@... > > Subscribe, unsubscribe, change mailing list options: > http://plot.bek.no/mailman/listinfo/csoundtekno > > _______________________________________________ > csoundtekno mailing list > csoundtekno@... > > Subscribe, unsubscribe, change mailing list options: > http://plot.bek.no/mailman/listinfo/csoundtekno > _______________________________________________ csoundtekno mailing list csoundtekno@... Subscribe, unsubscribe, change mailing list options: http://plot.bek.no/mailman/listinfo/csoundtekno _______________________________________________ csoundtekno mailing list csoundtekno@... Subscribe, unsubscribe, change mailing list options: http://plot.bek.no/mailman/listinfo/csoundtekno |
|
|
|
|
|
RE: wordpadMike,
Thanks very much for that. I'll go check it out now. I'm trying to learn python at the moment, not quite sure why but there ya go. It's good to keep on learning new things I guess. Rich -----Original Message----- From: csoundtekno-bounces@... [mailto:csoundtekno-bounces@...] On Behalf Of Michael Gogins Sent: 19 July 2005 15:06 To: Making electronic dance music with csound. Subject: RE: [CsndTek] wordpad Sorry, my mistake. It is scintilla, or to be really precise SciTE, not scitex: http://www.scintilla.org/SciTE.html This is better than emacs for lots of things especially if you are used to Windows style key bindings, and of course takes up much much less room than emacs. What is lacking is source level debugging. Regards, Mike -----Original Message----- From: Richard Burford <richyburford@...> Sent: Jul 19, 2005 9:05 AM To: "'Making electronic dance music with csound.'" <csoundtekno@...> Subject: RE: [CsndTek] wordpad I did that already man! I could not find anything but printer and graphics stuff for Scitex which I assume, perhaps incorrectly, is unrelated to wordpad. Gvim is a linux based text editor for programming with highlighted text colours etc?? Rich -----Original Message----- From: csoundtekno-bounces@... [mailto:csoundtekno-bounces@...] On Behalf Of Michael Gogins Sent: 19 July 2005 13:32 To: Making electronic dance music with csound. Subject: Re: [CsndTek] wordpad Google. ----- Original Message ----- From: "Richard Burford" <richyburford@...> To: "'Making electronic dance music with csound.'" <csoundtekno@...> Sent: Tuesday, July 19, 2005 7:09 AM Subject: RE: [CsndTek] wordpad > What are Scitex and gvim? > > Rich > > -----Original Message----- > From: csoundtekno-bounces@... > [mailto:csoundtekno-bounces@...] On Behalf Of Iain Duncan > Sent: 18 July 2005 20:58 > To: Making electronic dance music with csound. > Subject: Re: [CsndTek] wordpad > >> blue. It's great, and it's got looping options, which >> makes it more friendly to techno/contemporary music >> development. > > Yeah, Steven's stuff is very cool. My long range plan is to streamline > all my python composition tools, rewrite my user interface stuff in > C/C++ so as to be able to use those languages for large code management, > and then work on a way to integrate them with something like blue. > That'll be a ways a way though. ; ) > > Iain > > >> --- Iain Duncan <iainduncan@...> wrote: >> >> >>>Personally, I'm into gvim. It's really easy to >>>script gvim using Python, >>>which I already use, instead of having to learn >>>lisp. I've found that >>>extremely handy for patching instruments and scores >>>when I'm going to >>>make a similar change to a whole wack of files or >>>sections. >>> >>>What does everyone else use? >>> >>>Iain >>> >>> >>>Michael Gogins wrote: >>> >>>>Scitex is an excellent choice, more intuitive than >>> >>>Emacs yet quite functional. >>> >>>>Regards, >>>>Mike >>>> >>>>-----Original Message----- >>>>From: Iain Duncan <iainduncan@...> >>>>Sent: Jul 16, 2005 4:47 PM >>>>To: "Making electronic dance music with csound." >>> >>>< |