Csound Csound-dev Csound-tekno Search About

taninv2

Date1999-05-17 10:43
FromJens Groh
Subjecttaninv2
Hello list!
Whoever happens to need the taninv2 opcode may be interested in the following.
Two days ago, I wanted to use a Csound statement like this:

ablah     =         taninv2(afoox,afooy)

I'm using version 3.52 and I followed the Windows online help which explains
the opcode.
But - it's a syntax error!
After inspecting the source code, I found that the correct syntax is:

ablah     taninv2   afoox,afooy

Happy again,
Jens Groh

Date1999-05-17 14:06
Fromjpff@maths.bath.ac.uk
SubjectRe: taninv2
Csoudn does not allow any two-argument functions.  Hence the opcode
form for taninv2.  What gave you the idea for the syntax
taninv2(afoox,afooy) ?

==John


Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05119;
          17 May 99 16:56 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 10jPkW-0001Wj-00
	for jpff@maths.bath.ac.uk; Mon, 17 May 1999 16:56:16 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (QAA00795); Mon, 17 May 1999 16:52:46 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Mon, 17 May 1999 16:52:32 +0100
Received: from neptune.lyrick.com [38.227.100.46] by hermes via ESMTP (QAA11071); Mon, 17 May 1999 16:52:30 +0100 (BST)
Received: by neptune.lyrick.com with Internet Mail Service (5.5.2448.0)
	id ; Mon, 17 May 1999 10:52:26 -0500
Message-ID: <283AABB8FD0DD21187C200A0C995F5DEECAF84@neptune.lyrick.com>
From: David Boothe 
To: 'Terry McDermott' 
Cc: 'Csound' 
Subject: RE: ampdb
Date: Mon, 17 May 1999 10:52:20 -0500
X-Mailer: Internet Mail Service (5.5.2448.0)
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

I was following this discussion last week with that in mind. Since I've been
out of pocket the last several days,  I'll look at it again. Due to the
number of changes in the next release, and the impending release of the 3.54
code, it may have to wait for the next release.

I will also bring this up with Richard Boulanger (except he's probably been
following this discussion, anyway).

-David.
> -----Original Message-----
> From: Terry McDermott [mailto:T.McDermott@latrobe.edu.au]
> Sent: Monday, May 17, 1999 3:41 AM
> To: csound@maths.ex.ac.uk
> Subject: Re: ampdb
> 
> 
> one last word...
> 
> A small discrepancy such as the ampdb description probably should be
> pointed out to the whoever is doing the manual or the csound book proo
> freading...  I think it may be able to be reported to David 
> Boothe... is
> that correct?
> 
> >Anyway, it's clear that the manual is not precise, 
> misleadingly stating that
> >the reference is 90dB = 32000.
> >Even if the deviations are insignificant, as I said, it's 
> always better to
> >have a good idea of how opcodes work and known exactly what 
> to expect.
> >
> It is often the tiniest discrepancies that cause the greatest 
> confusion....
> 
> 
> Terry McDermott
> 
> Music Department
> School of Arts & Media
> Latrobe University
> Bundoora, Victoria, 3083
> Australia
> 
> email: T.McDermott@latrobe.edu.au
> 
> Telephone	+61 3 9479 2167
> Fax		+61 3 9479 3651
> 
> 


Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05131;
          17 May 99 17:00 BST
Received: from [38.227.100.46] (helo=neptune.lyrick.com)
	by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 10jPoL-0001X3-00
	for jpff@maths.bath.ac.uk; Mon, 17 May 1999 17:00:14 +0100
Received: by neptune.lyrick.com with Internet Mail Service (5.5.2448.0)
	id ; Mon, 17 May 1999 11:00:04 -0500
Message-ID: <283AABB8FD0DD21187C200A0C995F5DEECAF85@neptune.lyrick.com>
From: David Boothe 
To: "'jpff@maths.bath.ac.uk'" , groh@irt.de
Cc: csound@maths.ex.ac.uk
Subject: RE: taninv2
Date: Mon, 17 May 1999 10:59:57 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2448.0)
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01BEA07E.528CA4E8"

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01BEA07E.528CA4E8
Content-Type: text/plain;
	charset="iso-8859-1"

I'm afraid it's in the manual that way. At least until the next release.
Actually, the way I have it listed is confusing - sort of half way between
function syntax and opcode syntax.

-David.

> -----Original Message-----
> From: jpff@maths.bath.ac.uk [mailto:jpff@maths.bath.ac.uk]
> Sent: Monday, May 17, 1999 9:06 AM
> To: groh@irt.de
> Cc: csound@maths.ex.ac.uk
> Subject: Re: taninv2
> 
> 
> Csoudn does not allow any two-argument functions.  Hence the opcode
> form for taninv2.  What gave you the idea for the syntax
> taninv2(afoox,afooy) ?
> 
> ==John
> 

------_=_NextPart_001_01BEA07E.528CA4E8
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable






RE: taninv2



I'm afraid it's in the manual that way. At least = until the next release. Actually, the way I have it listed is confusing = - sort of half way between function syntax and opcode = syntax.

-David.

> -----Original Message-----
> From: jpff@maths.bath.ac.uk [mailto:jpff@maths.bath.ac.uk]<= /FONT>
> Sent: Monday, May 17, 1999 9:06 AM
> To: groh@irt.de
> Cc: csound@maths.ex.ac.uk
> Subject: Re: taninv2
>
>
> Csoudn does not allow any two-argument = functions.  Hence the opcode
> form for taninv2.  What gave you the idea = for the syntax
> taninv2(afoox,afooy) ?
>
> =3D=3DJohn
>

------_=_NextPart_001_01BEA07E.528CA4E8--   Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05139; 17 May 99 17:03 BST Received: from [144.173.6.14] (helo=exeter.ac.uk) by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1) id 10jPrK-0001XO-00 for jpff@maths.bath.ac.uk; Mon, 17 May 1999 17:03:18 +0100 Received: from noether [144.173.8.10] by hermes via SMTP (RAA07731); Mon, 17 May 1999 17:00:24 +0100 (BST) Received: from exeter.ac.uk by maths.ex.ac.uk; Mon, 17 May 1999 17:00:10 +0100 Received: from neptune.lyrick.com [38.227.100.46] by hermes via ESMTP (RAA14981); Mon, 17 May 1999 17:00:08 +0100 (BST) Received: by neptune.lyrick.com with Internet Mail Service (5.5.2448.0) id ; Mon, 17 May 1999 11:00:04 -0500 Message-ID: <283AABB8FD0DD21187C200A0C995F5DEECAF85@neptune.lyrick.com> From: David Boothe To: "'jpff@maths.bath.ac.uk'" , groh@irt.de Cc: csound@maths.ex.ac.uk Subject: RE: taninv2 Date: Mon, 17 May 1999 10:59:57 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BEA07E.528CA4E8" Sender: owner-csound-outgoing@maths.ex.ac.uk Precedence: bulk This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BEA07E.528CA4E8 Content-Type: text/plain; charset="iso-8859-1" I'm afraid it's in the manual that way. At least until the next release. Actually, the way I have it listed is confusing - sort of half way between function syntax and opcode syntax. -David. > -----Original Message----- > From: jpff@maths.bath.ac.uk [mailto:jpff@maths.bath.ac.uk] > Sent: Monday, May 17, 1999 9:06 AM > To: groh@irt.de > Cc: csound@maths.ex.ac.uk > Subject: Re: taninv2 > > > Csoudn does not allow any two-argument functions. Hence the opcode > form for taninv2. What gave you the idea for the syntax > taninv2(afoox,afooy) ? > > ==John > ------_=_NextPart_001_01BEA07E.528CA4E8 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: taninv2

I'm afraid it's in the manual that way. At least = until the next release. Actually, the way I have it listed is confusing = - sort of half way between function syntax and opcode = syntax.

-David.

> -----Original Message-----
> From: jpff@maths.bath.ac.uk [mailto:jpff@maths.bath.ac.uk]<= /FONT>
> Sent: Monday, May 17, 1999 9:06 AM
> To: groh@irt.de
> Cc: csound@maths.ex.ac.uk
> Subject: Re: taninv2
>
>
> Csoudn does not allow any two-argument = functions.  Hence the opcode
> form for taninv2.  What gave you the idea = for the syntax
> taninv2(afoox,afooy) ?
>
> =3D=3DJohn
>

