[Csnd] trying STKRhodey without sucess
Date | 2011-02-26 21:28 |
From | Stefan Thomas |
Subject | [Csnd] trying STKRhodey without sucess |
Dear community, I've tried the STKRhodey.csd , but without sucess. If I want to run it, I get: PortAudio real-time audio module for Csound |
Date | 2011-02-27 01:59 |
From | francesco |
Subject | [Csnd] Re: trying STKRhodey without sucess |
Hello Mr. Stefan, the csd works fine here, with Csound 5.13 (Ubuntu). I see that You are using Csound 5.12 and i think that something has recently changed in Stk opcode family. Maybe could be that. Others can tell You something more. ciao, francesco. |
Date | 2011-02-27 08:15 |
From | Jim Aikin |
Subject | [Csnd] Re: trying STKRhodey without sucess |
Not working here. I just upgraded to 5.13 (on MacOS). QuteCsound 0.6.1 doesn't recognize STKRhodey as an opcode, a fact that may or may not be significant. In any event, that .csd fails to run, and with the reported error "no legal opcode," along with some other related complaints on the same line of code, all of which seem to be due to the fact that the compiler can't find an opcode. --Jim Aikin |
Date | 2011-02-27 08:19 |
From | Jim Aikin |
Subject | [Csnd] Re: trying STKRhodey without sucess |
On further investigation, none of the STK opcodes that I'm trying work. I'm simply copying the examples from the 5.13 manual into QuteCsound 0.6.1, and ... yes, we have no bananas. --JA |
Date | 2011-02-27 08:27 |
From | menno |
Subject | [Csnd] Re: trying STKRhodey without sucess |
all the examples work here, using Ubuntu10.04 and WinXound. Perhaps they work from the commandline? greetings menno |
Date | 2011-02-27 12:50 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Csnd] Re: trying STKRhodey without sucess |
Clearly Jim does not have the library, so the opcodes do not exist. So from whence cometh the installation? > all the examples work here, using Ubuntu10.04 and WinXound. > Perhaps they work from the commandline? > > greetings > menno > > Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2011-02-27 13:12 |
From | Andres Cabrera |
Subject | Re: [Csnd] Re: trying STKRhodey without sucess |
Hi, I think the STK opcodes are not distributed with any of the prebuilt installers on Windows and OS X. Not sure why though, maybe a licensing issue? Cheers, Andres On Sun, Feb 27, 2011 at 12:50 PM, |
Date | 2011-02-27 16:29 |
From | Jim Aikin |
Subject | [Csnd] Re: trying STKRhodey without sucess |
No, those opcodes are present in the Windows 5.13 build. I just checked. It appears they may have inadvertently been omitted from the Mac build. --JA |
Date | 2011-02-27 16:31 |
From | Andres Cabrera |
Subject | Re: [Csnd] Re: trying STKRhodey without sucess |
Hi, Are they available when you do csound -z on the terminal? Cheers, Andres On Sun, Feb 27, 2011 at 4:29 PM, Jim Aikin |
Date | 2011-02-27 16:37 |
From | Jim Aikin |
Subject | [Csnd] Re: trying STKRhodey without sucess |
No, when I run from the Command Prompt using -z, they don't show up in the list. (Also, QuteCsound 0.6.0 highlights them with the UDO color, not the opcode color.) But yet, the examples run normally. Very strange! |
Date | 2011-02-27 17:10 |
From | Steven Yi |
Subject | Re: [Csnd] trying STKRhodey without sucess |
Could it be that the stk opcodes were built for float but not for doubles? Is there any difference in running "csound -z" and "csound64 -z"? On 2/27/11, Jim Aikin |
Date | 2011-02-27 17:20 |
From | Jim Aikin |
Subject | [Csnd] Re: trying STKRhodey without sucess |
According to the console output in QuteCsound, I'm running 5.13 (double samples) on this, my Windows machine. The command 'csound64' is not recognized by the Windows Command Prompt, so I can't test that. --JA |
Date | 2011-02-27 17:42 |
From | Michael Gogins |
Subject | Re: [Csnd] Re: trying STKRhodey without sucess |
I downloaded STKRhodey.csd and it worked without changes on Ubuntu 10.04 and Windows 7 with Csound 5.13. I built Csound on Linux and used the Windows installer with all options included on Windows. Regards, Mike On 2/27/11, Jim Aikin |
Date | 2011-02-27 17:43 |
From | Michael Gogins |
Subject | Re: [Csnd] Re: trying STKRhodey without sucess |
I did get a warning that the instrument uses 6 pfields but is given 7, though. This seems odd to me, I am investigating. Regards, Mike On 2/27/11, Michael Gogins |
Date | 2011-02-27 17:44 |
From | Steven Yi |
Subject | Re: [Csnd] trying STKRhodey without sucess |
Right, I thought the issue was on Mac. The mac installer includes both versions and install float version of csound as "csound" and the doubles version of csound as "csound64". On 2/27/11, Jim Aikin |
Date | 2011-02-27 18:22 |
From | Michael Gogins |
Subject | Re: [Csnd] Re: trying STKRhodey without sucess |
The warning is about the instrument, not the opcode, and is not relevant. Mike On 2/27/11, Michael Gogins |
Date | 2011-02-27 18:55 |
From | Jim Aikin |
Subject | [Csnd] Re: trying STKRhodey without sucess |
Yes, the example for the Rhodes opcode has an extra p-field. Not significant. So we're left with the fact that these opcodes don't work in the most recent MacOS install. --JA |
Date | 2011-02-27 19:22 |
From | Steven Yi |
Subject | Re: [Csnd] Re: trying STKRhodey without sucess |
I checked here on OSX with the latest installer from Sourceforge. I do not have STK opcodes showing up for either csound or csound64. I checked the opcode folders and didn't see any libstk libraries. Also, it looks like the linear algebra opcodes exist only for the doubles build, but not for the float build (liblinear_algebra.dylib). On Sun, Feb 27, 2011 at 1:55 PM, Jim Aikin |
Date | 2011-02-27 19:33 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Re: trying STKRhodey without sucess |
yes, all of this is true. Victor On 27 Feb 2011, at 19:22, Steven Yi wrote: > I checked here on OSX with the latest installer from Sourceforge. I > do not have STK opcodes showing up for either csound or csound64. I > checked the opcode folders and didn't see any libstk libraries. Also, > it looks like the linear algebra opcodes exist only for the doubles > build, but not for the float build (liblinear_algebra.dylib). > > > On Sun, Feb 27, 2011 at 1:55 PM, Jim Aikin > |
Date | 2011-02-27 20:42 |
From | menno |
Subject | [Csnd] Re: trying STKRhodey without sucess |
you're right, i seem to have copypasted the score from STKWurley.csd that has seven p fields and forgot to do something interesting with the values for STKRhodey They both use the same FM algorithm. I will change the csd. Menno |