| Probably you must use the original workspace/project, because a lot of
preprocessor definitions are included there:
NDEBUG,WIN32,_CONSOLE,SFIRCAM,PIPES,MACROS,RTAUDIO,MSVC,GAB_RT,STRICT,GAB_EAX
and you have to link it using the following libraries:
winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib dsound.lib
eaxguid.lib
(You have to download the EAX SDK to compile DirectCsound using EAX,
else try to remove the GAB_EAX definition from project). I'm using MSVC
5.0.
Daniel Lopez wrote:
>
> I got similar errors when building DirectCsound, couldn't compile Midisend.c,
> and though the error messages were slightly different, mentioning rpcasync.h
> instead of your rpcnsip.h, it could be the same sort of thing.
>
> In midisend.c there is a section which starts
> /* This is to fool the include file! */
> and proceeds with a load of defines. I commented out the one which said
> #define _WINBASE_
> and then everything was fine.
>
> It seems these defines match the #ifndef statements at the top of Windows
> headers to stop them being included. If it isn't that particular line on your
> machine, try finding out which Windows header defines RPC_NS_HANDLE and then
> comment out the appropriate #define for that file.
>
> HTH
>
> Daniel
>
> Chris Graham wrote:
> >
> > I'm trying to build AXCsound with Visual C++ 6.0, and I keep getting errors
> > like the following:
> >
> > Midisend.c
> > C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcnsip.h(25) : error
> > C2061: syntax error : identifier 'RPC_NS_HANDLE'
> > C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcnsip.h(26) : error
> > C2061: syntax error : identifier 'ProposedHandle'
> > C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcnsip.h(26) : error
> > C2059: syntax error : ';'
> > C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcnsip.h(27) : error
> > C2143: syntax error : missing '{' before '*'
> > C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcnsip.h(29) : error
> > C2059: syntax error : '}'
> > C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcnsip.h(34) : error
> > C2061: syntax error : identifier 'RPC_ENTRY'
> >
> > The same happens in Rtaudio.c. Everything else compiles cleanly.
> >
> > I'm compiling a freshly downloaded version of AXCsound using the included
> > workspace, which opens cleanly.
> > I also have tried building DirectCsound 3.0 using a workspace I constructed,
> > but with the same result.
> >
> > It's a syntax error deep in the Visual Studio libraries, so I'm not sure
> > what the problem could be - possibly an incorrectly set compile-time option,
> > but I can't find what it could be.
> >
> > Anyone else experienced this, or have any suggestions?
> >
> > Thanks.
> >
> > - Chris Graham
> >
> > --
> > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
> --
> 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 aa23612;
23 Nov 99 14:50 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 11qHHS-0004LU-00
for j.p.ffitch@maths.bath.ac.uk; Tue, 23 Nov 1999 14:50:54 +0000
Received: (qmail 13257 invoked from network); 23 Nov 1999 14:36:06 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
by mercury.bath.ac.uk with SMTP; 23 Nov 1999 14:36:06 -0000
Received: (qmail 23311 invoked by uid 1457); 23 Nov 1999 14:34:39 -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 23297 invoked from network); 23 Nov 1999 14:34:38 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
by amos.bath.ac.uk with SMTP; 23 Nov 1999 14:34:38 -0000
Received: (qmail 18636 invoked from network); 23 Nov 1999 14:34:38 -0000
Received: from unknown (HELO glitch.crosswinds.net) (209.208.163.35)
by pat.bath.ac.uk with SMTP; 23 Nov 1999 14:34:38 -0000
Received: from ns (OhYesss@p122-tnt3.akl.ihug.co.nz [216.100.155.122])
by glitch.crosswinds.net (8.9.3/8.9.3) with SMTP id IAA12487;
Tue, 23 Nov 1999 08:33:53 -0500 (EST)
(envelope-from grusic@crosswinds.net)
Message-ID: <004001bf35bf$a31ee5c0$0100a8c0@gemlink.com>
Reply-To: Bill Gray
From: Bill Gray
To: Gabriel Maldonado ,
Csound List
References: <3839BC81.19ADECC8@daisy.dircon.co.uk> <383A7AF5.B9292979@agora.stm.it>
Date: Wed, 24 Nov 1999 03:32:50 +1300
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
Subject: Re: [Csnd] Errors in DirectCsound
Hi Gabriel,
I've having a problem with DCsound 3.033. When I start an instrument using
the DirectX output option I get an error "Unable to create Direct.....
buffer...Direct X not installed" etc etc.
With the previous versions of DCsound I didn't have this problem. MME output
still works fine...but it is slower in realtime.
I'm using an SBLive by the way.
Kind regards,
Bill Gray
Grusic Sound
Auckland, New Zealand
http://www.grusic.onecommerce.net
--
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 aa23712;
23 Nov 99 15:17 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 11qHgi-0005Ll-00
for j.p.ffitch@maths.bath.ac.uk; Tue, 23 Nov 1999 15:17:00 +0000
Received: (qmail 16771 invoked from network); 23 Nov 1999 15:00:40 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
by mercury.bath.ac.uk with SMTP; 23 Nov 1999 15:00:40 -0000
Received: (qmail 29745 invoked by uid 1457); 23 Nov 1999 14:59:00 -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 29727 invoked from network); 23 Nov 1999 14:58:59 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
by amos.bath.ac.uk with SMTP; 23 Nov 1999 14:58:59 -0000
Received: (qmail 23288 invoked from network); 23 Nov 1999 14:58:59 -0000
Received: from smtp3.xs4all.nl (194.109.127.49)
by pat.bath.ac.uk with SMTP; 23 Nov 1999 14:58:59 -0000
Received: from xs4all.nl (s340-modem16.dial.xs4all.nl [194.109.160.16])
by smtp3.xs4all.nl (8.9.3/8.9.3) with SMTP id PAA07717
for ; Tue, 23 Nov 1999 15:58:52 +0100 (CET)
Date: Tue, 23 Nov 1999 15:58:52 +0100 (CET)
From: dkampman@xs4all.nl
Message-Id: <199911231458.PAA07717@smtp3.xs4all.nl>
To: csound@lists.bath.AC.UK
X-Status: N
X-Mailer: Applixware 4.41 (1021.211)
MIME-Version: 1.0
Content-Type: text/plain; name="Body"
Content-Transfer-Encoding: 7bit
Subject: [Csnd] syntax
Why do I get the error "Segmentation fault"
while csounding the following .orc-file and
.sco-file?
A problem is located in the formulation
"(kans>=80 ? kfrq=rnd(770)+110 : kfrq=0)",
and the problem remains when writing
"(kans>=80 ? kfrq=1 : kfrq=0)".
I thought the syntax was ok.
.orc-file:
sr=44100
kr=100
ksmps=441
nchnls=2
instr 1;
*************************************************************
idur = p3
iamp = p4
ileft = .9
k1 linen iamp,0,idur,1
kans = rnd(100)
(kans>=80 ? kfrq=rnd(770)+110 : kfrq=0)
a1 oscil k1, kfrq, 1
a8 = a1 * ileft ; left
a9 = a1 * (1-ileft) ; right
outs a8, a9
endin
sco-file:
f1 0 8192 10 1 ; sinus
;*****************************************************************
*******
; p1 = instrument nr
; p2 = start
; p3 = dur
; p4 = amp
; p5 in orc-file
;*****************************************************************
*******
;p1 p2 p3 p4
i1 0 1 4000
i1 + . .
i1 + . .
i1 + . .
i1 + . .
i1 + . .
i1 + . .
i1 + . .
i1 + . .
e
Dick Kampman
--
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 aa24127;
23 Nov 99 16:49 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 11qI2B-0003SU-00
for j.p.ffitch@maths.bath.ac.uk; Tue, 23 Nov 1999 15:39:11 +0000
Received: (qmail 28251 invoked from network); 23 Nov 1999 16:33:07 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
by mercury.bath.ac.uk with SMTP; 23 Nov 1999 16:33:07 -0000
Received: (qmail 29661 invoked by uid 1457); 23 Nov 1999 16:31:34 -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 29643 invoked from network); 23 Nov 1999 16:31:33 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
by amos.bath.ac.uk with SMTP; 23 Nov 1999 16:31:33 -0000
Received: (qmail 16112 invoked from network); 23 Nov 1999 16:31:32 -0000
Received: from emerald.oz.net (216.39.128.2)
by pat.bath.ac.uk with SMTP; 23 Nov 1999 16:31:32 -0000
Received: from madgello3 (sense-sea-56k-1-21.oz.net [216.39.131.21]) by emerald.oz.net (8.9.3/8.7.3) with SMTP id IAA15542 for ; Tue, 23 Nov 1999 08:22:42 -0800 (PST)
Reply-To: madgello@oz.net
MMDF-Warning: Parse error in original version of preceding line at UK.AC.Bath.maths.omphalos
From: Rich Weisgerber
To: csound-mailing
Date: Tue, 23 Nov 1999 08:31:39 -0800
Message-ID:
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
Importance: Normal
In-Reply-To:
Subject: Re: [Csnd] extended csound and creamware
Did Creamware change their mind about NOT implementing XTCsound on their
product.
The SHARC they use is not the same SHARC that XTCSOUND uses, correct?
I sent them email over six monthes ago when they said this.
Has their policy changed?
rich out
> -----Original Message-----
> From: A.J. Moore [mailto:a.j.moore@sheffield.ac.uk]
> Sent: Tuesday, November 23, 1999 1:31 AM
> To: csound-mailing
> Subject: [Csnd] extended csound and creamware
>
>
>
> Anyone out there using creamware gear with csound.
> In theory the pulsar and scope cards should make csound
> fly ?
>
> thanks
> AJM
>
> Dr. Adrian Moore tel - 44 (0)114 2220486
> Sheffield University fax - 44 (0)114 2668053
> Music Department mailto:a.j.moore@shef.ac.uk
> Western Bank http://www.shef.ac.uk/~mu1ajm/
> Sheffield S10 2TN http://www.shef.ac.uk/~mus/
> UK
> http://www.sonicartsnetwork.org/
>
>
> --
> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
>
--
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 aa24196;
23 Nov 99 17:09 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 11qILJ-0003V6-00
for j.p.ffitch@maths.bath.ac.uk; Tue, 23 Nov 1999 15:58:57 +0000
Received: (qmail 2260 invoked from network); 23 Nov 1999 16:54:07 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
by mercury.bath.ac.uk with SMTP; 23 Nov 1999 16:54:07 -0000
Received: (qmail 6683 invoked by uid 1457); 23 Nov 1999 16:52:37 -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 6672 invoked from network); 23 Nov 1999 16:52:36 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
by amos.bath.ac.uk with SMTP; 23 Nov 1999 16:52:36 -0000
Received: (qmail 20100 invoked from network); 23 Nov 1999 16:52:35 -0000
Received: from emerald.oz.net (216.39.128.2)
by pat.bath.ac.uk with SMTP; 23 Nov 1999 16:52:35 -0000
Received: from madgello3 (sense-sea-56k-1-21.oz.net [216.39.131.21]) by emerald.oz.net (8.9.3/8.7.3) with SMTP id IAA23813 for ; Tue, 23 Nov 1999 08:43:45 -0800 (PST)
Reply-To: madgello@oz.net
MMDF-Warning: Parse error in original version of preceding line at UK.AC.Bath.maths.omphalos
From: Rich Weisgerber
To: Csound List
Date: Tue, 23 Nov 1999 08:52:41 -0800
Message-ID:
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
Importance: Normal
In-Reply-To: <383A7AF5.B9292979@agora.stm.it>
Subject: Re: [Csnd] Compile Errors in DirectCsound & AXCsound?
Compare your MIDISEND.C with jpff's.
His has a section like this.
==============/snip/===========
/* This is to fool the include file! */
:
:
:
:
line 160: #define __RPCASYNC_H__ <<<<<<--- this is the fix for the issue
at hand.
:
:
==============/snip/===========
I reallly can't explain what's going on, it's just what jpff and michael
gogins said the last time it came up.
I watched a developer sort this out at work, since I don't have a clue about
this stuff yet, and landed on the same solution. This was back when the
canonical sources had the problem.
cheers.
rich out.
> -----Original Message-----
> From: Gabriel Maldonado [mailto:g.maldonado@agora.stm.it]
> Sent: Tuesday, November 23, 1999 3:31 AM
> To: Csound List
> Subject: Re: [Csnd] Compile Errors in DirectCsound & AXCsound?
>
>
> Probably you must use the original workspace/project, because a lot of
> preprocessor definitions are included there:
>
> NDEBUG,WIN32,_CONSOLE,SFIRCAM,PIPES,MACROS,RTAUDIO,MSVC,GAB_RT,STR
> ICT,GAB_EAX
>
> and you have to link it using the following libraries:
>
> winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
> advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib dsound.lib
> eaxguid.lib
>
> (You have to download the EAX SDK to compile DirectCsound using EAX,
> else try to remove the GAB_EAX definition from project). I'm using MSVC
> 5.0.
>
> Daniel Lopez wrote:
> >
> > I got similar errors when building DirectCsound, couldn't
> compile Midisend.c,
> > and though the error messages were slightly different,
> mentioning rpcasync.h
> > instead of your rpcnsip.h, it could be the same sort of thing.
> >
> > In midisend.c there is a section which starts
> > /* This is to fool the include file! */
> > and proceeds with a load of defines. I commented out the one which said
> > #define _WINBASE_
> > and then everything was fine.
> >
> > It seems these defines match the #ifndef statements at the top
> of Windows
> > headers to stop them being included. If it isn't that
> particular line on your
> > machine, try finding out which Windows header defines
> RPC_NS_HANDLE and then
> > comment out the appropriate #define for that file.
> >
> > HTH
> >
> > Daniel
> >
> > Chris Graham wrote:
> > >
> > > I'm trying to build AXCsound with Visual C++ 6.0, and I keep
> getting errors
> > > like the following:
> > >
> > > Midisend.c
> > > C:\Program Files\Microsoft Visual
> Studio\VC98\INCLUDE\rpcnsip.h(25) : error
> > > C2061: syntax error : identifier 'RPC_NS_HANDLE'
> > > C:\Program Files\Microsoft Visual
> Studio\VC98\INCLUDE\rpcnsip.h(26) : error
> > > C2061: syntax error : identifier 'ProposedHandle'
> > > C:\Program Files\Microsoft Visual
> Studio\VC98\INCLUDE\rpcnsip.h(26) : error
> > > C2059: syntax error : ';'
> > > C:\Program Files\Microsoft Visual
> Studio\VC98\INCLUDE\rpcnsip.h(27) : error
> > > C2143: syntax error : missing '{' before '*'
> > > C:\Program Files\Microsoft Visual
> Studio\VC98\INCLUDE\rpcnsip.h(29) : error
> > > C2059: syntax error : '}'
> > > C:\Program Files\Microsoft Visual
> Studio\VC98\INCLUDE\rpcnsip.h(34) : error
> > > C2061: syntax error : identifier 'RPC_ENTRY'
> > >
> > > The same happens in Rtaudio.c. Everything else compiles cleanly.
> > >
> > > I'm compiling a freshly downloaded version of AXCsound using
> the included
> > > workspace, which opens cleanly.
> > > I also have tried building DirectCsound 3.0 using a workspace
> I constructed,
> > > but with the same result.
> > >
> > > It's a syntax error deep in the Visual Studio libraries, so
> I'm not sure
> > > what the problem could be - possibly an incorrectly set
> compile-time option,
> > > but I can't find what it could be.
> > >
> > > Anyone else experienced this, or have any suggestions?
> > >
> > > Thanks.
> > >
> > > - Chris Graham
> > >
> > > --
> > > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
> > --
> > 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
>
--
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 aa24233;
23 Nov 99 17:19 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 11qJan-0007ne-00
for j.p.ffitch@maths.bath.ac.uk; Tue, 23 Nov 1999 17:19:01 +0000
Received: (qmail 4687 invoked from network); 23 Nov 1999 17:03:04 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
by mercury.bath.ac.uk with SMTP; 23 Nov 1999 17:03:04 -0000
Received: (qmail 9644 invoked by uid 1457); 23 Nov 1999 17:01:38 -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 9629 invoked from network); 23 Nov 1999 17:01:37 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
by amos.bath.ac.uk with SMTP; 23 Nov 1999 17:01:37 -0000
Received: (qmail 21775 invoked from network); 23 Nov 1999 17:01:36 -0000
Received: from skipper.oip.gatech.edu (199.77.144.11)
by pat.bath.ac.uk with SMTP; 23 Nov 1999 17:01:36 -0000
Received: from oip.gatech.edu (imtcmac15 [199.77.144.31])
by skipper.oip.gatech.edu (8.9.3/8.9.3) with ESMTP id MAA01723
for ; Tue, 23 Nov 1999 12:02:01 -0500 (EST)
Message-ID: <383AC8DF.DC4E326A@oip.gatech.edu>
Date: Tue, 23 Nov 1999 12:03:27 -0500
From: Jeremy Johnson
X-Mailer: Mozilla 4.7 [en] (WinNT; I)
X-Accept-Language: en
MIME-Version: 1.0
To: Csound Mailing List
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: [Csnd] Csound version 2 Opcodes
Can anyone point me to a listing of the opcodes supported in Csound
2.x? I've scanned around on the web, but haven't had much luck.
thanks!
--
.: jeremy.johnson@oip.gatech.edu :.
.: interactive.media.technology.center :.
.: georgia.institute.of.technology :.
--
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 aa24519;
23 Nov 99 18:35 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 11qKn4-0001KZ-00
for j.p.ffitch@maths.bath.ac.uk; Tue, 23 Nov 1999 18:35:46 +0000
Received: (qmail 13755 invoked from network); 23 Nov 1999 18:22:13 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
by mercury.bath.ac.uk with SMTP; 23 Nov 1999 18:22:13 -0000
Received: (qmail 29974 invoked by uid 1457); 23 Nov 1999 18:20:39 -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 29961 invoked from network); 23 Nov 1999 18:20:38 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
by amos.bath.ac.uk with SMTP; 23 Nov 1999 18:20:38 -0000
Received: (qmail 9281 invoked from network); 23 Nov 1999 18:20:37 -0000
Received: from wallace.maths.bath.ac.uk (exim@138.38.100.104)
by pat.bath.ac.uk with SMTP; 23 Nov 1999 18:20:37 -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 11qJSQ-0003jX-00; Tue, 23 Nov 1999 17:10:22 +0000
Date: Tue, 23 Nov 99 18:20:34 GMT
From: J P Fitch
To: Jeremy Johnson
cc: Csound Mailing List
Message-Id:
Subject: Re: [Csnd] Csound version 2 Opcodes
Depending on which x you mean take a binary from that perios and loofor strings
in teh executable. Alternatively get a very old manual and read it.....
Just slightly interestest in why you want this information. If you really
need it I will look on some old machines for sources. I think I still
have some ancient machines
(my 386 did sterling service on Monday when teh SGI broke; has a bigger screen
too)
==John
--
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 aa24581;
23 Nov 99 19:04 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 11qK92-0003mw-00
for j.p.ffitch@maths.bath.ac.uk; Tue, 23 Nov 1999 17:54:24 +0000
Received: (qmail 18156 invoked from network); 23 Nov 1999 19:00:36 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
by mercury.bath.ac.uk with SMTP; 23 Nov 1999 19:00:36 -0000
Received: (qmail 6191 invoked by uid 1457); 23 Nov 1999 18:59:02 -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 6178 invoked from network); 23 Nov 1999 18:59:01 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
by amos.bath.ac.uk with SMTP; 23 Nov 1999 18:59:01 -0000
Received: (qmail 14834 invoked from network); 23 Nov 1999 18:59:01 -0000
Received: from pilt-s.online.no (HELO online.no) (148.122.208.18)
by pat.bath.ac.uk with SMTP; 23 Nov 1999 18:59:01 -0000
Received: from online.no (ti29a63-0374.dialup.online.no [130.67.136.246])
by online.no (8.9.3/8.9.1) with ESMTP id TAA26025;
Tue, 23 Nov 1999 19:58:58 +0100 (MET)
Message-ID: <383AE391.E36B5F09@online.no>
Date: Tue, 23 Nov 1999 19:57:21 +0100
From: Oeyvind Brandtsegg
X-Mailer: Mozilla 4.02 [en] (Win95; I)
MIME-Version: 1.0
To: dkampman@xs4all.nl, Csound Mailing List
References: <199911231458.PAA07717@smtp3.xs4all.nl>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: Re: [Csnd] syntax
Hi everybody,
this is my first posting to the list
I think this should work better:
k1 linen iamp,0,idur,1
kans = rnd(100)
kcond1 = rnd(770)+110
kfrq = (kans >= 80 ? kcond1 : 0 )
a1 oscil iamp, kfrq, 1
Oeyvind Brandtsegg
Trondheim, Norway
dkampman@xs4all.nl wrote:
> Why do I get the error "Segmentation fault"
> while csounding the following .orc-file and
> .sco-file?
> A problem is located in the formulation
> "(kans>=80 ? kfrq=rnd(770)+110 : kfrq=0)",
> and the problem remains when writing
> "(kans>=80 ? kfrq=1 : kfrq=0)".
> I thought the syntax was ok.
--
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 aa25899;
24 Nov 99 7:55 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 11qWB4-0004Ai-00
for j.p.ffitch@maths.bath.ac.uk; Wed, 24 Nov 1999 06:45:19 +0000
Received: (qmail 26465 invoked from network); 24 Nov 1999 07:51:57 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
by mercury.bath.ac.uk with SMTP; 24 Nov 1999 07:51:57 -0000
Received: (qmail 25215 invoked by uid 1457); 24 Nov 1999 07:50:25 -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 25205 invoked from network); 24 Nov 1999 07:50:24 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
by amos.bath.ac.uk with SMTP; 24 Nov 1999 07:50:24 -0000
Received: (qmail 12003 invoked from network); 24 Nov 1999 07:50:24 -0000
Received: from fornax.tiscalinet.it (HELO smtp.tiscalinet.it) (195.130.224.67)
by pat.bath.ac.uk with SMTP; 24 Nov 1999 07:50:24 -0000
Received: (qmail 24243 invoked by uid 7770); 24 Nov 1999 07:49:52 -0000
Received: from unknown (HELO agora.stm.it) (62.10.151.133)
by fornax.tiscalinet.it with SMTP; 24 Nov 1999 07:49:52 -0000
Message-ID: <383B9ADA.7348DF38@agora.stm.it>
Date: Wed, 24 Nov 1999 08:59:22 +0100
From: Gabriel Maldonado
X-Mailer: Mozilla 4.7 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To: Bill Gray
CC: Csound List
References: <3839BC81.19ADECC8@daisy.dircon.co.uk> <383A7AF5.B9292979@agora.stm.it> <004001bf35bf$a31ee5c0$0100a8c0@gemlink.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: Re: [Csnd] Errors in DirectCsound
What execuable are you using? The PentiumPro/II Intel-optimized or the
blend one? Unfortunately on my computer all is OK so I can't debug
anithing.
I recompiled the executables using DirectX 7.0 SDK. Try to install
DirectX 7 on your platform (yet another spite of Uncle Bill Gate$?).
Bill Gray wrote:
>
> Hi Gabriel,
>
> I've having a problem with DCsound 3.033. When I start an instrument using
> the DirectX output option I get an error "Unable to create Direct.....
> buffer...Direct X not installed" etc etc.
>
> With the previous versions of DCsound I didn't have this problem. MME output
> still works fine...but it is slower in realtime.
>
> I'm using an SBLive by the way.
>
--
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 aa26005;
24 Nov 99 9:09 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 11qYQv-00010q-00
for j.p.ffitch@maths.bath.ac.uk; Wed, 24 Nov 1999 09:09:49 +0000
Received: (qmail 1210 invoked from network); 24 Nov 1999 09:05:59 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
by mercury.bath.ac.uk with SMTP; 24 Nov 1999 09:05:59 -0000
Received: (qmail 3326 invoked by uid 1457); 24 Nov 1999 09:04:26 -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 3315 invoked from network); 24 Nov 1999 09:04:25 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
by amos.bath.ac.uk with SMTP; 24 Nov 1999 09:04:25 -0000
Received: (qmail 18865 invoked from network); 24 Nov 1999 09:04:26 -0000
Received: from jaguars-int.cableinet.net (HELO jaguars.cableinet.net) (193.38.113.9)
by pat.bath.ac.uk with SMTP; 24 Nov 1999 09:04:26 -0000
Received: (qmail 16672 invoked from network); 24 Nov 1999 08:43:16 -0000
Received: from unknown (HELO cableinet.co.uk) (194.117.146.161)
by jaguars with SMTP; 24 Nov 1999 08:43:16 -0000
Message-ID: <383BAA85.B5CD15A6@cableinet.co.uk>
Date: Wed, 24 Nov 1999 09:06:13 +0000
From: Richard Dobson
Organization: Composers Desktop Project
X-Mailer: Mozilla 4.51 [en] (WinNT; I)
X-Accept-Language: en
MIME-Version: 1.0
To: Csound List
References:
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: Re: [Csnd] Other WinSound 4.00 GUI bugs - attachment
This was fixed in a recent set of small patches I sent to John,
regarding the play-on-exit flags, etc. A memory array was too small to
hold the longer message for the title window. This should be sorted now,
in the latest versions.
Richard Dobson
Rich Weisgerber wrote:
>
> Forgot the attachment.
>
> ------------------------------------------------------------------------
> Name: WinSound GUI Problem.jpg
> WinSound GUI Problem.jpg Type: JPEG Image (image/jpeg)
> Encoding: base64
--
Test your DAW with my Soundcard Attrition Page!
http://wkweb5.cableinet.co.uk/rwd (LU: 17th September 1999)
CDP: http://www.bath.ac.uk/~masjpf/CDP/CDP.htm (LU: 4th November 1999)
--
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
Date: Tue, 23 Nov 1999 19:46:13 +0000
Message-Id: <7458-Tue23Nov1999194613+0000-jpff@maths.bath.ac.uk>
X-Mailer: emacs 20.4.92.2 (via feedmail 8 Q)
From: jpff@maths.bath.ac.uk
BCC: jpff@maths.bath.ac.uk
To: madgello@oz.net
CC: csound@lists.bath.AC.UK
In-reply-to: (message from Rich
Weisgerber on Sun, 21 Nov 1999 14:31:08 -0800)
Subject: Re: [Csnd] Other WinSound 4.00 GUI bugs
References:
Sender: jpff@maths.bath.ac.uk
Source-Info: From (or Sender) name not authenticated.
>>>>> "Rich" == Rich Weisgerber writes:
Rich> Problem statements:
Rich> 1. Title bar of WinSound compile window shows truncated text and garbage
Rich> characters when 'Remain Active' and 'Play At End' are checked prior to
Rich> compile.
that was because the buffer was 32 characters long and the
Playing... message is 40 characters. i have upper the buffer size
Rich> 2. Type space or alpha-numeric key at "Type Character to Continue" message
Rich> does not work. [Enter] does.
This is a pain. I think that the function to wait for input does not
return until it has a line buffer. I am looking to see if i can see
where this happens.
==John ffitch
Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa26293;
24 Nov 99 10:13 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 11qZQQ-0002NV-00
for j.p.ffitch@maths.bath.ac.uk; Wed, 24 Nov 1999 10:13:22 +0000
Received: (qmail 11904 invoked from network); 24 Nov 1999 10:03:41 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
by mercury.bath.ac.uk with SMTP; 24 Nov 1999 10:03:41 -0000
Received: (qmail 16316 invoked by uid 1457); 24 Nov 1999 10:02:08 -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 16302 invoked from network); 24 Nov 1999 10:02:07 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
by amos.bath.ac.uk with SMTP; 24 Nov 1999 10:02:07 -0000
Received: (qmail 28301 invoked from network); 24 Nov 1999 10:02:08 -0000
Received: from wallace.maths.bath.ac.uk (exim@138.38.100.104)
by pat.bath.ac.uk with SMTP; 24 Nov 1999 10:02:08 -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 11qY9L-0004Fg-00; Wed, 24 Nov 1999 08:51:39 +0000
Date: Tue, 23 Nov 1999 19:46:13 +0000
Message-Id: <7458-Tue23Nov1999194613+0000-jpff@maths.bath.ac.uk>
X-Mailer: emacs 20.4.92.2 (via feedmail 8 Q)
From: jpff@maths.bath.ac.uk
BCC: jpff@maths.bath.ac.uk
To: madgello@oz.net
CC: csound@lists.bath.AC.UK
In-reply-to: (message from Rich
Weisgerber on Sun, 21 Nov 1999 14:31:08 -0800)
References:
Sender: j.p.ffitch@maths.bath.ac.uk
Source-Info: From (or Sender) name not authenticated.
Subject: Re: [Csnd] Other WinSound 4.00 GUI bugs
>>>>> "Rich" == Rich Weisgerber writes:
Rich> Problem statements:
Rich> 1. Title bar of WinSound compile window shows truncated text and garbage
Rich> characters when 'Remain Active' and 'Play At End' are checked prior to
Rich> compile.
that was because the buffer was 32 characters long and the
Playing... message is 40 characters. i have upper the buffer size
Rich> 2. Type space or alpha-numeric key at "Type Character to Continue" message
Rich> does not work. [Enter] does.
This is a pain. I think that the function to wait for input does not
return until it has a line buffer. I am looking to see if i can see
where this happens.
==John ffitch
--
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 aa00476;
24 Nov 99 10:19 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 11qZVp-0002OE-00
for j.p.ffitch@maths.bath.ac.uk; Wed, 24 Nov 1999 10:18:57 +0000
Received: (qmail 13741 invoked from network); 24 Nov 1999 10:05:53 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
by mercury.bath.ac.uk with SMTP; 24 Nov 1999 10:05:53 -0000
Received: (qmail 16742 invoked by uid 1457); 24 Nov 1999 10:03:03 -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 16727 invoked from network); 24 Nov 1999 10:03:03 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
by amos.bath.ac.uk with SMTP; 24 Nov 1999 10:03:03 -0000
Received: (qmail 28467 invoked from network); 24 Nov 1999 10:03:03 -0000
Received: from wallace.maths.bath.ac.uk (exim@138.38.100.104)
by pat.bath.ac.uk with SMTP; 24 Nov 1999 10:03:03 -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 11qYAI-0004Fr-00
for csound@lists.bath.AC.UK; Wed, 24 Nov 1999 08:52:38 +0000
Date: Tue, 23 Nov 1999 20:36:01 +0000
Message-Id: <9743-Tue23Nov1999203601+0000-jpff@maths.bath.ac.uk>
X-Mailer: emacs 20.4.92.2 (via feedmail 8 Q)
From: jpff@maths.bath.ac.uk
To: csound@lists.bath.AC.UK
In-reply-to: (message from Rich
Weisgerber on Sun, 21 Nov 1999 14:31:08 -0800)
References:
Sender: j.p.ffitch@maths.bath.ac.uk
Source-Info: From (or Sender) name not authenticated.
Subject: Re: [Csnd] Other WinSound 4.00 GUI bugs
I have fixed the "Type Character to Continue" problem in my version.
It will get distributed with the next version, unless it is important
for anyone.
==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 aa00487;
24 Nov 99 10:24 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 11qYV1-0004H9-00
for j.p.ffitch@maths.bath.ac.uk; Wed, 24 Nov 1999 09:14:03 +0000
Received: (qmail 16896 invoked from network); 24 Nov 1999 10:10:25 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
by mercury.bath.ac.uk with SMTP; 24 Nov 1999 10:10:25 -0000
Received: (qmail 16899 invoked by uid 1457); 24 Nov 1999 10:03:24 -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 16888 invoked from network); 24 Nov 1999 10:03:23 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
by amos.bath.ac.uk with SMTP; 24 Nov 1999 10:03:23 -0000
Received: (qmail 28535 invoked from network); 24 Nov 1999 10:03:23 -0000
Received: from wallace.maths.bath.ac.uk (exim@138.38.100.104)
by pat.bath.ac.uk with SMTP; 24 Nov 1999 10:03:23 -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 11qYAc-0004Fx-00; Wed, 24 Nov 1999 08:52:58 +0000
Date: Tue, 23 Nov 1999 20:39:02 +0000
Message-Id: <6480-Tue23Nov1999203902+0000-jpff@maths.bath.ac.uk>
X-Mailer: emacs 20.4.92.2 (via feedmail 8 Q)
From: jpff@maths.bath.ac.uk
To: perti@telefax.com.ar
CC: csound@lists.bath.AC.UK
In-reply-to: <38386838.CF0E5FE1@telefax.com.ar> (perti@telefax.com.ar)
References: <38386838.CF0E5FE1@telefax.com.ar>
Sender: j.p.ffitch@maths.bath.ac.uk
Source-Info: From (or Sender) name not authenticated.
Subject: Re: [Csnd] bug in winxx gui?
>>>>> "M" == M Perticone writes:
M> hello list,
M> i found something that maybe is a bug, not in csound engine itsel but in
M> winxx gui. just want to know if it's my system or not.
M> description: i load and orc and a sco. i click on the [>] edit button of
M> a sco, it calls the text editor, i close the editor, and after that i'm
M> not able to change any other sco, orc or csd files. those buttons stop
M> working. the other ones are available.
M> thanks,
I cannot reproduce this. What editor are you using? I use emacs and
that might be different......
==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 aa00521;
24 Nov 99 10:41 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 11qYlH-0004Hr-00
for j.p.ffitch@maths.bath.ac.uk; Wed, 24 Nov 1999 09:30:51 +0000
Received: (qmail 15242 invoked from network); 24 Nov 1999 10:08:09 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
by mercury.bath.ac.uk with SMTP; 24 Nov 1999 10:08:09 -0000
Received: (qmail 16762 invoked by uid 1457); 24 Nov 1999 10:03:05 -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 16730 invoked from network); 24 Nov 1999 10:03:03 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
by amos.bath.ac.uk with SMTP; 24 Nov 1999 10:03:03 -0000
Received: (qmail 28469 invoked from network); 24 Nov 1999 10:03:03 -0000
Received: from wallace.maths.bath.ac.uk (exim@138.38.100.104)
by pat.bath.ac.uk with SMTP; 24 Nov 1999 10:03:03 -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 11qYAH-0004Fp-00; Wed, 24 Nov 1999 08:52:37 +0000
Date: Tue, 23 Nov 1999 19:35:55 +0000
Message-Id: <8011-Tue23Nov1999193555+0000-jpff@maths.bath.ac.uk>
X-Mailer: emacs 20.4.92.2 (via feedmail 8 Q)
From: jpff@maths.bath.ac.uk
To: madgello@oz.net
CC: csound@lists.bath.AC.UK
In-reply-to: (message from Rich
Weisgerber on Sun, 21 Nov 1999 15:26:50 -0800)
References:
Sender: j.p.ffitch@maths.bath.ac.uk
Source-Info: From (or Sender) name not authenticated.
Subject: Re: [Csnd] Csound 4.00 source zip, incomplete?
I thought that I had included these files somewhere; it is possible
that the update lost them.
As I am a Micro$oft non-user (in general), can you tell be which
files you would like, and in which zip file?
==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 aa00792;
24 Nov 99 12:18 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 11qaGt-0004N1-00
for j.p.ffitch@maths.bath.ac.uk; Wed, 24 Nov 1999 11:07:35 +0000
Received: (qmail 6343 invoked from network); 24 Nov 1999 12:14:34 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
by mercury.bath.ac.uk with SMTP; 24 Nov 1999 12:14:34 -0000
Received: (qmail 23254 invoked by uid 1457); 24 Nov 1999 12:13:07 -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 23244 invoked from network); 24 Nov 1999 12:13:06 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
by amos.bath.ac.uk with SMTP; 24 Nov 1999 12:13:06 -0000
Received: (qmail 23214 invoked from network); 24 Nov 1999 12:13:06 -0000
Received: from front7m.grolier.fr (195.36.216.57)
by pat.bath.ac.uk with SMTP; 24 Nov 1999 12:13:06 -0000
Received: from club-internet.fr (ppp-223-41.villette.club-internet.fr [195.36.223.41])
by front7m.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with ESMTP id NAA01644
for ; Wed, 24 Nov 1999 13:13:01 +0100 (MET)
Message-ID: <383BD416.FACF124D@club-internet.fr>
Date: Wed, 24 Nov 1999 13:03:36 +0100
From: JM&M DARREMONT
Reply-To: jmdbrady@club-internet.fr
X-Mailer: Mozilla 4.06 (Macintosh; I; PPC)
MIME-Version: 1.0
To: csound@lists.bath.AC.UK
References: <8011-Tue23Nov1999193555+0000-jpff@maths.bath.ac.uk>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: [Csnd] Is poscil bugged
Hi,
Trying to use poscil I get: "Invalid table number 0.000"
I tried many times with various parameters and always get the same error message.
Poscil doesn't use any table number by the way.
Is it a bug or do I have to try more? ;-)
Thanks.
--
Jean-Michel DARREMONT
--
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk |