[CSOUND-DEV:4806] Tests
Date | 2004-06-02 22:45 |
From | jpff@codemist.co.uk |
Subject | [CSOUND-DEV:4806] Tests |
The runtests.py needs to accept an argument (or something) to allow selection of different csound binaries. I have Csound4.23f06 installed on the machine on which I am testing, but I want to test Csound5, but not install it. But it is running with python ==John ffitch |
Date | 2004-06-03 00:56 |
From | steven yi |
Subject | [CSOUND-DEV:4807] Re: Tests |
Hi John, I updated the file to use a commandline argument as csound command, so: python runtests.py csound5 will use "csound5" instead of the default "csound". Please let me know if there's any other modifications you'd like that would make it more useful. steven jpff@codemist.co.uk wrote: >The runtests.py needs to accept an argument (or something) to allow >selection of different csound binaries. I have Csound4.23f06 >installed on the machine on which I am testing, but I want to test >Csound5, but not install it. > >But it is running with python > >==John ffitch > > > > > |
Date | 2004-06-06 02:36 |
From | Andres Cabrera |
Subject | [CSOUND-DEV:4810] OENTRY parameters |
Attachments | acabrera.vcf |
Hi, I see 4 parameters on the OENTRY list (c++ version) as follows: { "vstinit", sizeof (VSTINIT), 1, "i", "So", &vstinit, 0, 0, 0 } What are their significance. I asume the first 3 are equivalent to the C version (i, k, a). What is the fourth parameter for? Andrés |