------_=_NextPart_001_01BEA07E.528CA4E8--   Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05214; 17 May 99 17:23 BST Received: from [194.172.230.108] (helo=nett.irt.de) by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1) id 10jQAh-0001YM-00 for jpff@maths.bath.ac.uk; Mon, 17 May 1999 17:23:20 +0100 Received: from pctb151 (pctb151.irt.de [192.168.3.151]) by nett.irt.de (8.9.1/8.9.1) with SMTP id SAA13890; Mon, 17 May 1999 18:23:16 +0200 (METDST) Date: Mon, 17 May 1999 18:23:16 +0200 (METDST) Message-Id: <199905171623.SAA13890@nett.irt.de> X-Sender: groh@mail X-Mailer: Windows Eudora Version 1.4.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: jpff@maths.bath.ac.uk From: Jens Groh Subject: Re: taninv2 Cc: csound@maths.ex.ac.uk > What gave you the idea for the syntax taninv2(afoox,afooy) ? >==John The manual. The v.3.52 Windows help version: taninv2(x, y) (no rate restriction) Description: taninv2(x, y) returns the arctan of y/x. If any of x or y is zero, taninv2 returns zero. The v.3.52 PDF version: taninv2 (x) (no rate restriction) Without description. The v.3.48 HTML online version (http://www.leeds.ac.uk/music/Man/Csound/title.html): No taninv2 yet. The v.3.53 HTML version (ftp://ftp.musique.umontreal.ca/pub/CsoundManual/CsManual3.53.HTML.zip): Finally correct, though taninv2 is still missing in the index. (Well, I don't mind.) I found it today. Just didn't think the manuals were so different, and didn't bother to check them all. Anyway - my problem is solved :) Jens.   Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05250; 17 May 99 17:26 BST Received: from [144.173.6.14] (helo=exeter.ac.uk) by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1) id 10jQE0-0001Yf-00 for jpff@maths.bath.ac.uk; Mon, 17 May 1999 17:26:44 +0100 Received: from noether [144.173.8.10] by hermes via SMTP (RAA11816); Mon, 17 May 1999 17:23:40 +0100 (BST) Received: from exeter.ac.uk by maths.ex.ac.uk; Mon, 17 May 1999 17:23:25 +0100 Received: from zit-108.irt.de [194.172.230.108] by hermes via ESMTP (RAA09159); Mon, 17 May 1999 17:23:23 +0100 (BST) Received: from pctb151 (pctb151.irt.de [192.168.3.151]) by nett.irt.de (8.9.1/8.9.1) with SMTP id SAA13890; Mon, 17 May 1999 18:23:16 +0200 (METDST) Date: Mon, 17 May 1999 18:23:16 +0200 (METDST) Message-Id: <199905171623.SAA13890@nett.irt.de> X-Sender: groh@mail X-Mailer: Windows Eudora Version 1.4.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: jpff@maths.bath.ac.uk From: Jens Groh Subject: Re: taninv2 Cc: csound@maths.ex.ac.uk Sender: owner-csound-outgoing@maths.ex.ac.uk Precedence: bulk > What gave you the idea for the syntax taninv2(afoox,afooy) ? >==John The manual. The v.3.52 Windows help version: taninv2(x, y) (no rate restriction) Description: taninv2(x, y) returns the arctan of y/x. If any of x or y is zero, taninv2 returns zero. The v.3.52 PDF version: taninv2 (x) (no rate restriction) Without description. The v.3.48 HTML online version (http://www.leeds.ac.uk/music/Man/Csound/title.html): No taninv2 yet. The v.3.53 HTML version (ftp://ftp.musique.umontreal.ca/pub/CsoundManual/CsManual3.53.HTML.zip): Finally correct, though taninv2 is still missing in the index. (Well, I don't mind.) I found it today. Just didn't think the manuals were so different, and didn't bother to check them all. Anyway - my problem is solved :) Jens.   Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05605; 17 May 99 19:22 BST Received: from [144.173.6.14] (helo=exeter.ac.uk) by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1) id 10jS1j-0006Lr-00 for jpff@maths.bath.ac.uk; Mon, 17 May 1999 19:22:11 +0100 Received: from noether [144.173.8.10] by hermes via SMTP (TAA17542); Mon, 17 May 1999 19:19:14 +0100 (BST) Received: from exeter.ac.uk by maths.ex.ac.uk; Mon, 17 May 1999 19:19:01 +0100 Received: from root@renoir.op.net [209.152.193.4] by hermes via ESMTP (TAA12837); Mon, 17 May 1999 19:18:58 +0100 (BST) Received: from someip.ppp.op.net (d-bm2-04.ppp.op.net [209.152.194.36]) by renoir.op.net (o1/$Revision: 1.18 $) with ESMTP id OAA18035 for ; Mon, 17 May 1999 14:18:53 -0400 (EDT) Message-Id: <199905171818.OAA18035@renoir.op.net> To: csound@maths.ex.ac.uk Subject: Re: taninv2 In-reply-to: Your message of "Mon, 17 May 1999 10:59:57 CDT." <283AABB8FD0DD21187C200A0C995F5DEECAF85@neptune.lyrick.com> Date: Mon, 17 May 1999 14:16:31 -0400 From: Paul Barton-Davis Sender: owner-csound-outgoing@maths.ex.ac.uk Precedence: bulk >I'm afraid it's in the manual that way. At least until the next release. >Actually, the way I have it listed is confusing - sort of half way between >function syntax and opcode syntax. Is there any clear reason why both forms exist ? Given that they are both implemented in exactly the same way, what is the reason for supporting parenthetical expressions for one class of "opcodes" but not for others ? --p ... ksignal = oscil (1, 0.5, 3);   Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05850; 17 May 99 21:18 BST Received: from [144.173.6.14] (helo=exeter.ac.uk) by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1) id 10jTqh-0001fz-00 for jpff@maths.bath.ac.uk; Mon, 17 May 1999 21:18:55 +0100 Received: from noether [144.173.8.10] by hermes via SMTP (VAA12972); Mon, 17 May 1999 21:09:18 +0100 (BST) Received: from exeter.ac.uk by maths.ex.ac.uk; Mon, 17 May 1999 21:09:05 +0100 Received: from root@smtp.ats.it [195.62.227.6] by hermes via ESMTP (VAA13414); Mon, 17 May 1999 21:08:59 +0100 (BST) Received: from micky (ppp-vi-inf-096.ats.it [193.70.245.96] (may be forged)) by smtp.ats.it (8.9.1/8.9.0) with SMTP id WAA20604; Mon, 17 May 1999 22:08:31 +0200 Message-Id: <199905172008.WAA20604@smtp.ats.it> X-Sender: mrinaldi@ats.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Demo Date: Mon, 17 May 1999 22:10:10 +0200 To: Lonce LaMar Wyse From: Rinaldi Subject: Re: new entry Cc: csound@maths.ex.ac.uk In-Reply-To: <373F6C58.13B8AB7D@krdl.org.sg> References: <199905160823.KAA27590@smtp.ats.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-csound-outgoing@maths.ex.ac.uk Precedence: bulk >Lonce wrote: >Interesting term "analogic" music. - I suppose there is an analogy to >be made between the art people used to make using only notes and what we >now understand to be music! Let me know, what do "you" now understand to be music? I like Xenakis as Bach and Nono as Monteverdi! No one of them made music using only notes. Anyway I cannot control all the "nuances" of the english language (nor all the basic grammatical rules!) and I used the word "analogic" only in opposition to the word "digital": "arte digitale" in Italy is another way to say "computer art". But the important question is: no one of you use CSound in real time? Do you use different programs for live elctronics? Many thanks to the persons (only two at the moment) that decided to send me their music, I will manage to play it in my concerts (of course, if I'll like it!). I forgot to write my address, that is: Michelangelo Rinaldi via C. Colombo 9/5 Torre del Lago Puccini 55048 Lucca Italy   Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa06246; 17 May 99 23:52 BST Received: from [144.173.6.14] (helo=exeter.ac.uk) by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1) id 10jWFU-0001kU-00 for jpff@maths.bath.ac.uk; Mon, 17 May 1999 23:52:40 +0100 Received: from noether [144.173.8.10] by hermes via SMTP (XAA07678); Mon, 17 May 1999 23:50:30 +0100 (BST) Received: from exeter.ac.uk by maths.ex.ac.uk; Mon, 17 May 1999 23:50:10 +0100 Received: from hromeo.algonet.se [194.213.74.10] by hermes via SMTP (XAA15559); Mon, 17 May 1999 23:50:09 +0100 (BST) Received: (qmail 11082 invoked from network); 18 May 1999 00:50:08 +0200 Received: from du152-26.ppp.algonet.se (HELO algonet.se) (195.100.26.152) by hromeo.algonet.se with SMTP; 18 May 1999 00:50:08 +0200 From: Anders Andersson To: The CSound mailinglist Date: Mon, 17 May 1999 22:12:55 +0200 Message-ID: X-Mailer: YAM 2.0Preview7 [020] - Amiga Mailer by Marcel Beck - http://www.yam.ch Subject: Filenames - *.orc|*.sco|*.xxx MIME-Version: 1.0 Content-Type: text/plain Sender: owner-csound-outgoing@maths.ex.ac.uk Precedence: bulk Hola! Wouldn't it be possible to check if the user only specify one filename ("foo") at the commandline, and then try to load "foo.orc" and "foo.sco" respectively? If so, then one could even use "foo" as the default output-filename. "foo.aiff", "foo.wav" etc etc.. This would save alot of typing for some, but still be compatible with the "old" way to enter orc and sco names! // Anders   Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa06252; 17 May 99 23:52 BST Received: from [144.173.6.14] (helo=exeter.ac.uk) by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1) id 10jWFY-0006Rx-00 for jpff@maths.bath.ac.uk; Mon, 17 May 1999 23:52:44 +0100 Received: from noether [144.173.8.10] by hermes via SMTP (XAA14601); Mon, 17 May 1999 23:50:38 +0100 (BST) Received: from exeter.ac.uk by maths.ex.ac.uk; Mon, 17 May 1999 23:50:09 +0100 Received: from hromeo.algonet.se [194.213.74.10] by hermes via SMTP (XAA05169); Mon, 17 May 1999 23:50:09 +0100 (BST) Received: (qmail 11080 invoked from network); 18 May 1999 00:50:07 +0200 Received: from du152-26.ppp.algonet.se (HELO algonet.se) (195.100.26.152) by hromeo.algonet.se with SMTP; 18 May 1999 00:50:07 +0200 From: Anders Andersson To: The CSound mailinglist Date: Mon, 17 May 1999 22:09:29 +0200 Message-ID: X-Mailer: YAM 2.0Preview7 [020] - Amiga Mailer by Marcel Beck - http://www.yam.ch Subject: Divisions -> Multiplications MIME-Version: 1.0 Content-Type: text/plain Sender: owner-csound-outgoing@maths.ex.ac.uk Precedence: bulk Ho! Is it safe to use constant divisions? That is.. Are they converted to multiplications internally in CSound so that it will run faster? If not, why not? =) // Anders   Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa06714; 18 May 99 4:31 BST Received: from [144.173.6.14] (helo=exeter.ac.uk) by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1) id 10jabC-0006Yh-00 for jpff@maths.bath.ac.uk; Tue, 18 May 1999 04:31:22 +0100 Received: from noether [144.173.8.10] by hermes via SMTP (EAA06112); Tue, 18 May 1999 04:28:52 +0100 (BST) Received: from exeter.ac.uk by maths.ex.ac.uk; Tue, 18 May 1999 04:28:40 +0100 Received: from out1.ibm.net [165.87.194.252] by hermes via ESMTP (EAA01036); Tue, 18 May 1999 04:28:38 +0100 (BST) Received: from ibm.net (slip-32-100-209-86.dc.us.ibm.net [32.100.209.86]) by out1.ibm.net (8.8.5/8.6.9) with ESMTP id DAA73758 for ; Tue, 18 May 1999 03:28:36 GMT Message-ID: <3740DF7D.EEC33EAF@ibm.net> Date: Mon, 17 May 1999 23:33:17 -0400 From: "Job M. van Zuijlen" Reply-To: zuijlen@ibm.net Organization: electona X-Mailer: Mozilla 4.5 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: The CSound mailinglist Subject: Re: Filenames - *.orc|*.sco|*.xxx References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-csound-outgoing@maths.ex.ac.uk Precedence: bulk One way to accomplish this without changing csound (smart programs are dangerous, I think) is to call csound with a batch (.bat) file that contains the desired csound command line. For example, I have a file called cs.bat, which contains: csound -o %1.wav -W %1.orc %1.sco Calling "cs foo" will bind 'foo' to %1, run csound with foo.sco and foo.orc and write the result to a .wav file called foo.wav. This is also useful if you have various favorite parameter settings, just create different batch files. Possibilities are endless. Almost like Unix ;-) Job van Zuijlen Anders Andersson wrote: > > Hola! > > Wouldn't it be possible to check if the user only specify one filename > ("foo") at the commandline, and then try to load "foo.orc" and "foo.sco" > respectively? > If so, then one could even use "foo" as the default output-filename. > "foo.aiff", "foo.wav" etc etc.. > > This would save alot of typing for some, but still be compatible with the > "old" way to enter orc and sco names! > > // Anders   Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa06964; 18 May 99 6:47 BST Received: from [144.173.6.14] (helo=exeter.ac.uk) by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1) id 10jcj3-0006cs-00 for jpff@maths.bath.ac.uk; Tue, 18 May 1999 06:47:37 +0100 Received: from noether [144.173.8.10] by hermes via SMTP (GAA09837); Tue, 18 May 1999 06:45:40 +0100 (BST) Received: from exeter.ac.uk by maths.ex.ac.uk; Tue, 18 May 1999 06:45:28 +0100 Received: from root@renoir.op.net [209.152.193.4] by hermes via ESMTP (GAA08622); Tue, 18 May 1999 06:45:27 +0100 (BST) Received: from op.net (d-bm3-1c.ppp.op.net [209.152.194.92]) by renoir.op.net (o1/$Revision: 1.18 $) with ESMTP id BAA12676 for ; Tue, 18 May 1999 01:45:25 -0400 (EDT) Received: (from pbd@localhost) by op.net ($Revision: 1.2 $) id BAA22151; Tue, 18 May 1999 01:43:09 -0400 Date: Tue, 18 May 1999 01:43:09 -0400 Message-Id: <199905180543.BAA22151@op.net> From: Paul Barton-Davis To: csound@maths.ex.ac.uk Subject: sndwarp without a table ? Sender: owner-csound-outgoing@maths.ex.ac.uk Precedence: bulk does anyone have any ideas on how to do what sndwarp does, but in real time,instead of from a function table ? --p   Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa07063; 18 May 99 7:54 BST Received: from [144.173.6.14] (helo=exeter.ac.uk) by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1) id 10jdlg-0001x4-00 for jpff@maths.bath.ac.uk; Tue, 18 May 1999 07:54:24 +0100 Received: from noether [144.173.8.10] by hermes via SMTP (HAA00269); Tue, 18 May 1999 07:52:16 +0100 (BST) Received: from exeter.ac.uk by maths.ex.ac.uk; Tue, 18 May 1999 07:52:04 +0100 Received: from agora.stm.it [195.62.32.1] by hermes via ESMTP (HAA05419); Tue, 18 May 1999 07:52:01 +0100 (BST) Received: from agora.stm.it (h001.mail.abb [192.168.128.1] (may be forged)) by agora.stm.it (8.9.2/8.8.5) with ESMTP id IAA12070; Tue, 18 May 1999 08:51:34 +0200 (ITADST) Message-ID: <37410FD8.DC7FC6A0@agora.stm.it> Date: Tue, 18 May 1999 08:59:36 +0200 From: Gabriel Maldonado X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Rinaldi CC: Lonce LaMar Wyse , csound@maths.ex.ac.uk Subject: Re: new entry References: <199905160823.KAA27590@smtp.ats.it> <199905172008.WAA20604@smtp.ats.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-csound-outgoing@maths.ex.ac.uk Precedence: bulk Rinaldi wrote: > > But the important question is: no one of you use CSound in real time? Do > you use different programs for live elctronics? I do use it in realtime! happy csounding -- Gabriel Maldonado http://web.tiscalinet.it/G-Maldonado/home2.htm   Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa07163; 18 May 99 8:54 BST Received: from [144.173.6.14] (helo=exeter.ac.uk) by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1) id 10jehX-0001yG-00 for jpff@maths.bath.ac.uk; Tue, 18 May 1999 08:54:11 +0100 Received: from noether [144.173.8.10] by hermes via SMTP (IAA13629); Tue, 18 May 1999 08:52:07 +0100 (BST) Received: from exeter.ac.uk by maths.ex.ac.uk; Tue, 18 May 1999 08:51:54 +0100 Received: from mailhub.unibe.ch [130.92.254.109] by hermes via ESMTP (IAA10023); Tue, 18 May 1999 08:51:53 +0100 (BST) Received: from iamexwi.unibe.ch (haegar.unibe.ch [130.92.71.10]) by mailhub.unibe.ch (PMDF V5.2-29 #33079) with ESMTP id <0FBX000I34HA0A@mailhub.unibe.ch> for csound@maths.ex.ac.uk; Tue, 18 May 1999 09:51:10 +0200 (MET DST) Received: from klee.iamexwi.unibe.ch (klee [130.92.63.36]) by iamexwi.unibe.ch (8.8.8+Sun/8.8.8) with ESMTP id JAA04793 for ; Tue, 18 May 1999 09:51:40 +0200 (MET DST) Received: by klee.iamexwi.unibe.ch (8.8.8+Sun/SMI-SVR4) id JAA09143; Tue, 18 May 1999 09:51:38 +0200 (MET DST) Date: Tue, 18 May 1999 09:51:38 +0200 (MET DST) From: Thomas Huber Subject: Re: new entry To: csound@maths.ex.ac.uk Message-id: <199905180751.JAA09143@klee.iamexwi.unibe.ch> Content-transfer-encoding: 7BIT X-Sun-Charset: US-ASCII Sender: owner-csound-outgoing@maths.ex.ac.uk Precedence: bulk > > But the important question is: no one of you use CSound in real time? Do > > you use different programs for live elctronics? > > I do use it in realtime! So do I ! Together with a MIDI fader box (Kawai K5000) I have a very cool virtual analog synth (that is capable of even more than just analog). It works fine on a PentiumII/350 (linux). With 44kHz stereo, the polyphony is not very big (ca 1-3).. so I use 22kHz mono instead, then save my work as MIDI file and render it offline using full 44kHz stereo. This is of course not suitable for a live show, but if you don't need high polyphony, it should be ok with 44kHz/stereo. Thomas   Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa08461; 18 May 99 13:09 BST Received: from [144.173.6.14] (helo=exeter.ac.uk) by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1) id 10jigF-0006mV-00 for jpff@maths.bath.ac.uk; Tue, 18 May 1999 13:09:07 +0100 Received: from noether [144.173.8.10] by hermes via SMTP (NAA10602); Tue, 18 May 1999 13:02:18 +0100 (BST) Received: from exeter.ac.uk by maths.ex.ac.uk; Tue, 18 May 1999 13:02:06 +0100 Received: from exim@wallace.maths.bath.ac.uk [138.38.100.104] by hermes via ESMTP (NAA14964); Tue, 18 May 1999 13:02:05 +0100 (BST) 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 10jiZQ-0002LI-00 for csound@maths.ex.ac.uk; Tue, 18 May 1999 13:02:04 +0100 Date: Tue, 18 May 99 13:02:04 BST From: jpff@maths.bath.ac.uk Subject: V3.54 To: csound@maths.ex.ac.uk Message-Id: Sender: owner-csound-outgoing@maths.ex.ac.uk Precedence: bulk Message written at 18 May 1999 11:57:04 +0100 is all ready to go, except I have one problem -- which is the one Anders alluded to, how to locate the string database. My current code looks in the current directory, which is hardly satisfactory. It woudl be possible to look in /usr/local/lib on unix, or use an environment variable, or use then SADIR/SSDIR/... stuff. I would rather not link into the binary, as I was people to have the ability to change language with ease. Oh well..... Version 3.54 is now on the Bath server for PC (3 versions) and Irix4. Sources in both zip and compressed tar are there also. Irix5 and Solaris will follow soon, and Mac68K in a day or so. ==John ffitch