[Csnd] Plugins
Date | 2009-12-25 14:52 |
From | Mark Van Peteghem |
Subject | [Csnd] Plugins |
Hi, I want to try out the crossfm and crosspm opcodes from the article in the latest issue of the CSound journal. I downloaded the code and compiled it into a DLL, and put that DLL in the plugins directory of CSound. However, CSound ends with an error message saying that the opcode crosspmi is not a legal opcode. Running csound -z doesn't show the opcodes. I'm using CSound 5.10 with doubles, on Windows XP. My questions are these: - I used Visual Studio 2008 to compile the DLL, is this ok? - I put it in the plugins directory, not plugins64, is this ok? - Do I need to do anything else to make the opcode work? Thx, |
Date | 2009-12-25 15:26 |
From | Victor Lazzarini |
Subject | [Csnd] Re: Plugins |
For doubles it needs to be compiled with the option -DUSE_DOUBLE and put in the plugin64 directory. You can compile with MS visual studio. Victor On 25 Dec 2009, at 14:52, Mark Van Peteghem wrote: > Hi, > > I want to try out the crossfm and crosspm opcodes from the article > in the latest issue of the CSound journal. I downloaded the code and > compiled it into a DLL, and put that DLL in the plugins directory of > CSound. However, CSound ends with an error message saying that the > opcode crosspmi is not a legal opcode. Running csound -z doesn't > show the opcodes. > > I'm using CSound 5.10 with doubles, on Windows XP. > > My questions are these: > - I used Visual Studio 2008 to compile the DLL, is this ok? > - I put it in the plugins directory, not plugins64, is this ok? > - Do I need to do anything else to make the opcode work? > > Thx, > > -- > Mark > _________________________________________ > When you get lemons, you make lemonade. > When you get hardware, you make software. > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body > "unsubscribe csound" Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2009-12-25 19:21 |
From | Mark Van Peteghem |
Subject | [Csnd] Re: Re: Plugins |
Thanks, it works now! Victor Lazzarini wrote: > For doubles it needs to be compiled with the option -DUSE_DOUBLE and > put in the plugin64 directory. You can compile with MS visual studio. > > Victor > > On 25 Dec 2009, at 14:52, Mark Van Peteghem wrote: > >> Hi, >> >> I want to try out the crossfm and crosspm opcodes from the article in >> the latest issue of the CSound journal. I downloaded the code and >> compiled it into a DLL, and put that DLL in the plugins directory of >> CSound. However, CSound ends with an error message saying that the >> opcode crosspmi is not a legal opcode. Running csound -z doesn't show >> the opcodes. >> >> I'm using CSound 5.10 with doubles, on Windows XP. >> >> My questions are these: >> - I used Visual Studio 2008 to compile the DLL, is this ok? >> - I put it in the plugins directory, not plugins64, is this ok? >> - Do I need to do anything else to make the opcode work? >> >> Thx, >> >> -- >> Mark >> _________________________________________ >> When you get lemons, you make lemonade. >> When you get hardware, you make software. >> >> >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@lists.bath.ac.uk with body >> "unsubscribe csound" > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body > "unsubscribe csound" > > |