Csound Csound-dev Csound-tekno Search About

[Cs-dev] csound6 & OSC

Date2013-03-04 20:59
FromJason Timm
Subject[Cs-dev] csound6 & OSC
I'd like to really quickly say first, what a terrific job you guys are doing
on C6.

Of course I wouldn't be posting here if I didn't have an issue:

I'm not having any luck with csound6 & open sound control. Are the OSC
opcodes included with the csound6 alpha release? I do see libosc.dylib in
the plugins directory but not sure if that's it. I'm using the
csound6-alpha-OSX10.8 binaries on OS 10.8.2.

error: syntax error, unexpected T_IDENT  (token "OSCinit") line 11:
>>>ihandle OSCinit <<<
Unexpected untyped word ihandle when expecting a variable
Parsing failed due to invalid input!
Stopping on parser failure

I read this as csound not finding the OSCinit opcode. ?

Thanks guys,
Jason



--
View this message in context: http://csound.1045644.n5.nabble.com/csound6-OSC-tp5720727.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-03-04 22:51
FromSteven Yi
SubjectRe: [Cs-dev] csound6 & OSC
Hi Jason,

I think we had an issue where opcodes coming from libraries weren't
being loaded and that the bug was fixed.  I *think* it was fixed after
the alpha; hopefully Victor can chime in and verify.

Thanks!
steven

On Mon, Mar 4, 2013 at 8:59 PM, Jason Timm  wrote:
> I'd like to really quickly say first, what a terrific job you guys are doing
> on C6.
>
> Of course I wouldn't be posting here if I didn't have an issue:
>
> I'm not having any luck with csound6 & open sound control. Are the OSC
> opcodes included with the csound6 alpha release? I do see libosc.dylib in
> the plugins directory but not sure if that's it. I'm using the
> csound6-alpha-OSX10.8 binaries on OS 10.8.2.
>
> error: syntax error, unexpected T_IDENT  (token "OSCinit") line 11:
>>>>ihandle OSCinit <<<
> Unexpected untyped word ihandle when expecting a variable
> Parsing failed due to invalid input!
> Stopping on parser failure
>
> I read this as csound not finding the OSCinit opcode. ?
>
> Thanks guys,
> Jason
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/csound6-OSC-tp5720727.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-03-05 07:21
FromVictor
SubjectRe: [Cs-dev] csound6 & OSC
yes, that was a bug, but it has been fixed in the sources.



On 4 Mar 2013, at 22:51, Steven Yi  wrote:

> Hi Jason,
> 
> I think we had an issue where opcodes coming from libraries weren't
> being loaded and that the bug was fixed.  I *think* it was fixed after
> the alpha; hopefully Victor can chime in and verify.
> 
> Thanks!
> steven
> 
> On Mon, Mar 4, 2013 at 8:59 PM, Jason Timm  wrote:
>> I'd like to really quickly say first, what a terrific job you guys are doing
>> on C6.
>> 
>> Of course I wouldn't be posting here if I didn't have an issue:
>> 
>> I'm not having any luck with csound6 & open sound control. Are the OSC
>> opcodes included with the csound6 alpha release? I do see libosc.dylib in
>> the plugins directory but not sure if that's it. I'm using the
>> csound6-alpha-OSX10.8 binaries on OS 10.8.2.
>> 
>> error: syntax error, unexpected T_IDENT  (token "OSCinit") line 11:
>>>>> ihandle OSCinit <<<
>> Unexpected untyped word ihandle when expecting a variable
>> Parsing failed due to invalid input!
>> Stopping on parser failure
>> 
>> I read this as csound not finding the OSCinit opcode. ?
>> 
>> Thanks guys,
>> Jason
>> 
>> 
>> 
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/csound6-OSC-tp5720727.html
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>> 
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_d2d_feb
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-03-05 20:25
FromJason Timm
SubjectRe: [Cs-dev] csound6 & OSC
AttachmentsNone  None  
Cool! Now if I can just figure out how to build ;)


On Mar 5, 2013, at 2:21 AM, "Victor Lazzarini [via Csound]" <[hidden email]> wrote:

yes, that was a bug, but it has been fixed in the sources.



On 4 Mar 2013, at 22:51, Steven Yi <[hidden email]> wrote:

> Hi Jason,
>
> I think we had an issue where opcodes coming from libraries weren't
> being loaded and that the bug was fixed.  I *think* it was fixed after
> the alpha; hopefully Victor can chime in and verify.
>
> Thanks!
> steven
>
> On Mon, Mar 4, 2013 at 8:59 PM, Jason Timm <[hidden email]> wrote:
>> I'd like to really quickly say first, what a terrific job you guys are doing
>> on C6.
>>
>> Of course I wouldn't be posting here if I didn't have an issue:
>>
>> I'm not having any luck with csound6 & open sound control. Are the OSC
>> opcodes included with the csound6 alpha release? I do see libosc.dylib in
>> the plugins directory but not sure if that's it. I'm using the
>> csound6-alpha-OSX10.8 binaries on OS 10.8.2.
>>
>> error: syntax error, unexpected T_IDENT  (token "OSCinit") line 11:
>>>>> ihandle OSCinit <<<
>> Unexpected untyped word ihandle when expecting a variable
>> Parsing failed due to invalid input!
>> Stopping on parser failure
>>
>> I read this as csound not finding the OSCinit opcode. ?
>>
>> Thanks guys,
>> Jason
>>
>>
>>
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/csound6-OSC-tp5720727.html
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_d2d_feb
>> _______________________________________________
>> Csound-devel mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Csound-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Csound-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/csound-devel



If you reply to this email, your message will be added to the discussion below:
http://csound.1045644.n5.nabble.com/csound6-OSC-tp5720727p5720742.html
To unsubscribe from csound6 & OSC, click here.
NAML


View this message in context: Re: csound6 & OSC
Sent from the Csound - Dev mailing list archive at Nabble.com.