Oh, no.... surely it works on OSX! Previously I posted binaries for Windows, but that was just because users on that platform had specifically requested it. I was under the impression that OSX users just compiled it using the install target defined in SConstruct... In any event a user could just type $ fltk-config --compile frontends/cseditor/cseditor.cxx which is just a shorthanded way of saying g++ -I/usr/local/include -o cseditor cseditor.cxx -L/usr/local/lib /usr/local/lib/libfltk.a -lpthread -framework Carbon -framework ApplicationServices ; /Developer/Tools/Rez -t APPL -o cseditor /usr/local/include/FL/mac.r The fltk-config command using cseditor.cxx as its input works on all platforms, but naturally generates different libraries to link to. If you want the binary for OSX, just see this link http://www.csounds.com/node/37 -David On Feb 6, 2008 11:39 AM, Rory Walsh wrote: > If it's the same CsEditor that I've used in the past it's only available > on windows. > > Rory. > > > > joachim heintz wrote: > > i am using Csound5.07-OSX10.4-Intel > > i can't find it (locate cseditor etc) after installing > > so cseditor is not for os x? > > > > > > Am 05.02.2008 um 15:08 schrieb David Akbari: > > > >> I think it should be part of the installer packages.... > >> > >> > >> -David > >> > >> On Feb 5, 2008 6:53 AM, joachim heintz wrote: > >>> how to install your cseditor, david? > >>> joachim > >>> > >>> > >>> Am 05.02.2008 um 13:11 schrieb David Akbari: > >>> > >>> > >>>> I use cseditor. > >>>> > >>>> http://csound.cvs.sourceforge.net/csound/csound5/frontends/cseditor/ > >>>> cseditor.cxx?revision=1.4&view=markup > >>>> > >>>> Less frequently, I use MacCsound and blue although each of these has > >>>> unique and interesting GUI widgets. > >>>> > >>>> > >>>> > >>>> -David > >>>> > >>>> > >>>