|
View:
New views
19 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 - 3 | Next > |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/Editorsclang is a un!x command line tool with no GUI front-end. No views
primitives are linked with it. sclang is only the language interpreter and, as you have seen, you can use Vi, Emacs, or any othr method that allows you to communicate via pipes (this includes custom apps) to interact with it. It is the app (SuperCollider.app) that comes with cocoa views. cheers, x On Sat, May 17, 2008 at 6:49 PM, mr.proxxxy <mr.proxxxy@...> wrote: > > Ok. I will. > Just curious, though. Why? > > > > Josh Parmenter wrote: >> >> you'll have to use SwingOSC for the GUI. None of the cocoa gui widgets >> will work. >> >> Josh >> > -- > View this message in context: http://www.nabble.com/Building-Sclang-Executable-on-OS-X-%28leopard-or-other%29-AND-New-Interpreter-Editor-tp17156749p17297729.html > Sent from the Supercollider - User mailing list archive at Nabble.com. > > _______________________________________________ > sc-users mailing list > sc-users@... > http://lists.create.ucsb.edu/mailman/listinfo/sc-users > sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/EditorHi all,
I am ATTEMPTING to make an Aquamacs Emacs usable release available. inline help support is missing - see the README for details. The sclang and scsynth binaries are UBs, and the SCClassLibrary is tuned for the Emacs version. It may also be possible to run this with vim (I didn't try it). Follow the instructions in the README, and let me know if there are any problems. You will need to download Aquamacs Emacs app. Carbon Emacs or the Terminal based emacs may also work (probably will). The sc3-plugins extras, a recent quarks snapshot and SwingOSC are included. It is available under the sc3-snapshots sourceforge project under the UB releases here: https://sourceforge.net/project/showfiles.php?group_id=155616&package_id=184534 Hope they work! Josh On May 17, 2008, at 4:57 PM, blackrain wrote: > sclang is a un!x command line tool with no GUI front-end. No views > primitives are linked with it. sclang is only the language interpreter > and, as you have seen, you can use Vi, Emacs, or any othr method that > allows you to communicate via pipes (this includes custom apps) to > interact with it. > It is the app (SuperCollider.app) that comes with cocoa views. > > cheers, > > x > > On Sat, May 17, 2008 at 6:49 PM, mr.proxxxy <mr.proxxxy@...> > wrote: >> >> Ok. I will. >> Just curious, though. Why? >> >> >> >> Josh Parmenter wrote: >>> >>> you'll have to use SwingOSC for the GUI. None of the cocoa gui >>> widgets >>> will work. >>> >>> Josh >>> >> -- >> View this message in context: http://www.nabble.com/Building-Sclang-Executable-on-OS-X-%28leopard-or-other%29-AND-New-Interpreter-Editor-tp17156749p17297729.html >> Sent from the Supercollider - User mailing list archive at >> Nabble.com. >> >> _______________________________________________ >> sc-users mailing list >> sc-users@... >> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >> > _______________________________________________ > sc-users mailing list > sc-users@... > http://lists.create.ucsb.edu/mailman/listinfo/sc-users ****************************************** /* Joshua D. Parmenter http://www.realizedsound.net/josh/ “Every composer – at all times and in all cases – gives his own interpretation of how modern society is structured: whether actively or passively, consciously or unconsciously, he makes choices in this regard. He may be conservative or he may subject himself to continual renewal; or he may strive for a revolutionary, historical or social palingenesis." - Luigi Nono */ _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/EditorHi bkacjrain,
Thank you very much. Can man not use the SuperCollider3 Help File? The Cmd-D doesn't work. Furthermore, I have not got the followings in the SCEL-readme. 1. What does mean C-M-h in the following instruction? C-M-h opens or switches to the Help browser (if no Help file has been opened, the default Help file will be opened) 2. What does mean E in the following instruction? E copies the buffer, puts it in text mode and sclang-minor-mode, to enable you to edit the code parts to try out variations of the provided code in the help file. With C-M-h you can then return to the Help browser and browse further from the Help file. 2. C-c C-e is not defined. How can I define it? C-c C-e allows you to edit the source of the HTML file, for example if you want to improve it and commit it to the repository. On 17.05.2008 23:35 Uhr, "blackrain" <blackrain.sc@...> wrote: > Hi Prko, > > Glad you have sclang working. > > The dot emacs file is the emacs configuration file. > This file is found (if you already have one) in your home directory. > > To edit its contents or create a new one, do the following in emacs > (or Aquamacs): > > - open (visit in emacs lingo) the file by pressing Ctrl-x Ctrl-f > - emacs will ask you for the name of the file you want to open in the > minibuffer (at the bottom of the emacs window) > - type ~/.emacs and press enter. > > ~/ means your home directory. > notice the dot in front of emacs - without a space. > In UN!X like file systems, file names starting with a dot are 'hidden' > files. ie, these files wont be shown by the finder (or whatever window > manager is being used) so, File->Open cant be used in Aquamacs to edit > this file; we need to do Ctrl-x Ctrl-f. > > The contents of your dot emacs file will appear in emacs; empty if the > file did not exist (it has just been created), or it has nothing on > it, or the buffer will show some configuration lines if you already > had something in there. > > - type or paste these two lines at the top of the file: > > (add-to-list 'load-path "~/sclang/el") > (require 'sclang) > > - save the contents of the file > Menu File -> Save Buffer (in aquamax) or press Ctrl-x Ctrl-s > > - quit emacs and relaunch it. > > Now you need to customize your scel installation for things to work. > > - press Option-x (that is Meta-x) and the mini buffer (at the bottom > of the emacs frame) will become active. > - type sclang-customize (so the mini buffer reads: M-x sclang-customize) > - press enter. > > This will pop up a new Emacs frame (a new window) in Aquamacs - a yellow one. > - click on Sclang-Interface Go to Group > - click Sclang-options Go to Group (found at the very bottom) > > Now edit and set the Sclang Runtime directory field to: ~/sclang > click on the 'state' button just below Sclang Runtime directory and > select "Save for Future sessions" > > if the field already said ~/sclang and "Save for Future sessions" is > unavailable, just re-edit the field's contents and the option will > become available. > > The text next to the State button bellow "Sclang Runtime directory" > now will read: "Saved and set." > > close the customization frames. > >> From now on, when emacs is launched you will: > > - engage sclang mode in emacs with: > M-x sclang-mode > (again, this is Option x, the minibuffer becomes active, you type > sclang-mode and press enter). > * notice now you have a SClang menu. > > - start the interpreter Ctrl-c Ctrl-l > the emacs buffer will be split in two, the lower part is the post > window and you will see the library compile there. > > That is all. > > Please consult scel's documentation found in linux/scel/README for > more information. > > some additional notes: > - It would be a good idea to follow the Emacs tutorial found in Help > -> Emacs tutorial if you have never used emacs. > > - At the moment there is no online Help support in Emacs under osx (Ctrl-h). > w3m relies on libraries that are somewhat a pain to be made into a > static universal library - gc (so the executable could be distributed > w/o dependencies to dev kits). > > - The Emacs FAQ found in the Help menu, has all the information you > need to make Emacs use line numbers along with tons of other kewl > stuff. > > cheers, > > x > > > > On Sat, May 17, 2008 at 12:47 PM, PyoungRyang Ko > <pyoungryang.ko@...> wrote: >> Dear blackrain, >> >> I followed your instruction. >> However I have not got the following: >> >> Add these two lines to your dot emacs file (create one if it doesn't exist). >> (add-to-list 'load-path "~/sclang/el") >> (require 'sclang) >> save the changes. >> >> I have installed Aquamacs Emacs. >> How can I create dot emacs file? >> I have not used Emacs. >> >> The other things which are described in "README SCLang OSX" all OK!!!! >> >> Thank you for your hints! >> >> Best, >> Prko >> >> >> _______________________________________________ >> sc-users mailing list >> sc-users@... >> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >> _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/EditorMore about help
If I type: Help.gui; The following error messages bring up. ERROR: A primitive was not bound. 0 551 Instance of Method { (00697D20, gc=01, fmt=00, flg=11, set=04) instance variables [15] raw1 : Float 3.885846e-318 00000000 000C0048 raw2 : Float 5.56268497783366e-309 00040000 04000304 code : instance of Int8Array (00697E60, size=4, set=1) selectors : nil constants : nil prototypeFrame : instance of Array (00697E10, size=4, set=2) context : nil argNames : instance of SymbolArray (00697DD0, size=4, set=1) varNames : nil sourceCode : nil ownerClass : class SCView (00690CC0) name : Symbol 'prInit' primitiveName : Symbol '_SCView_New' filenameSymbol : Symbol '/Users/prko/sclang/SCClassLibrary/Common/GUI/Base/SCView.sc' charPos : Integer 6387 } ERROR: Primitive 'none' failed. Failed. RECEIVER: nil CALL STACK: MethodError:reportError 0114F810 arg this = <instance of PrimitiveFailedError> Nil:handleError 0114F7B0 arg this = nil arg error = <instance of PrimitiveFailedError> Thread:handleError 0114F750 arg this = <instance of Thread> arg error = <instance of PrimitiveFailedError> Object:throw 0114F6F0 arg this = <instance of PrimitiveFailedError> Object:primitiveFailed 0114F690 arg this = nil SCView:init 0114F630 arg this = <instance of SCTopView> arg argParent = nil arg argBounds = <instance of Rect> SCContainerView:init 0114F5D0 arg this = <instance of SCTopView> arg argParent = nil arg argBounds = <instance of Rect> SCWindow:initSCWindow 01146D10 arg this = <instance of SCWindow> arg argName = "Help browser" arg argBounds = <instance of Rect> arg resizable = true arg border = true arg scroll = false Meta_Help:gui 0119F3D0 arg this = class Help arg sysext = true arg userext = true var classes = nil var win = nil var lists = nil var listviews = nil var numcols = 5 var selecteditem = nil var node = nil var newlist = nil var curkey = nil var selectednodes = nil var scrollView = nil var compView = nil var textView = nil var buttonView = nil var classButt = nil var browseButt = nil var isClass = nil Interpreter:interpretPrintCmdLine 01094390 arg this = <instance of Interpreter> var res = nil var func = <instance of Function> var code = "Help.gui;" Process:interpretPrintCmdLine 0114F4B0 arg this = <instance of Main> _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/EditorDear Josh,
Where can I find the following file? .bash_profile Best, pdko On 18.05.2008 6:14 Uhr, "Josh Parmenter" <josh@...> wrote: > Hi all, > > I am ATTEMPTING to make an Aquamacs Emacs usable release available. > inline help support is missing - see the README for details. The > sclang and scsynth binaries are UBs, and the SCClassLibrary is tuned > for the Emacs version. It may also be possible to run this with vim (I > didn't try it). Follow the instructions in the README, and let me know > if there are any problems. You will need to download Aquamacs Emacs > app. Carbon Emacs or the Terminal based emacs may also work (probably > will). The sc3-plugins extras, a recent quarks snapshot and SwingOSC > are included. It is available under the sc3-snapshots sourceforge > project under the UB releases here: > > 4 > > Hope they work! > > Josh > > On May 17, 2008, at 4:57 PM, blackrain wrote: > >> sclang is a un!x command line tool with no GUI front-end. No views >> primitives are linked with it. sclang is only the language interpreter >> and, as you have seen, you can use Vi, Emacs, or any othr method that >> allows you to communicate via pipes (this includes custom apps) to >> interact with it. >> It is the app (SuperCollider.app) that comes with cocoa views. >> >> cheers, >> >> x >> >> On Sat, May 17, 2008 at 6:49 PM, mr.proxxxy <mr.proxxxy@...> >> wrote: >>> >>> Ok. I will. >>> Just curious, though. Why? >>> >>> >>> >>> Josh Parmenter wrote: >>>> >>>> you'll have to use SwingOSC for the GUI. None of the cocoa gui >>>> widgets >>>> will work. >>>> >>>> Josh >>>> >>> -- >>> View this message in context: >>> http://www.nabble.com/Building-Sclang-Executable-on-OS-X-%28leopard-or-other >>> %29-AND-New-Interpreter-Editor-tp17156749p17297729.html >>> Sent from the Supercollider - User mailing list archive at >>> Nabble.com. >>> >>> _______________________________________________ >>> sc-users mailing list >>> sc-users@... >>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>> >> _______________________________________________ >> sc-users mailing list >> sc-users@... >> http://lists.create.ucsb.edu/mailman/listinfo/sc-users > > ****************************************** > /* Joshua D. Parmenter > http://www.realizedsound.net/josh/ > > ³Every composer at all times and in all cases gives his own > interpretation of how modern society is structured: whether actively > or passively, consciously or unconsciously, he makes choices in this > regard. He may be conservative or he may subject himself to continual > renewal; or he may strive for a revolutionary, historical or social > palingenesis." - Luigi Nono > */ > > _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/EditorHi PyongRyang,
normally the .bash_profile is located in the home directory. Here is a nice article about bash on os X http://www.oreilly.com/pub/a/mac/2004/02/24/bash.html Greetings to Basel! Björn --- PyoungRyang Ko <pyoungryang.ko@...> schrieb am So, 18.5.2008: > Von: PyoungRyang Ko <pyoungryang.ko@...> > Betreff: Re: [sc-users] Building Sclang Executable on OS X (leopard or other) AND New Interpreter/Editor > An: "SuperCollider users mailing list" <sc-users@...> > Datum: Sonntag, 18. Mai 2008, 10:55 > Dear Josh, > > Where can I find the following file? > .bash_profile > > Best, > pdko > > On 18.05.2008 6:14 Uhr, "Josh Parmenter" > <josh@...> wrote: > > > Hi all, > > > > I am ATTEMPTING to make an Aquamacs Emacs usable > release available. > > inline help support is missing - see the README for > details. The > > sclang and scsynth binaries are UBs, and the > SCClassLibrary is tuned > > for the Emacs version. It may also be possible to run > this with vim (I > > didn't try it). Follow the instructions in the > README, and let me know > > if there are any problems. You will need to download > Aquamacs Emacs > > app. Carbon Emacs or the Terminal based emacs may also > work (probably > > will). The sc3-plugins extras, a recent quarks > snapshot and SwingOSC > > are included. It is available under the sc3-snapshots > sourceforge > > project under the UB releases here: > > > > > https://sourceforge.net/project/showfiles.php?group_id=155616&package_id=18453> > 4 > > > > Hope they work! > > > > Josh > > > > On May 17, 2008, at 4:57 PM, blackrain wrote: > > > >> sclang is a un!x command line tool with no GUI > front-end. No views > >> primitives are linked with it. sclang is only the > language interpreter > >> and, as you have seen, you can use Vi, Emacs, or > any othr method that > >> allows you to communicate via pipes (this includes > custom apps) to > >> interact with it. > >> It is the app (SuperCollider.app) that comes with > cocoa views. > >> > >> cheers, > >> > >> x > >> > >> On Sat, May 17, 2008 at 6:49 PM, mr.proxxxy > <mr.proxxxy@...> > >> wrote: > >>> > >>> Ok. I will. > >>> Just curious, though. Why? > >>> > >>> > >>> > >>> Josh Parmenter wrote: > >>>> > >>>> you'll have to use SwingOSC for the > GUI. None of the cocoa gui > >>>> widgets > >>>> will work. > >>>> > >>>> Josh > >>>> > >>> -- > >>> View this message in context: > >>> > http://www.nabble.com/Building-Sclang-Executable-on-OS-X-%28leopard-or-other > >>> > %29-AND-New-Interpreter-Editor-tp17156749p17297729.html > >>> Sent from the Supercollider - User mailing > list archive at > >>> Nabble.com. > >>> > >>> > _______________________________________________ > >>> sc-users mailing list > >>> sc-users@... > >>> > http://lists.create.ucsb.edu/mailman/listinfo/sc-users > >>> > >> _______________________________________________ > >> sc-users mailing list > >> sc-users@... > >> > http://lists.create.ucsb.edu/mailman/listinfo/sc-users > > > > ****************************************** > > /* Joshua D. Parmenter > > http://www.realizedsound.net/josh/ > > > > ³Every composer at all times and in all cases > gives his own > > interpretation of how modern society is structured: > whether actively > > or passively, consciously or unconsciously, he makes > choices in this > > regard. He may be conservative or he may subject > himself to continual > > renewal; or he may strive for a revolutionary, > historical or social > > palingenesis." - Luigi Nono > > */ > > > > > > > _______________________________________________ > sc-users mailing list > sc-users@... > http://lists.create.ucsb.edu/mailman/listinfo/sc-users __________________________________________________________ Gesendet von Yahoo! Mail. Dem pfiffigeren Posteingang. http://de.overview.mail.yahoo.com _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/EditorOne qestion more!
In the following instruction of you, "ctrl-c, ctrl-f" is not defined in Aquamacs. How can I define it? My Aquamacs is a clean copy. Open Aquamacs Emacs Create a SuperCollider file: ctrl-c, ctrl-f something.scd Best prko _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/EditorHiho,
On 5/17/08, blackrain <blackrain.sc@...> wrote: > Hi Marije, > Sorry I missed your post. > > We could do this in OSXPlatform:startup: > > startup { > if ( this.hasFeature( \emacs ) or:{ this.hasFeature('CocoaDocument') }) { > Document.implementationClass.startup; > }; > > and then, > 1 - The user would have to manually disable the CocoaDocument class > (as in place the file in a 'test' folder) if they want to use the > library with sclang. Be it stand alone or in scel. > but... > 2 - The method creates the servers windows and the interpreter will > whine if there is no views server so these would still have to be > commented out: > > startup { > if ( this.hasFeature( \emacs ) or:{ this.hasFeature('CocoaDocument') }) { > Document.implementationClass.startup; > }; > // make server window > // Server.internal.makeWindow; > // Server.local.makeWindow; > this.loadStartupFiles; > } > > I dont see a better way to have this working clean w/o user mods. the windows could only be made if Cocoa is active. > Currently we dont have a way to tell if it is the app, scel, or > nothing at all (as in sclang from the command line) that is actually > compiling the library. well... for scel we do have this actually, since if the FIFO with Emacs is not created the feature \emacs is not set. there should be a way for the app to define something somewhere that the lang can retrieve. isn't the app a separate .cpp file, in which this could be done? sincerely, Marije > > cheers, > > x > > On Mon, May 12, 2008 at 1:57 PM, nescivi <nescivi@...> wrote: >> Hiho, >> >> On Monday 12 May 2008 11:49:02 scacinto wrote: >>> Hey x, >>> This actually fails with the same error. I must be doing something >>> wrong in the build process, as I followed the rest of your instructions >>> to >>> a tee (though I'm not sure what the problem was with the '\emacs \emacs' >>> thing... was that something wrong on my end? (I haven't even installed >>> emacs, let alone called it for anything... perhaps that's the >>> problem?...) >> >> The \emacs feature is set when the Emacs class has succesfully created a >> command FIFO between emacs and SC. >> So I guess, OSXPlatform should also have this bit in *startup, just like >> LinuxPlatform: >> >> if ( this.hasFeature( \emacs ) ) { >> Document.implementationClass.startup; >> }; >> >> (or maybe that should be moved to Main, assuming windows can theoretically >> also use the emacs interface). >> >> sincerely, >> Marije >> _______________________________________________ >> sc-users mailing list >> sc-users@... >> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >> > sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/EditorSome of these questions have been answered in recent emails.
No, not in emacs yet. Josh is working on it: "I am ATTEMPTING to make an Aquamacs Emacs usable release available. inline help support is missing - see the README for details."
Answered again by Josh, yesterday: "you'll have to use SwingOSC for the GUI. None of the cocoa gui widgets will work." And blackrain explained why: "sclang is a un!x command line tool with no GUI front-end. No views primitives are linked with it. sclang is only the language interpreter and, as you have seen, you can use Vi, Emacs, or any othr method that allows you to communicate via pipes (this includes custom apps) to interact with it. It is the app (SuperCollider.app) that comes with cocoa views." hjh : H. James Harkins : http://www.dewdrop-world.net .::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..: "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/EditorThank you, Björn, Blackrain and Josh!!!!!!
On 18.05.2008 11:43 Uhr, "Björn Kessler" <kebjoern@...> wrote: > Hi PyongRyang, > > normally the .bash_profile is located in the home directory. Here is a nice > article about bash on os X > > http://www.oreilly.com/pub/a/mac/2004/02/24/bash.html > > Greetings to Basel! > > Björn > > > --- PyoungRyang Ko <pyoungryang.ko@...> schrieb am So, 18.5.2008: > >> Von: PyoungRyang Ko <pyoungryang.ko@...> >> Betreff: Re: [sc-users] Building Sclang Executable on OS X (leopard or other) >> AND New Interpreter/Editor >> An: "SuperCollider users mailing list" <sc-users@...> >> Datum: Sonntag, 18. Mai 2008, 10:55 >> Dear Josh, >> >> Where can I find the following file? >> .bash_profile >> >> Best, >> pdko >> >> On 18.05.2008 6:14 Uhr, "Josh Parmenter" >> <josh@...> wrote: >> >>> Hi all, >>> >>> I am ATTEMPTING to make an Aquamacs Emacs usable >> release available. >>> inline help support is missing - see the README for >> details. The >>> sclang and scsynth binaries are UBs, and the >> SCClassLibrary is tuned >>> for the Emacs version. It may also be possible to run >> this with vim (I >>> didn't try it). Follow the instructions in the >> README, and let me know >>> if there are any problems. You will need to download >> Aquamacs Emacs >>> app. Carbon Emacs or the Terminal based emacs may also >> work (probably >>> will). The sc3-plugins extras, a recent quarks >> snapshot and SwingOSC >>> are included. It is available under the sc3-snapshots >> sourceforge >>> project under the UB releases here: >>> >>> >> https://sourceforge.net/project/showfiles.php?group_id=155616&package_id=1845 >> 3> >> 4 >>> >>> Hope they work! >>> >>> Josh >>> >>> On May 17, 2008, at 4:57 PM, blackrain wrote: >>> >>>> sclang is a un!x command line tool with no GUI >> front-end. No views >>>> primitives are linked with it. sclang is only the >> language interpreter >>>> and, as you have seen, you can use Vi, Emacs, or >> any othr method that >>>> allows you to communicate via pipes (this includes >> custom apps) to >>>> interact with it. >>>> It is the app (SuperCollider.app) that comes with >> cocoa views. >>>> >>>> cheers, >>>> >>>> x >>>> >>>> On Sat, May 17, 2008 at 6:49 PM, mr.proxxxy >> <mr.proxxxy@...> >>>> wrote: >>>>> >>>>> Ok. I will. >>>>> Just curious, though. Why? >>>>> >>>>> >>>>> >>>>> Josh Parmenter wrote: >>>>>> >>>>>> you'll have to use SwingOSC for the >> GUI. None of the cocoa gui >>>>>> widgets >>>>>> will work. >>>>>> >>>>>> Josh >>>>>> >>>>> -- >>>>> View this message in context: >>>>> >> http://www.nabble.com/Building-Sclang-Executable-on-OS-X-%28leopard-or-other >>>>> >> %29-AND-New-Interpreter-Editor-tp17156749p17297729.html >>>>> Sent from the Supercollider - User mailing >> list archive at >>>>> Nabble.com. >>>>> >>>>> >> _______________________________________________ >>>>> sc-users mailing list >>>>> sc-users@... >>>>> >> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>>>> >>>> _______________________________________________ >>>> sc-users mailing list >>>> sc-users@... >>>> >> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>> >>> ****************************************** >>> /* Joshua D. Parmenter >>> http://www.realizedsound.net/josh/ >>> >>> ³Every composer at all times and in all cases >> gives his own >>> interpretation of how modern society is structured: >> whether actively >>> or passively, consciously or unconsciously, he makes >> choices in this >>> regard. He may be conservative or he may subject >> himself to continual >>> renewal; or he may strive for a revolutionary, >> historical or social >>> palingenesis." - Luigi Nono >>> */ >>> >>> >> >> >> _______________________________________________ >> sc-users mailing list >> sc-users@... >> http://lists.create.ucsb.edu/mailman/listinfo/sc-users > > > __________________________________________________________ > Gesendet von Yahoo! Mail. > Dem pfiffigeren Posteingang. > http://de.overview.mail.yahoo.com > _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/EditorMy internet connection is instable, so I missed some messages. Best _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/Editor>> normally the .bash_profile is located in the home directory.
If you are on Leopard and it's just about extending the path, you might want to go for the file: /private/etc/paths Apparently that's the new recommended way on Leopard. You just add a path in a new line. No export, $HOME etc... :) best .r. On 18.05.2008, at 20:05, PyoungRyang Ko wrote: > Thank you, Björn, Blackrain and Josh!!!!!! > > > On 18.05.2008 11:43 Uhr, "Björn Kessler" <kebjoern@...> wrote: > >> Hi PyongRyang, >> >> normally the .bash_profile is located in the home directory. Here >> is a nice >> article about bash on os X >> >> http://www.oreilly.com/pub/a/mac/2004/02/24/bash.html >> >> Greetings to Basel! >> >> Björn >> >> >> --- PyoungRyang Ko <pyoungryang.ko@...> schrieb am So, >> 18.5.2008: >> >>> Von: PyoungRyang Ko <pyoungryang.ko@...> >>> Betreff: Re: [sc-users] Building Sclang Executable on OS X >>> (leopard or other) >>> AND New Interpreter/Editor >>> An: "SuperCollider users mailing list" <sc-users@...> >>> Datum: Sonntag, 18. Mai 2008, 10:55 >>> Dear Josh, >>> >>> Where can I find the following file? >>> .bash_profile >>> >>> Best, >>> pdko >>> >>> On 18.05.2008 6:14 Uhr, "Josh Parmenter" >>> <josh@...> wrote: >>> >>>> Hi all, >>>> >>>> I am ATTEMPTING to make an Aquamacs Emacs usable >>> release available. >>>> inline help support is missing - see the README for >>> details. The >>>> sclang and scsynth binaries are UBs, and the >>> SCClassLibrary is tuned >>>> for the Emacs version. It may also be possible to run >>> this with vim (I >>>> didn't try it). Follow the instructions in the >>> README, and let me know >>>> if there are any problems. You will need to download >>> Aquamacs Emacs >>>> app. Carbon Emacs or the Terminal based emacs may also >>> work (probably >>>> will). The sc3-plugins extras, a recent quarks >>> snapshot and SwingOSC >>>> are included. It is available under the sc3-snapshots >>> sourceforge >>>> project under the UB releases here: >>>> >>>> >>> https://sourceforge.net/project/showfiles.php?group_id=155616&package_id=1845 >>> 3> >>> 4 >>>> >>>> Hope they work! >>>> >>>> Josh >>>> >>>> On May 17, 2008, at 4:57 PM, blackrain wrote: >>>> >>>>> sclang is a un!x command line tool with no GUI >>> front-end. No views >>>>> primitives are linked with it. sclang is only the >>> language interpreter >>>>> and, as you have seen, you can use Vi, Emacs, or >>> any othr method that >>>>> allows you to communicate via pipes (this includes >>> custom apps) to >>>>> interact with it. >>>>> It is the app (SuperCollider.app) that comes with >>> cocoa views. >>>>> >>>>> cheers, >>>>> >>>>> x >>>>> >>>>> On Sat, May 17, 2008 at 6:49 PM, mr.proxxxy >>> <mr.proxxxy@...> >>>>> wrote: >>>>>> >>>>>> Ok. I will. >>>>>> Just curious, though. Why? >>>>>> >>>>>> >>>>>> >>>>>> Josh Parmenter wrote: >>>>>>> >>>>>>> you'll have to use SwingOSC for the >>> GUI. None of the cocoa gui >>>>>>> widgets >>>>>>> will work. >>>>>>> >>>>>>> Josh >>>>>>> >>>>>> -- >>>>>> View this message in context: >>>>>> >>> http://www.nabble.com/Building-Sclang-Executable-on-OS-X-%28leopard-or-other >>>>>> >>> %29-AND-New-Interpreter-Editor-tp17156749p17297729.html >>>>>> Sent from the Supercollider - User mailing >>> list archive at >>>>>> Nabble.com. >>>>>> >>>>>> >>> _______________________________________________ >>>>>> sc-users mailing list >>>>>> sc-users@... >>>>>> >>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>>>>> >>>>> _______________________________________________ >>>>> sc-users mailing list >>>>> sc-users@... >>>>> >>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>>> >>>> ****************************************** >>>> /* Joshua D. Parmenter >>>> http://www.realizedsound.net/josh/ >>>> >>>> “Every composer – at all times and in all cases – >>> gives his own >>>> interpretation of how modern society is structured: >>> whether actively >>>> or passively, consciously or unconsciously, he makes >>> choices in this >>>> regard. He may be conservative or he may subject >>> himself to continual >>>> renewal; or he may strive for a revolutionary, >>> historical or social >>>> palingenesis." - Luigi Nono >>>> */ >>>> >>>> >>> >>> >>> _______________________________________________ >>> sc-users mailing list >>> sc-users@... >>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >> >> >> __________________________________________________________ >> Gesendet von Yahoo! Mail. >> Dem pfiffigeren Posteingang. >> http://de.overview.mail.yahoo.com >> > > > _______________________________________________ > sc-users mailing list > sc-users@... > http://lists.create.ucsb.edu/mailman/listinfo/sc-users > > _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/Editorsorry... I meant ctrl-x, ctrl-f
Josh On May 18, 2008, at 3:28 AM, PyoungRyang Ko wrote: > One qestion more! > > In the following instruction of you, > "ctrl-c, ctrl-f" is not defined in Aquamacs. > How can I define it? > My Aquamacs is a clean copy. > > Open Aquamacs Emacs > Create a SuperCollider file: > > ctrl-c, ctrl-f something.scd > > Best > prko > > > > _______________________________________________ > sc-users mailing list > sc-users@... > http://lists.create.ucsb.edu/mailman/listinfo/sc-users ****************************************** /* Joshua D. Parmenter http://www.realizedsound.net/josh/ “Every composer – at all times and in all cases – gives his own interpretation of how modern society is structured: whether actively or passively, consciously or unconsciously, he makes choices in this regard. He may be conservative or he may subject himself to continual renewal; or he may strive for a revolutionary, historical or social palingenesis." - Luigi Nono */ _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/EditorThank you very much Rainer Schuetz.
However I don't know how to save the file named paths in the folder /private/etc/ and it is not so clear what I must add. Perhaps you mean a line $HOME/sclang ? I am sorry that I have very little experience with programming. Yours sincerely, prko On 18.05.2008 22:49 Uhr, "Rainer Schuetz" <rainer.schuetz@...> wrote: >>> normally the .bash_profile is located in the home directory. > > If you are on Leopard and it's just about extending the path, you > might want to go for the file: > > /private/etc/paths > > Apparently that's the new recommended way on Leopard. You just add a > path in a new line. No export, $HOME etc... :) > > best .r. > > On 18.05.2008, at 20:05, PyoungRyang Ko wrote: > >> Thank you, Björn, Blackrain and Josh!!!!!! >> >> >> On 18.05.2008 11:43 Uhr, "Björn Kessler" <kebjoern@...> wrote: >> >>> Hi PyongRyang, >>> >>> normally the .bash_profile is located in the home directory. Here >>> is a nice >>> article about bash on os X >>> >>> http://www.oreilly.com/pub/a/mac/2004/02/24/bash.html >>> >>> Greetings to Basel! >>> >>> Björn >>> >>> >>> --- PyoungRyang Ko <pyoungryang.ko@...> schrieb am So, >>> 18.5.2008: >>> >>>> Von: PyoungRyang Ko <pyoungryang.ko@...> >>>> Betreff: Re: [sc-users] Building Sclang Executable on OS X >>>> (leopard or other) >>>> AND New Interpreter/Editor >>>> An: "SuperCollider users mailing list" <sc-users@...> >>>> Datum: Sonntag, 18. Mai 2008, 10:55 >>>> Dear Josh, >>>> >>>> Where can I find the following file? >>>> .bash_profile >>>> >>>> Best, >>>> pdko >>>> >>>> On 18.05.2008 6:14 Uhr, "Josh Parmenter" >>>> <josh@...> wrote: >>>> >>>>> Hi all, >>>>> >>>>> I am ATTEMPTING to make an Aquamacs Emacs usable >>>> release available. >>>>> inline help support is missing - see the README for >>>> details. The >>>>> sclang and scsynth binaries are UBs, and the >>>> SCClassLibrary is tuned >>>>> for the Emacs version. It may also be possible to run >>>> this with vim (I >>>>> didn't try it). Follow the instructions in the >>>> README, and let me know >>>>> if there are any problems. You will need to download >>>> Aquamacs Emacs >>>>> app. Carbon Emacs or the Terminal based emacs may also >>>> work (probably >>>>> will). The sc3-plugins extras, a recent quarks >>>> snapshot and SwingOSC >>>>> are included. It is available under the sc3-snapshots >>>> sourceforge >>>>> project under the UB releases here: >>>>> >>>>> >>>> https://sourceforge.net/project/showfiles.php?group_id=155616&package_id=18 >>>> 45 >>>> 3> >>>> 4 >>>>> >>>>> Hope they work! >>>>> >>>>> Josh >>>>> >>>>> On May 17, 2008, at 4:57 PM, blackrain wrote: >>>>> >>>>>> sclang is a un!x command line tool with no GUI >>>> front-end. No views >>>>>> primitives are linked with it. sclang is only the >>>> language interpreter >>>>>> and, as you have seen, you can use Vi, Emacs, or >>>> any othr method that >>>>>> allows you to communicate via pipes (this includes >>>> custom apps) to >>>>>> interact with it. >>>>>> It is the app (SuperCollider.app) that comes with >>>> cocoa views. >>>>>> >>>>>> cheers, >>>>>> >>>>>> x >>>>>> >>>>>> On Sat, May 17, 2008 at 6:49 PM, mr.proxxxy >>>> <mr.proxxxy@...> >>>>>> wrote: >>>>>>> >>>>>>> Ok. I will. >>>>>>> Just curious, though. Why? >>>>>>> >>>>>>> >>>>>>> >>>>>>> Josh Parmenter wrote: >>>>>>>> >>>>>>>> you'll have to use SwingOSC for the >>>> GUI. None of the cocoa gui >>>>>>>> widgets >>>>>>>> will work. >>>>>>>> >>>>>>>> Josh >>>>>>>> >>>>>>> -- >>>>>>> View this message in context: >>>>>>> >>>> r >>>>>>> >>>> %29-AND-New-Interpreter-Editor-tp17156749p17297729.html >>>>>>> Sent from the Supercollider - User mailing >>>> list archive at >>>>>>> Nabble.com. >>>>>>> >>>>>>> >>>> _______________________________________________ >>>>>>> sc-users mailing list >>>>>>> sc-users@... >>>>>>> >>>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>>>>>> >>>>>> _______________________________________________ >>>>>> sc-users mailing list >>>>>> sc-users@... >>>>>> >>>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>>>> >>>>> ****************************************** >>>>> /* Joshua D. Parmenter >>>>> http://www.realizedsound.net/josh/ >>>>> >>>>> ³Every composer at all times and in all cases >>>> gives his own >>>>> interpretation of how modern society is structured: >>>> whether actively >>>>> or passively, consciously or unconsciously, he makes >>>> choices in this >>>>> regard. He may be conservative or he may subject >>>> himself to continual >>>>> renewal; or he may strive for a revolutionary, >>>> historical or social >>>>> palingenesis." - Luigi Nono >>>>> */ >>>>> >>>>> >>>> >>>> >>>> _______________________________________________ >>>> sc-users mailing list >>>> sc-users@... >>>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>> >>> >>> __________________________________________________________ >>> Gesendet von Yahoo! Mail. >>> Dem pfiffigeren Posteingang. >>> http://de.overview.mail.yahoo.com >>> >> >> >> _______________________________________________ >> sc-users mailing list >> sc-users@... >> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >> >> _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/Editordo this.
Open a Terminal. Type 'sudo vim /etc/paths' (type your password at the promt) your file will have a list of paths that looks something like this: /usr/bin /bin /usr/sbin /sbin /usr/local/bin Simply add '/Users/YOURUSERNAMEHERE/sclang' to the file (substituting your username for the 'YOURUSER...' and then type ':wq' and enter. That's colon followed by 'w' for 'write' and 'q' for 'quit.' You should be all set. -S
______________________________
Scott Petersen Assistant Director, YalMusT Music Technology Specialist Department of Music Yale University, New Haven, CT 06511 United States |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/Editor> However I don't know how to save the file named
> paths > in the folder > /private/etc/ > > and it is not so clear what I must add. Perhaps you mean a line Do you know how to use an editor in the terminal, something like nano? If you copied Josh's bundle to the path recommended in the README you only need to add the line ~/sclang in /private/etc/paths. A yes, and to store the file you have to use sudo, so: sudo nano -w /private/etc/paths you will be asked for your password, type it (you have to have admin- rights) once nano is open go with the cursor to the end of the file, add the line ~/sclang press ctrl-x, and answer the prompt with y and Enter - no, Return :) That should be it - I hope I didn't forget anything :) Best r. On 19.05.2008, at 23:31, PyoungRyang Ko wrote: > Thank you very much Rainer Schuetz. > However I don't know how to save the file named > > paths > > in the folder > > /private/etc/ > > and it is not so clear what I must add. Perhaps you mean a line > > $HOME/sclang > > ? > > I am sorry that I have very little experience with programming. > > Yours sincerely, > prko > > > On 18.05.2008 22:49 Uhr, "Rainer Schuetz" <rainer.schuetz@...> > wrote: > >>>> normally the .bash_profile is located in the home directory. >> >> If you are on Leopard and it's just about extending the path, you >> might want to go for the file: >> >> /private/etc/paths >> >> Apparently that's the new recommended way on Leopard. You just add a >> path in a new line. No export, $HOME etc... :) >> >> best .r. >> >> On 18.05.2008, at 20:05, PyoungRyang Ko wrote: >> >>> Thank you, Björn, Blackrain and Josh!!!!!! >>> >>> >>> On 18.05.2008 11:43 Uhr, "Björn Kessler" <kebjoern@...> wrote: >>> >>>> Hi PyongRyang, >>>> >>>> normally the .bash_profile is located in the home directory. Here >>>> is a nice >>>> article about bash on os X >>>> >>>> http://www.oreilly.com/pub/a/mac/2004/02/24/bash.html >>>> >>>> Greetings to Basel! >>>> >>>> Björn >>>> >>>> >>>> --- PyoungRyang Ko <pyoungryang.ko@...> schrieb am So, >>>> 18.5.2008: >>>> >>>>> Von: PyoungRyang Ko <pyoungryang.ko@...> >>>>> Betreff: Re: [sc-users] Building Sclang Executable on OS X >>>>> (leopard or other) >>>>> AND New Interpreter/Editor >>>>> An: "SuperCollider users mailing list" <sc-users@...> >>>>> Datum: Sonntag, 18. Mai 2008, 10:55 >>>>> Dear Josh, >>>>> >>>>> Where can I find the following file? >>>>> .bash_profile >>>>> >>>>> Best, >>>>> pdko >>>>> >>>>> On 18.05.2008 6:14 Uhr, "Josh Parmenter" >>>>> <josh@...> wrote: >>>>> >>>>>> Hi all, >>>>>> >>>>>> I am ATTEMPTING to make an Aquamacs Emacs usable >>>>> release available. >>>>>> inline help support is missing - see the README for >>>>> details. The >>>>>> sclang and scsynth binaries are UBs, and the >>>>> SCClassLibrary is tuned >>>>>> for the Emacs version. It may also be possible to run >>>>> this with vim (I >>>>>> didn't try it). Follow the instructions in the >>>>> README, and let me know >>>>>> if there are any problems. You will need to download >>>>> Aquamacs Emacs >>>>>> app. Carbon Emacs or the Terminal based emacs may also >>>>> work (probably >>>>>> will). The sc3-plugins extras, a recent quarks >>>>> snapshot and SwingOSC >>>>>> are included. It is available under the sc3-snapshots >>>>> sourceforge >>>>>> project under the UB releases here: >>>>>> >>>>>> >>>>> https://sourceforge.net/project/showfiles.php?group_id=155616&package_id=18 >>>>> 45 >>>>> 3> >>>>> 4 >>>>>> >>>>>> Hope they work! >>>>>> >>>>>> Josh >>>>>> >>>>>> On May 17, 2008, at 4:57 PM, blackrain wrote: >>>>>> >>>>>>> sclang is a un!x command line tool with no GUI >>>>> front-end. No views >>>>>>> primitives are linked with it. sclang is only the >>>>> language interpreter >>>>>>> and, as you have seen, you can use Vi, Emacs, or >>>>> any othr method that >>>>>>> allows you to communicate via pipes (this includes >>>>> custom apps) to >>>>>>> interact with it. >>>>>>> It is the app (SuperCollider.app) that comes with >>>>> cocoa views. >>>>>>> >>>>>>> cheers, >>>>>>> >>>>>>> x >>>>>>> >>>>>>> On Sat, May 17, 2008 at 6:49 PM, mr.proxxxy >>>>> <mr.proxxxy@...> >>>>>>> wrote: >>>>>>>> >>>>>>>> Ok. I will. >>>>>>>> Just curious, though. Why? >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Josh Parmenter wrote: >>>>>>>>> >>>>>>>>> you'll have to use SwingOSC for the >>>>> GUI. None of the cocoa gui >>>>>>>>> widgets >>>>>>>>> will work. >>>>>>>>> >>>>>>>>> Josh >>>>>>>>> >>>>>>>> -- >>>>>>>> View this message in context: >>>>>>>> >>>>> > http://www.nabble.com/Building-Sclang-Executable-on-OS-X-%28leopard-or-othe > >>>> > r >>>>>>>> >>>>> %29-AND-New-Interpreter-Editor-tp17156749p17297729.html >>>>>>>> Sent from the Supercollider - User mailing >>>>> list archive at >>>>>>>> Nabble.com. >>>>>>>> >>>>>>>> >>>>> _______________________________________________ >>>>>>>> sc-users mailing list >>>>>>>> sc-users@... >>>>>>>> >>>>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>>>>>>> >>>>>>> _______________________________________________ >>>>>>> sc-users mailing list >>>>>>> sc-users@... >>>>>>> >>>>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>>>>> >>>>>> ****************************************** >>>>>> /* Joshua D. Parmenter >>>>>> http://www.realizedsound.net/josh/ >>>>>> >>>>>> “Every composer – at all times and in all cases – >>>>> gives his own >>>>>> interpretation of how modern society is structured: >>>>> whether actively >>>>>> or passively, consciously or unconsciously, he makes >>>>> choices in this >>>>>> regard. He may be conservative or he may subject >>>>> himself to continual >>>>>> renewal; or he may strive for a revolutionary, >>>>> historical or social >>>>>> palingenesis." - Luigi Nono >>>>>> */ >>>>>> >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> sc-users mailing list >>>>> sc-users@... >>>>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>>> >>>> >>>> __________________________________________________________ >>>> Gesendet von Yahoo! Mail. >>>> Dem pfiffigeren Posteingang. >>>> http://de.overview.mail.yahoo.com >>>> >>> >>> >>> _______________________________________________ >>> sc-users mailing list >>> sc-users@... >>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>> >>> > > > _______________________________________________ > sc-users mailing list > sc-users@... > http://lists.create.ucsb.edu/mailman/listinfo/sc-users > > _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/EditorThank you!!!!!!
On 20.05.2008 4:18 Uhr, "Rainer Schuetz" <rainer.schuetz@...> wrote: >> However I don't know how to save the file named >> paths >> in the folder >> /private/etc/ >> >> and it is not so clear what I must add. Perhaps you mean a line > > Do you know how to use an editor in the terminal, something like nano? > If you copied Josh's bundle to the path recommended in the README you > only need to add the line ~/sclang in /private/etc/paths. A yes, and > to store the file you have to use sudo, so: > > sudo nano -w /private/etc/paths > > you will be asked for your password, type it (you have to have admin- > rights) > > once nano is open > > go with the cursor to the end of the file, add the line > > ~/sclang > > press ctrl-x, and answer the prompt with y and Enter - no, Return :) > > That should be it - I hope I didn't forget anything :) > > Best > r. > > > > > On 19.05.2008, at 23:31, PyoungRyang Ko wrote: > >> Thank you very much Rainer Schuetz. >> However I don't know how to save the file named >> >> paths >> >> in the folder >> >> /private/etc/ >> >> and it is not so clear what I must add. Perhaps you mean a line >> >> $HOME/sclang >> >> ? >> >> I am sorry that I have very little experience with programming. >> >> Yours sincerely, >> prko >> >> >> On 18.05.2008 22:49 Uhr, "Rainer Schuetz" <rainer.schuetz@...> >> wrote: >> >>>>> normally the .bash_profile is located in the home directory. >>> >>> If you are on Leopard and it's just about extending the path, you >>> might want to go for the file: >>> >>> /private/etc/paths >>> >>> Apparently that's the new recommended way on Leopard. You just add a >>> path in a new line. No export, $HOME etc... :) >>> >>> best .r. >>> >>> On 18.05.2008, at 20:05, PyoungRyang Ko wrote: >>> >>>> Thank you, Björn, Blackrain and Josh!!!!!! >>>> >>>> >>>> On 18.05.2008 11:43 Uhr, "Björn Kessler" <kebjoern@...> wrote: >>>> >>>>> Hi PyongRyang, >>>>> >>>>> normally the .bash_profile is located in the home directory. Here >>>>> is a nice >>>>> article about bash on os X >>>>> >>>>> http://www.oreilly.com/pub/a/mac/2004/02/24/bash.html >>>>> >>>>> Greetings to Basel! >>>>> >>>>> Björn >>>>> >>>>> >>>>> --- PyoungRyang Ko <pyoungryang.ko@...> schrieb am So, >>>>> 18.5.2008: >>>>> >>>>>> Von: PyoungRyang Ko <pyoungryang.ko@...> >>>>>> Betreff: Re: [sc-users] Building Sclang Executable on OS X >>>>>> (leopard or other) >>>>>> AND New Interpreter/Editor >>>>>> An: "SuperCollider users mailing list" <sc-users@...> >>>>>> Datum: Sonntag, 18. Mai 2008, 10:55 >>>>>> Dear Josh, >>>>>> >>>>>> Where can I find the following file? >>>>>> .bash_profile >>>>>> >>>>>> Best, >>>>>> pdko >>>>>> >>>>>> On 18.05.2008 6:14 Uhr, "Josh Parmenter" >>>>>> <josh@...> wrote: >>>>>> >>>>>>> Hi all, >>>>>>> >>>>>>> I am ATTEMPTING to make an Aquamacs Emacs usable >>>>>> release available. >>>>>>> inline help support is missing - see the README for >>>>>> details. The >>>>>>> sclang and scsynth binaries are UBs, and the >>>>>> SCClassLibrary is tuned >>>>>>> for the Emacs version. It may also be possible to run >>>>>> this with vim (I >>>>>>> didn't try it). Follow the instructions in the >>>>>> README, and let me know >>>>>>> if there are any problems. You will need to download >>>>>> Aquamacs Emacs >>>>>>> app. Carbon Emacs or the Terminal based emacs may also >>>>>> work (probably >>>>>>> will). The sc3-plugins extras, a recent quarks >>>>>> snapshot and SwingOSC >>>>>>> are included. It is available under the sc3-snapshots >>>>>> sourceforge >>>>>>> project under the UB releases here: >>>>>>> >>>>>>> >>>>>> https://sourceforge.net/project/showfiles.php?group_id=155616&package_id= >>>>>> 18 >>>>>> 45 >>>>>> 3> >>>>>> 4 >>>>>>> >>>>>>> Hope they work! >>>>>>> >>>>>>> Josh >>>>>>> >>>>>>> On May 17, 2008, at 4:57 PM, blackrain wrote: >>>>>>> >>>>>>>> sclang is a un!x command line tool with no GUI >>>>>> front-end. No views >>>>>>>> primitives are linked with it. sclang is only the >>>>>> language interpreter >>>>>>>> and, as you have seen, you can use Vi, Emacs, or >>>>>> any othr method that >>>>>>>> allows you to communicate via pipes (this includes >>>>>> custom apps) to >>>>>>>> interact with it. >>>>>>>> It is the app (SuperCollider.app) that comes with >>>>>> cocoa views. >>>>>>>> >>>>>>>> cheers, >>>>>>>> >>>>>>>> x >>>>>>>> >>>>>>>> On Sat, May 17, 2008 at 6:49 PM, mr.proxxxy >>>>>> <mr.proxxxy@...> >>>>>>>> wrote: >>>>>>>>> >>>>>>>>> Ok. I will. >>>>>>>>> Just curious, though. Why? >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> Josh Parmenter wrote: >>>>>>>>>> >>>>>>>>>> you'll have to use SwingOSC for the >>>>>> GUI. None of the cocoa gui >>>>>>>>>> widgets >>>>>>>>>> will work. >>>>>>>>>> >>>>>>>>>> Josh >>>>>>>>>> >>>>>>>>> -- >>>>>>>>> View this message in context: >>>>>>>>> >>>>>> >> http://www.nabble.com/Building-Sclang-Executable-on-OS-X-%28leopard-or-othe >>>>>> >> r >>>>>>>>> >>>>>> %29-AND-New-Interpreter-Editor-tp17156749p17297729.html >>>>>>>>> Sent from the Supercollider - User mailing >>>>>> list archive at >>>>>>>>> Nabble.com. >>>>>>>>> >>>>>>>>> >>>>>> _______________________________________________ >>>>>>>>> sc-users mailing list >>>>>>>>> sc-users@... >>>>>>>>> >>>>>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> sc-users mailing list >>>>>>>> sc-users@... >>>>>>>> >>>>>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>>>>>> >>>>>>> ****************************************** >>>>>>> /* Joshua D. Parmenter >>>>>>> http://www.realizedsound.net/josh/ >>>>>>> >>>>>>> “Every composer – at all times and in all cases – >>>>>> gives his own >>>>>>> interpretation of how modern society is structured: >>>>>> whether actively >>>>>>> or passively, consciously or unconsciously, he makes >>>>>> choices in this >>>>>>> regard. He may be conservative or he may subject >>>>>> himself to continual >>>>>>> renewal; or he may strive for a revolutionary, >>>>>> historical or social >>>>>>> palingenesis." - Luigi Nono >>>>>>> */ >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> sc-users mailing list >>>>>> sc-users@... >>>>>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>>>> >>>>> >>>>> __________________________________________________________ >>>>> Gesendet von Yahoo! Mail. >>>>> Dem pfiffigeren Posteingang. >>>>> http://de.overview.mail.yahoo.com >>>>> >>>> >>>> >>>> _______________________________________________ >>>> sc-users mailing list >>>> sc-users@... >>>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >>>> >>>> >> >> >> _______________________________________________ >> sc-users mailing list >> sc-users@... >> http://lists.create.ucsb.edu/mailman/listinfo/sc-users >> >> > > -- 고 병량 (高 秉良) PyoungRyang Ko Tarostrasse 16 / Zi. 466 04103 Leipzig Germany Tel. Handy (Homezone) : +49 - 341 -260 2869 Handy (away): +49 - 176 - 4002 4936 E-Mail: pyoungryang.ko@... _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/EditorHiho,
On Tuesday 13 May 2008 17:34:24 Josh Parmenter wrote: > Thanks x, > > I installed the w3m stuff earlier, and I THINK it is loaded. The path > was the ticket, now I need to figure out why w3m is barfing! what is the message? you may need some emacs-lisp extensions for everything to work properly. sincerely, Marije > > Thanks, > > Josh > > On May 13, 2008, at 2:27 PM, blackrain wrote: > > Hi Josh, > > M-x sclang-customize Sclang Interface -> Sclang Help Path > > does the trick but no world is perfect. remember scel help system will > > now summon w3m =) > > so if help in scel is desired, it has to be installed too. > > > > cheers, > > > > x sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/EditorThe problem was w3m itself not installing. Either building from source
or MacPorts freezes during compilation for hours. Josh On May 21, 2008, at 1:11 PM, nescivi wrote: > Hiho, > > On Tuesday 13 May 2008 17:34:24 Josh Parmenter wrote: >> Thanks x, >> >> I installed the w3m stuff earlier, and I THINK it is loaded. The path >> was the ticket, now I need to figure out why w3m is barfing! > > what is the message? > > you may need some emacs-lisp extensions for everything to work > properly. > > sincerely, > Marije > >> >> Thanks, >> >> Josh >> >> On May 13, 2008, at 2:27 PM, blackrain wrote: >>> Hi Josh, >>> M-x sclang-customize Sclang Interface -> Sclang Help Path >>> does the trick but no world is perfect. remember scel help system >>> will >>> now summon w3m =) >>> so if help in scel is desired, it has to be installed too. >>> >>> cheers, >>> >>> x > _______________________________________________ > sc-users mailing list > sc-users@... > http://lists.create.ucsb.edu/mailman/listinfo/sc-users ****************************************** /* Joshua D. Parmenter http://www.realizedsound.net/josh/ “Every composer – at all times and in all cases – gives his own interpretation of how modern society is structured: whether actively or passively, consciously or unconsciously, he makes choices in this regard. He may be conservative or he may subject himself to continual renewal; or he may strive for a revolutionary, historical or social palingenesis." - Luigi Nono */ _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
| < Prev | 1 - 2 - 3 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |