Csound Csound-dev Csound-tekno Search About

Re: IIR

Date1999-10-30 13:34
Fromluis jure
SubjectRe: IIR
Michael Gogins wrote:
 
> IIRs will have to have ksmps = 1, presumably you are already doing that?

sure, just take a look at the orc i posted:

> ; orc =======================================
> sr      =       44100
> kr      =       44100
> ksmps   =       1
> 
> instr   1
> 
> aout    init    0       ; y(n)
> a0      rand    20000   ; x(n)
> a1      =       a0 * .5 ; a * x(n)
> a2      delay1  aout    ; y(n-1)
> a3      =       a2 * .5 ; b * y(n-1)
> aout    =       a1 + a3 ; y(n)
> out     aout
> 
> endin
> 
> ; sco =======================================
> 
> i1      0       3
> e

the orc is simple enough, if anyone could give it a try and comment the
results iwould greatly appreciate it.

thanks



Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa23131;
          30 Oct 99 17:04 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 11hbvT-0004Kz-00
	for j.p.ffitch@maths.bath.ac.uk; Sat, 30 Oct 1999 18:04:23 +0100
Received: (qmail 27625 invoked from network); 30 Oct 1999 16:50:00 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
  by mercury.bath.ac.uk with SMTP; 30 Oct 1999 16:50:00 -0000
Received: (qmail 12876 invoked by uid 1457); 30 Oct 1999 16:48:23 -0000
Mailing-List: contact csound-help@lists.bath.ac.uk; run by ezmlm
Precedence: bulk
Delivered-To: mailing list csound@lists.bath.ac.uk
Received: (qmail 12870 invoked from network); 30 Oct 1999 16:48:23 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
  by amos.bath.ac.uk with SMTP; 30 Oct 1999 16:48:23 -0000
Received: (qmail 5815 invoked from network); 30 Oct 1999 16:48:22 -0000
Received: from smtp01.interq.net (210.172.128.14)
  by pat.bath.ac.uk with SMTP; 30 Oct 1999 16:48:22 -0000
Received: from s (kokubunji1-52.teleway.ne.jp [210.234.18.52])
	by smtp01.interq.net (8.9.0/8.9.1/matt89-pop) with SMTP id BAA00254
	for ; Sun, 31 Oct 1999 01:48:12 +0900 (JST)
Message-ID: <005301bf22f6$aa87f800$3412ead2@a.computer>
From: Kanata Motohashi 
To: Csound Mailing List 
Subject: Japanese.txt
Date: Sun, 31 Oct 1999 01:48:55 +0900
Organization: Stand Alone Records
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-2022-jp"
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

Hello,

This is for some person who understand Japanese.
You can rename Japanese.txt to csound.txt
though it is extremely alpha version.
I mean I need your cooperation! Now I am localizing alone.

http://www.interq.or.jp/tokyo/kanata/txt/Japanese.txt

Thanks,
Kanata Motohashi



Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa23568;
          30 Oct 99 22:08 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 11hgg7-0004NY-00
	for j.p.ffitch@maths.bath.ac.uk; Sat, 30 Oct 1999 23:08:51 +0100
Received: (qmail 16496 invoked from network); 30 Oct 1999 21:54:13 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
  by mercury.bath.ac.uk with SMTP; 30 Oct 1999 21:54:13 -0000
Received: (qmail 26899 invoked by uid 1457); 30 Oct 1999 21:52:42 -0000
Mailing-List: contact csound-help@lists.bath.ac.uk; run by ezmlm
Precedence: bulk
Delivered-To: mailing list csound@lists.bath.ac.uk
Received: (qmail 26893 invoked from network); 30 Oct 1999 21:52:42 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
  by amos.bath.ac.uk with SMTP; 30 Oct 1999 21:52:42 -0000
Received: (qmail 20960 invoked from network); 30 Oct 1999 21:52:41 -0000
Received: from front3m.grolier.fr (195.36.216.53)
  by pat.bath.ac.uk with SMTP; 30 Oct 1999 21:52:41 -0000
Received: from club-internet.fr (telehouse-230-2.club-internet.fr [195.36.230.2])
	by front3m.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with ESMTP id XAA25576
	for ; Sat, 30 Oct 1999 23:52:38 +0200 (MET DST)
Message-ID: <381B861A.8C1F572A@club-internet.fr>
Date: Sat, 30 Oct 1999 23:58:19 +0000
From: "K.H" 
Reply-To: karmha@club-internet.fr
X-Mailer: Mozilla 4.6 (Macintosh; I; PPC)
X-Accept-Language: en
MIME-Version: 1.0
To: csound list 
Subject: Re: IIR
References:  <381AE5CA.427AE1B9@adinet.com.uy>
Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353"
Content-Transfer-Encoding: 7bit

I tried your orc and it gave me noise, as if delay isn't really
effective.
But can you explain more about what  you are trying to do?  why not
using butterworth filters opcodes?

    karim




Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa23643;
          30 Oct 99 23:17 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 11hgkv-00084P-00
	for j.p.ffitch@maths.bath.ac.uk; Sat, 30 Oct 1999 23:13:49 +0100
Received: (qmail 22259 invoked from network); 30 Oct 1999 23:00:02 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
  by mercury.bath.ac.uk with SMTP; 30 Oct 1999 23:00:02 -0000
Received: (qmail 29601 invoked by uid 1457); 30 Oct 1999 22:58:15 -0000
Mailing-List: contact csound-help@lists.bath.ac.uk; run by ezmlm
Precedence: bulk
Delivered-To: mailing list csound@lists.bath.ac.uk
Received: (qmail 29595 invoked from network); 30 Oct 1999 22:58:15 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
  by amos.bath.ac.uk with SMTP; 30 Oct 1999 22:58:15 -0000
Received: (qmail 23553 invoked from network); 30 Oct 1999 22:58:14 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 30 Oct 1999 22:58:14 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (XAA633274); Sat, 30 Oct 1999 23:58:13 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Sat, 30 Oct 1999 22:58:12 GMT
Received: from root@smtp1.fas.harvard.edu [140.247.30.81] by hermes via ESMTP (XAA632427); Sat, 30 Oct 1999 23:58:11 +0100 (BST)
Received: from is08.fas.harvard.edu (IDENT:wild@is08.fas.harvard.edu [140.247.30.108]) by smtp1.fas.harvard.edu with ESMTP id SAA30168; Sat, 30 Oct 1999 18:58:10 -0400 (EDT)
Received: by is08.fas.harvard.edu with ESMTP id SAA27728; Sat, 30 Oct 1999 18:58:10 -0400 (EDT)
Date: Sat, 30 Oct 1999 18:58:09 -0400 (EDT)
From: Jon Wild 
To: csound@maths.ex.ac.uk
Subject: het_import/export
Message-ID: 
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

I'm looking for a program that reads the binary .adsyn files generated by
Csound's hetrodyne analysis, and outputs them in a human-readable form.  A
few years ago I found a binary at the Leeds FTP site, compiled for the
operating system (SGI) I was using at the time. It was called het_export,
and the utility performing the reverse operation was het_import. I still
have the SGI binaries, but no SGI.

I'd like to find the source code for these - some programs I wrote at the
time, to edit .adsyn data before resynthesis, need that format to work and
it will be a huge drag to rewrite everything... problem is, I can't find
binaries *or* source code for het_import and het_export at any of the FTP
sites.

Thanks for any help  --Jon



Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa24459;
          31 Oct 99 8:11 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 11hq5H-0004cu-00
	for j.p.ffitch@maths.bath.ac.uk; Sun, 31 Oct 1999 08:11:27 +0000
Received: (qmail 4314 invoked from network); 31 Oct 1999 07:56:10 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
  by mercury.bath.ac.uk with SMTP; 31 Oct 1999 07:56:10 -0000
Received: (qmail 20815 invoked by uid 1457); 31 Oct 1999 07:54:24 -0000
Mailing-List: contact csound-help@lists.bath.ac.uk; run by ezmlm
Precedence: bulk
Delivered-To: mailing list csound@lists.bath.ac.uk
Received: (qmail 20809 invoked from network); 31 Oct 1999 07:54:23 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
  by amos.bath.ac.uk with SMTP; 31 Oct 1999 07:54:23 -0000
Received: (qmail 12163 invoked from network); 31 Oct 1999 07:54:18 -0000
Received: from first1.lnk.telstra.net (HELO gair.firstpr.com.au) (139.130.48.118)
  by pat.bath.ac.uk with SMTP; 31 Oct 1999 07:54:18 -0000
Received: from firstpr.com.au (wira.firstpr.com.au [203.36.57.201])
	by gair.firstpr.com.au (8.8.7/8.8.7) with ESMTP id TAA30524;
	Sun, 31 Oct 1999 19:03:46 +1100
Message-ID: <381BF45E.B5FDF82E@firstpr.com.au>
Date: Sun, 31 Oct 1999 17:48:46 +1100
From: Robin Whittle 
Organization: First Principles & Real World Interfaces
X-Mailer: Mozilla 4.7 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To: Csound mailing list 
Subject: New mailing list: subscription etc. 
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Thanks John for all your work on Csound and now for hosting the
mailing list.

What are the subscribe / unsubscribe details?

Currently the Csound Front Page:

  http://mitpress.mit.edu/e-books/csound/frontpage.html

has details for the old list.


I think it is a good idea to have a footer on each item the list mails
out listing how to unsubscribe and where archives and further
information can be found.  Also, I think it is a good idea to have a
distinctive prefix on all mailing lists, such as:

  [CSND]

It needs to be brief, and best in upper-case and square brackets. 
This assists people like me who see all their emails, including those
from twenty or thirty lists, in their email client's In box.  I use
Netscape and have extensive filtering to move incoming list messages
into their mailboxs.  It is highly convenient to see all incoming
messages still in the In box even though they have been sorted and
moved to their various list boxes.  (They are flagged that this has
been done, and compacting the folder takes them out of the In box.)

Seeing something like [CSND] or similar helps me browse the emails,
and is especially valuable if there is a non-descript subject line
from someone I don't recognise as being a Csound list member.

 - Robin


===============================================================

Robin Whittle    rw@firstpr.com.au  http://www.firstpr.com.au
                 Heidelberg Heights, Melbourne, Australia 

First Principles Research and expression: Consulting and 
                 technical writing. Music. Internet music 
                 marketing. Telecommunications. Consumer 
                 advocacy in telecommunications, especially 
                 privacy. M-F relationships. Kinetic sculpture.
                  
Real World       Electronics and software for music including:
Interfaces       Devil Fish mods for the TB-303, Akai sampler 
                 memory and Csound synthesis software. 

===============================================================


Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa24636;
          31 Oct 99 10:34 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 11hsJP-0004dh-00
	for j.p.ffitch@maths.bath.ac.uk; Sun, 31 Oct 1999 10:34:11 +0000
Received: (qmail 16364 invoked from network); 31 Oct 1999 10:30:50 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
  by mercury.bath.ac.uk with SMTP; 31 Oct 1999 10:30:50 -0000
Received: (qmail 26171 invoked by uid 1457); 31 Oct 1999 10:29:13 -0000
Mailing-List: contact csound-help@lists.bath.ac.uk; run by ezmlm
Precedence: bulk
Delivered-To: mailing list csound@lists.bath.ac.uk
Received: (qmail 26165 invoked from network); 31 Oct 1999 10:29:12 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
  by amos.bath.ac.uk with SMTP; 31 Oct 1999 10:29:12 -0000
Received: (qmail 17917 invoked from network); 31 Oct 1999 10:29:12 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 31 Oct 1999 10:29:12 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (KAA646764); Sun, 31 Oct 1999 10:29:10 GMT
Received: from exeter.ac.uk by maths.ex.ac.uk; Sun, 31 Oct 1999 10:29:09 GMT
Received: from root@walli.walli.uwasa.fi [194.251.147.2] by hermes via ESMTP (KAA658360); Sun, 31 Oct 1999 10:29:07 GMT
Received: from jjokine (jjokine@walli.uwasa.fi [193.166.120.9])
	by walli.walli.uwasa.fi (8.9.3/8.9.3) with SMTP id MAA06872
	for ; Sun, 31 Oct 1999 12:29:04 +0200
Message-ID: <00a801bf238c$1f4878a0$0f02000a@jjokine>
From: Jari Jokinen 
To: csound@maths.ex.ac.uk
MMDF-Warning:  Parse error in original version of preceding line at UK.AC.Bath.maths.omphalos
Subject: Re: feedback FM (with a long delay)
Date: Sun, 31 Oct 1999 12:38:50 +0200
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 4.72.3110.1
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3

That's interesting.  Where can I find more info or Csound examples?

Jari Jokinen

Sean Costello wrote:

>Most of the cool techniques available with feedback FM in the Yamaha FM
>synthesizers are not truly based on frequency modulation, but rather on
>Phase Modulation. Probably the best way of doing this in Csound is with
>a phasor/tablei combination. 
>
>Sean Costello



Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa24717;
          31 Oct 99 10:59 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 11hsi7-0004e5-00
	for j.p.ffitch@maths.bath.ac.uk; Sun, 31 Oct 1999 10:59:43 +0000
Received: (qmail 18921 invoked from network); 31 Oct 1999 10:45:03 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
  by mercury.bath.ac.uk with SMTP; 31 Oct 1999 10:45:03 -0000
Received: (qmail 27415 invoked by uid 1457); 31 Oct 1999 10:43:36 -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 27409 invoked from network); 31 Oct 1999 10:43:36 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
  by amos.bath.ac.uk with SMTP; 31 Oct 1999 10:43:36 -0000
Received: (qmail 18653 invoked from network); 31 Oct 1999 10:43:35 -0000
Received: from wallace.maths.bath.ac.uk (exim@138.38.100.104)
  by pat.bath.ac.uk with SMTP; 31 Oct 1999 10:43:35 -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 11hrSi-0008KK-00; Sun, 31 Oct 1999 09:39:44 +0000
Date: Sun, 31 Oct 1999 10:28:18 +0000
Message-Id: <9003-Sun31Oct1999102818+0000-jpff@maths.bath.ac.uk>
X-Mailer: emacs 20.4.1 (via feedmail 8 Q)
From: jpff@maths.bath.ac.uk
To: benmca@sunhawk.com
CC: csound@lists.bath.AC.UK
In-reply-to: <3.0.1.32.19991029084912.017d25d0@sunhawk.com> (message from Ben
	McAllister on Fri, 29 Oct 1999 08:49:12 -0700)
References:  <3.0.1.32.19991029084912.017d25d0@sunhawk.com>
Sender: j.p.ffitch@maths.bath.ac.uk
Source-Info:  From (or Sender) name not authenticated.
Subject: Re: [Csnd] Win NT Problems take 2

I am responsible for coding winsound, with considerable help from a
number of people more knowledgeable that I am about Windows
(Richard Dobson for one).  I run on Windows95 (two versions) although
I have recently acquired Windows98 on my Linux number 2 machine; I
have not tried Csound on that machine yet.

I do not have access to NT anywhere I know so am dependent on what I
am told.  If you can tell me more clearly what does not work I would
happily look again at the code, or anyone else who wants to can.
==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 aa24879;
          31 Oct 99 13: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 11huk9-0004fa-00
	for j.p.ffitch@maths.bath.ac.uk; Sun, 31 Oct 1999 13:09:57 +0000
Received: (qmail 257 invoked from network); 31 Oct 1999 13:06:38 -0000
Received: from amos.bath.ac.uk (qmailr@138.38.32.36)
  by mercury.bath.ac.uk with SMTP; 31 Oct 1999 13:06:38 -0000
Received: (qmail 4805 invoked by uid 1457); 31 Oct 1999 13:05:06 -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 4799 invoked from network); 31 Oct 1999 13:05:06 -0000
Received: from pat.bath.ac.uk (138.38.32.2)
  by amos.bath.ac.uk with SMTP; 31 Oct 1999 13:05:06 -0000
Received: (qmail 25135 invoked from network); 31 Oct 1999 13:05:05 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 31 Oct 1999 13:05:05 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (NAA652805); Sun, 31 Oct 1999 13:05:04 GMT
Received: from exeter.ac.uk by maths.ex.ac.uk; Sun, 31 Oct 1999 13:05:02 GMT
Received: from jaguars-int.cableinet.net [193.38.113.9] by hermes via SMTP (NAA657687); Sun, 31 Oct 1999 13:05:02 GMT
Received: (qmail 22668 invoked from network); 31 Oct 1999 11:44:53 -0000
Received: from unknown (HELO cableinet.co.uk) (194.117.146.209)
  by jaguars with SMTP; 31 Oct 1999 11:44:53 -0000
Message-ID: <381C3F4A.FC84DE0C@cableinet.co.uk>
Date: Sun, 31 Oct 1999 13:08:26 +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@maths.ex.ac.uk
References: 
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: Re: [Csnd] het_import/export

If you can get through to the Bath server, the sources for both het_impo
and het_expo are included in the source distribution, spread betweeen
the main source directory and the 'exports' folder.



Richard Dobson

Jon Wild wrote:
> 
> I'm looking for a program that reads the binary .adsyn files generated by
> Csound's hetrodyne analysis, and outputs them in a human-readable form.  A
> few years ago I found a binary at the Leeds FTP site, compiled for the
> operating system (SGI) I was using at the time. It was called het_export,
> and the utility performing the reverse operation was het_import. I still
> have the SGI binaries, but no SGI.
> 
> I'd like to find the source code for these - some programs I wrote at the
> time, to edit .adsyn data before resynthesis, need that format to work and
> it will be a huge drag to rewrite everything... problem is, I can't find
> binaries *or* source code for het_import and het_export at any of the FTP
> sites.
> 
> Thanks for any help  --Jon

-- 
Test your DAW with my Soundcard Attrition Page!
http://wkweb5.cableinet.co.uk/rwd (LU: 23rd August 1999)
CDP: http://www.bath.ac.uk/~masjpf/CDP/CDP.htm (LU: 14th June 1999)
--
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk