Csound Csound-dev Csound-tekno Search About

Re: [Csnd] ORC.TESTED

Date1999-11-16 17:52
FromGabriel Maldonado
SubjectRe: [Csnd] ORC.TESTED
I'm sorry,
but the moment of testing is not yet arrived. We have to do the
following thing before:

1) all Team members must subscribe the csound-test list.
2) The Team has to assign to each member the opcodes to do the examples
with, and this must be approved from the members themselves. 
3) after coding each example, the Team have to approve it and eventually
to modify it.
4) we have to program the testing giving an order to it. Otherwise
"people will go around
claiming to have tested stuff and after a while we won't know what has
been tested and what hasn't" (by Rasmus).
5) all communications and messages about this topic must be done in the
csoudn-test list, in order to avoid this list is congestioned of
messages without insterest for people which don't belong to the Team.
6) There is no great hurry to do this job. And, in order to avoid waste
of time, we have to accurately plan this job. 

However, thank you for being so much willing. And excuse me for the
comments.

Gabriel

roberto zanata wrote:
> 
> Hi!
> Roberto Zanata
> Windows 98 SBLive
> If this simple ORC it looks OK I could continue with
> the precise oscillators poscil,lposcil,lposcint!
> ;////////////////////////////////////////
> ;
> ----------------------------------------------------------------------
> ; OPCODES TESTED: oscil, linseg, expseg
> ;
> --------------------------------------------------------------------------
> ;
> ;sr = 96000    OK
> ;sr = 44100    0K
> ;sr = 48000    OK
> ;sr = 96000    OK
> ;
> -------------------------------------------------------------------
> ;
> ;kr = sr       OK
> ;kr = sr/2     OK
> ;kr = sr/10    OK
> ;kr = sr/100   OK
> ;mono          OK
> ;stereo out    OK
> ;4-chan out    not tested
> ;8-chan out    not tested
> ;Linux         not tested
> ;Dos (console) OK
> ;Win95         not tested
> ;Win98         OK
> ;WinNT         not tested
> ;SGI           not tested
> ;Irix          not tested
> ;Realtime       Win98 MME --> OK, Win98 DirectSound
> -->OK, Win98 DirectSound3D -->OK, Linux -->Not tested,
> MAC -->not tested
> ;Realtime MIDI  OK
> ;MIDI file activated   OK
> ;NOTES & COMMENTS:
> ; instr 1 = envelope generated with linseg
> ; instr 2 = envelope generated with expseg
> ; instr 3 = envolope in table
> ;_______
> ;////////////////////////////////////////
> 
> sr = 44100
> kr = 4410
> ksmps = 10
> nchnls = 1
> 
> instr 1
> 
>   kEnvelope      linseg  0,1,10000,1,0
> 
>   aOscillator    oscil   kEnvelope,440,1
>         out     aOscillator
> endin
> ;
> -------------------------------------------------------------------
> 
> instr 2
> 
>   kEnvolope      expseg  0.001,1,10000,1,0.001
> 
>   aOscillator    oscil   kEnvolope,440,1
>         out     aOscillator
> endin
> ;
> -------------------------------------------------------------------
> 
> instr 3
> 
>    kEnvolope     oscil   1,1/p3,2
>    aOscillator   oscil   kEnvolope*10000,440,1
>         out     aOscillator
> endin
> 
> ;SCORE
> ;_____________________________________________
> f1 0 4096 10 1
> f2 0 256 7 0 128 1 128 0
> 
> ;       strt    dur
> 
> i1      0       2
> i2      2       2
> i3      4       2
> 
> e
> 
> =====
> 
> __________________________________________________
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.com
> --
> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk

-- 
Gabriel Maldonado

http://web.tiscalinet.it/G-Maldonado
--
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk


Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa27817;
          16 Nov 99 22:38 GMT
Received: from [138.38.32.81] (helo=mercury.bath.ac.uk ident=qmailr)
	by shaun.maths.bath.ac.uk with smtp (Exim 2.12 #1)
	id 11nrF0-0001Wz-00
	for j.p.ffitch@maths.bath.ac.uk; Tue, 16 Nov 1999 22:38:22 +0000
Received: (qmail 20594 invoked from network); 16 Nov 1999 22:35:24 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
  by mercury.bath.ac.uk with SMTP; 16 Nov 1999 22:35:24 -0000
Received: (qmail 23232 invoked by uid 1457); 16 Nov 1999 22:33:56 -0000
Mailing-List: contact csound-help@lists.bath.ac.uk; run by ezmlm
Precedence: bulk
X-Mailing-List: csound
Delivered-To: mailing list csound@lists.bath.ac.uk
Received: (qmail 23222 invoked from network); 16 Nov 1999 22:33:55 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
  by amos.bath.ac.uk with SMTP; 16 Nov 1999 22:33:55 -0000
Received: (qmail 24928 invoked from network); 16 Nov 1999 22:33:55 -0000
Received: from mail4.wlv.netzero.net (209.247.163.54)
  by pat.bath.ac.uk with SMTP; 16 Nov 1999 22:33:55 -0000
Received: (qmail 4626 invoked by uid 0); 16 Nov 1999 22:33:51 -0000
Received: from pppa4-resalemontgomery2-5r1143.saturn.bbn.com (HELO netzero.net) (4.48.26.207)
  by mail4.wlv.netzero.net with SMTP; 16 Nov 1999 22:33:51 -0000
Message-ID: <3831CD45.EAB9E1C4@netzero.net>
Date: Tue, 16 Nov 1999 16:31:50 -0500
From: sherlock_abc 
X-Mailer: Mozilla 4.02 [en]C-DIAL  (Win95; U)
MIME-Version: 1.0
To: Csound Maling List 
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: [Csnd] NAFXCWD

Sometime back I had enquired about this file.
I found it.
Now, how do I get rid of it?

> #ifndef __AFX_H__
> #define __AFX_H__
>
> #ifndef __cplusplus
>         #error MFC requires C++ compilation (use a .cpp suffix)
> #endif
>
> /////////////////////////////////////////////////////////////////////////////
>
> #ifdef _AFX_MINREBUILD
> #pragma component(minrebuild, off)
> #endif
> #ifndef _AFX_FULLTYPEINFO
> #pragma component(mintypeinfo, on)
> #endif
>
> #include         // Target version control
>
> #ifndef _AFX_NOFORCE_LIBS
>
> /////////////////////////////////////////////////////////////////////////////
> // Win32 libraries
>
> #ifndef _AFXDLL
>         #ifndef _UNICODE
>                 #ifdef _DEBUG
>                         #pragma comment(lib, "nafxcwd.lib")
>                 #else
>                         #pragma comment(lib, "nafxcw.lib")
>                 #endif
>         #else
>                 #ifdef _DEBUG
>                         #pragma comment(lib, "uafxcwd.lib")
>                 #else
>                         #pragma comment(lib, "uafxcw.lib")
>                 #endif
>         #endif
>


__________________________________________
NetZero - Defenders of the Free World
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html
--
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk


Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa27973;
          16 Nov 99 23:45 GMT
Received: from [138.38.32.81] (helo=mercury.bath.ac.uk ident=qmailr)
	by shaun.maths.bath.ac.uk with smtp (Exim 2.12 #1)
	id 11nsHX-0001bb-00
	for j.p.ffitch@maths.bath.ac.uk; Tue, 16 Nov 1999 23:45:03 +0000
Received: (qmail 25941 invoked from network); 16 Nov 1999 23:34:18 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
  by mercury.bath.ac.uk with SMTP; 16 Nov 1999 23:34:18 -0000
Received: (qmail 27860 invoked by uid 1457); 16 Nov 1999 23:32:29 -0000
Mailing-List: contact csound-help@lists.bath.ac.uk; run by ezmlm
Precedence: bulk
X-Mailing-List: csound
Delivered-To: mailing list csound@lists.bath.ac.uk
Received: (qmail 27844 invoked from network); 16 Nov 1999 23:32:29 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
  by amos.bath.ac.uk with SMTP; 16 Nov 1999 23:32:29 -0000
Received: (qmail 346 invoked from network); 16 Nov 1999 23:32:28 -0000
Received: from wallace.maths.bath.ac.uk (exim@138.38.100.104)
  by pat.bath.ac.uk with SMTP; 16 Nov 1999 23:32:28 -0000
Received: from [138.38.99.25] (helo=maths.Bath.AC.UK ident=mmdf)
	by wallace.maths.bath.ac.uk with smtp (Exim 2.12 #1)
	id 11nr1C-0005fM-00; Tue, 16 Nov 1999 22:24:06 +0000
Date: Tue, 16 Nov 1999 21:21:53 +0000
Message-Id: <9003-Tue16Nov1999212153+0000-jpff@maths.bath.ac.uk>
X-Mailer: emacs 20.4.91.2 (via feedmail 8 Q)
From: jpff@maths.bath.ac.uk
To: fscagliola@libero.it, csound@lists.bath.AC.UK
Sender: j.p.ffitch@maths.bath.ac.uk
Source-Info:  From (or Sender) name not authenticated.
Subject: [Csnd] Pulsar

I have a Pulsar in my PC; I have had it for a while and have had a
saga of problems getting it to work at all.  Last night I almost had
it installed.....My interest was in looking at Csound on this beast,
but I have not got far.
==John ffitch
--
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk


Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa28076;
          17 Nov 99 0:48 GMT
Received: from [138.38.32.81] (helo=mercury.bath.ac.uk ident=qmailr)
	by wallace.maths.bath.ac.uk with smtp (Exim 2.12 #1)
	id 11nsCm-0005is-00
	for j.p.ffitch@maths.bath.ac.uk; Tue, 16 Nov 1999 23:40:08 +0000
Received: (qmail 113 invoked from network); 17 Nov 1999 00:32:01 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
  by mercury.bath.ac.uk with SMTP; 17 Nov 1999 00:32:01 -0000
Received: (qmail 1332 invoked by uid 1457); 17 Nov 1999 00:30:27 -0000
Mailing-List: contact csound-help@lists.bath.ac.uk; run by ezmlm
Precedence: bulk
X-Mailing-List: csound
Delivered-To: mailing list csound@lists.bath.ac.uk
Received: (qmail 1322 invoked from network); 17 Nov 1999 00:30:26 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
  by amos.bath.ac.uk with SMTP; 17 Nov 1999 00:30:26 -0000
Received: (qmail 3642 invoked from network); 17 Nov 1999 00:30:26 -0000
Received: from grynet.passagen.se (195.163.107.36)
  by pat.bath.ac.uk with SMTP; 17 Nov 1999 00:30:26 -0000
Received: from hem.passagen.se (z10-4.stockholm.sbbs2.net [212.112.10.4])
	by grynet.passagen.se (8.8.6/8.8.6) with ESMTP id BAA04088
	for ; Wed, 17 Nov 1999 01:30:22 +0100 (MET)
Message-ID: <3831F8AC.564D6C@hem.passagen.se>
Date: Wed, 17 Nov 1999 01:37:00 +0100
From: rasmus ekman 
Organization: .
X-Mailer: Mozilla 4.61 [en] (Win95; I)
X-Accept-Language: en
MIME-Version: 1.0
To: Csound list 
References: <3831CD45.EAB9E1C4@netzero.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: Re: [Csnd] NAFXCWD

sherlock_abc wrote:
> 
> Sometime back I had enquired about this file.

Some file in the source tree is including it, or includes
another header file that includes it. (I guess Cwin.cpp, 
afx*.h is part of MFC headers.)
If you don't want to compile the Winsound version of Csound,
drop the file Cwin.cpp from the project/makefile.
There's a section on compiling Csound for DOS/Windows in
the winhelp file (Csound, Programming for Csound); if you're 
not on Windows I can send the text, but don't expect it to 
help all the way.

Good luck,

	re
--
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk


Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa28514;
          17 Nov 99 5:44 GMT
Received: from [138.38.32.81] (helo=mercury.bath.ac.uk ident=qmailr)
	by shaun.maths.bath.ac.uk with smtp (Exim 2.12 #1)
	id 11nxt9-00028z-00
	for j.p.ffitch@maths.bath.ac.uk; Wed, 17 Nov 1999 05:44:16 +0000
Received: (qmail 13791 invoked from network); 17 Nov 1999 05:26:58 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
  by mercury.bath.ac.uk with SMTP; 17 Nov 1999 05:26:58 -0000
Received: (qmail 16804 invoked by uid 1457); 17 Nov 1999 05:25:23 -0000
Mailing-List: contact csound-help@lists.bath.ac.uk; run by ezmlm
Precedence: bulk
X-Mailing-List: csound
Delivered-To: mailing list csound@lists.bath.ac.uk
Received: (qmail 16794 invoked from network); 17 Nov 1999 05:25:23 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
  by amos.bath.ac.uk with SMTP; 17 Nov 1999 05:25:23 -0000
Received: (qmail 17287 invoked from network); 17 Nov 1999 05:25:23 -0000
Received: from dot.crosswinds.net (204.50.152.131)
  by pat.bath.ac.uk with SMTP; 17 Nov 1999 05:25:23 -0000
Received: from ns (OhYesss@[203.109.136.79])
	by dot.crosswinds.net (8.9.3/8.9.3) with SMTP id AAA86565
	for ; Wed, 17 Nov 1999 00:24:05 -0500 (EST)
	(envelope-from grusic@crosswinds.net)
Message-ID: <003301bf30bb$f8cf0e40$0100a8c0@gemlink.com>
Reply-To: Bill Gray 
From: Bill Gray 
To: csound@lists.bath.AC.UK
MMDF-Warning:  Parse error in original version of preceding line at UK.AC.Bath.maths.omphalos
References: <9003-Tue16Nov1999212153+0000-jpff@maths.bath.ac.uk>
Date: Wed, 17 Nov 1999 18:23:59 +1300
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 1
X-MSMail-Priority: High
X-Mailer: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
Subject: Re: [Csnd] Pulsar


> I have a Pulsar in my PC; I have had it for a while and have had a
> saga of problems getting it to work at all.  Last night I almost had
> it installed.....My interest was in looking at Csound on this beast,
> but I have not got far.
> ==John ffitch


Hi John,

I don't understand your comment about "looking at Csound on this beast".
Would you please explain further as I may be able to help you with it.

I do development on the Scope/Pulsar.

Regards,
Bill Gray

Grusic Sound
Auckland, New Zealand
http://www.grusic.onecommerce.net




--
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk