Re: command line sclang on os x

View: New views
3 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: command line sclang on os x

by James Harkins-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Moving to the new list...

The wiki page is a bit confusing... any more info on this remark toward the top of the page?

"(NOTE: The following instructions are out-of-date as of May 2008. Please download the source from svn and build the sclang binary by opening the file 'Language.xcodeproj' select 'sclang' under the 'Targets' heading (on the left) and press 'build.' You'll need to also build the scsynth xcodeproject and the Plugins project. To get the sclang working correctly, follow the instructions in 'README SCLang OSX.' You should only need to edit a couple lines in the osxplatform file.)"

There is no README SCLang OSX as far as I can see.

hjh


On Sep 25, 2008, at 3:11 PM, christophe mckeon gonzalez de leon wrote:

thanks for the link! as to your question,
i am generating sc code from ruby and
am doing nrt synthesis, so don't want to
run the whole app.

regards,
_c

On Wed, Sep 24, 2008 at 7:05 PM, Josh Parmenter <josh@...> wrote:
why do you want to avoid starting SuperCollider.app? Just curious.

There are things you need to change in the class library to get sclang
to run without SuperCollider.app on OS X. If you really need to, many
of the steps are here:


Josh

On Sep 24, 2008, at 6:49 PM, christophe mckeon gonzalez de leon wrote:

hi all,

running os x leopard here and trying to run
sclang from the command line. i'm basically
trying to write out some synth defs and some
osc commands as per the nrt example but
without starting up SuperCollider.app. i just
get primitive bound errors. is there a standard
way to do this?

thanks,
_c
_______________________________________________
sc-users mailing list

******************************************
/* Joshua D. Parmenter

"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 mailing list


: H. James Harkins

: jamshark70@...

: http://www.dewdrop-world.net

.::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:


"Come said the Muse,

Sing me a song no poet has yet chanted,

Sing me the universal."  -- Whitman



Re: command line sclang on os x

by Dan Stowell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2008/9/27 James Harkins <jamshark70@...>:

> Moving to the new list...
> The wiki page is a bit confusing... any more info on this remark toward the
> top of the page?
> "(NOTE: The following instructions are out-of-date as of May 2008. Please
> download the source from svn and build the sclang binary by opening the file
> 'Language.xcodeproj' select 'sclang' under the 'Targets' heading (on the
> left) and press 'build.' You'll need to also build the scsynth xcodeproject
> and the Plugins project. To get the sclang working correctly, follow the
> instructions in 'README SCLang OSX.' You should only need to edit a couple
> lines in the osxplatform file.)"
> There is no README SCLang OSX as far as I can see.

yes there is, it's in svn in the "build" folder.

I do agree that sclang should by default be directly runnable as a CLI
interface. I was discussing with someone who was getting started in
it, and who was a CLI user of python and suchlike. To them it was
weird that it wasn't there by default, and I think I agree.

Isn't this the same issue as Marije has recently started discussing on
the sc-dev list?

Dan


> On Sep 25, 2008, at 3:11 PM, christophe mckeon gonzalez de leon wrote:
>
> thanks for the link! as to your question,
> i am generating sc code from ruby and
> am doing nrt synthesis, so don't want to
> run the whole app.
> regards,
> _c
> On Wed, Sep 24, 2008 at 7:05 PM, Josh Parmenter <josh@...>
> wrote:
>
> why do you want to avoid starting SuperCollider.app? Just curious.
> There are things you need to change in the class library to get sclang
> to run without SuperCollider.app on OS X. If you really need to, many
> of the steps are here:
> http://swiki.hfbk-hamburg.de:8888/MusicTechnology/848
> Josh
> On Sep 24, 2008, at 6:49 PM, christophe mckeon gonzalez de leon wrote:
>
> hi all,
> running os x leopard here and trying to run
> sclang from the command line. i'm basically
> trying to write out some synth defs and some
> osc commands as per the nrt example but
> without starting up SuperCollider.app. i just
> get primitive bound errors. is there a standard
> way to do this?
> thanks,
> _c
> _______________________________________________
> 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
>
> _______________________________________________
> sc-users mailing list
> sc-users@...
> http://lists.create.ucsb.edu/mailman/listinfo/sc-users
>
> : H. James Harkins
>
> : jamshark70@...
>
> : http://www.dewdrop-world.net
>
> .::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:
>
> "Come said the Muse,
>
> Sing me a song no poet has yet chanted,
>
> Sing me the universal."  -- Whitman
>



--
http://www.mcld.co.uk

_______________________________________________
sc-users mailing list

info (subscribe and unsubscribe): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

Re: command line sclang on os x

by nescivi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Saturday 27 September 2008 12:47:26 Dan Stowell wrote:

> 2008/9/27 James Harkins <jamshark70@...>:
> > Moving to the new list...
> > The wiki page is a bit confusing... any more info on this remark toward
> > the top of the page?
> > "(NOTE: The following instructions are out-of-date as of May 2008. Please
> > download the source from svn and build the sclang binary by opening the
> > file 'Language.xcodeproj' select 'sclang' under the 'Targets' heading (on
> > the left) and press 'build.' You'll need to also build the scsynth
> > xcodeproject and the Plugins project. To get the sclang working
> > correctly, follow the instructions in 'README SCLang OSX.' You should
> > only need to edit a couple lines in the osxplatform file.)"
> > There is no README SCLang OSX as far as I can see.
>
> yes there is, it's in svn in the "build" folder.
>
> I do agree that sclang should by default be directly runnable as a CLI
> interface. I was discussing with someone who was getting started in
> it, and who was a CLI user of python and suchlike. To them it was
> weird that it wasn't there by default, and I think I agree.
>
> Isn't this the same issue as Marije has recently started discussing on
> the sc-dev list?

Yes, this thread was the one that prompted me to bring it up on the dev list.
(and ones in the past).

sincerely,
Marije

_______________________________________________
sc-users mailing list

info (subscribe and unsubscribe): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
LightInTheBox - Buy quality products at wholesale price!