Electronic Music mailing list archives

Previous Message: Re: PsyCollider configuration
Next Message: Re: Flash + scsynth

From: Christopher Frauenberger ()
Date: May 16, 2008
Subject: Re: PsyCollider configuration
On 16 May 2008, at 12:09, MDK wrote:
> Christopher Frauenberger wrote:
>> Have a look at the startup file and check Server.options - everything
>> can be configured there and then simply s.boot...
>
> ok, i was just looking through those.
>
> so, i just tried (in startup.sc)
>
> s.options.protocol = \tcp;
>
> and the server wont boot, so i then commented out the SwingOSC  
> stuff and still
> the server wont boot, the post window says :
>
> Exception in World_OpenTCP: unable to bind tcp socket
>
You have another scsynth process running blocking this port. Open the  
TaskManager, kill every scsynth.exe you see and try again.

> Now i cant see a way within the Server.options to choose a port.  
> The docs say
> that 'There are also a few commandline options which are not currently
> encapsulated in ServerOptions'
>
> and from looking at extServerOptions.sc there is nothing to handle  
> setting a port.
>
hm, need to have a look at this, should be possible...


> so, taking a slightly different approach, can i treat PsyCollider  
> as just sclang
> and connect it to an already running scsynth server?
>
yes you could as long, but be careful about the language  
representation of the server being not in sync with the external  
process...

Chris
_______________________________________________
sc-users mailing list [EMAIL REMOVED] http://lists.create.ucsb.edu/mailman/listinfo/sc-users

+ PsyCollider configuration MDK (05/16/08)
+---Re: PsyCollider configuration Christopher Frauenberger (05/16/08)
+---Re: PsyCollider configuration MDK (05/16/08)
+---Re: PsyCollider configuration Christopher Frauenberger (05/16/08)
+---Re: PsyCollider configuration James Harkins (05/16/08)

Previous Message: Re: PsyCollider configuration
Next Message: Re: Flash + scsynth