Csound Csound-dev Csound-tekno Search About

Example using nestedap

Date1999-04-10 16:25
FromHans Mikelson
SubjectExample using nestedap
Hi,

Here is a simple example using the nestedap opcode to generate a reverb.

Hans Mikelson

; ORCHESTRA

sr=44100
kr=4410
ksmps=10
nchnls=2
gaout init 0

; Pluck instrument
       instr  10

iamp   =      p4
ifqc   =      cpspch(p5)

aamp   linseg 0, .005, 1, p3-.015, 1, .005, 0, .005, 0

aplk   pluck  iamp, ifqc, ifqc, 0, 1

aout  =      aplk*aamp

      outs    aout, aout

gaout =       gaout + aout

      endin

;     Reverb
      instr    50

afltl init     0
afltr init     0

adcbk butterhp gaout, 20

avrbl1 nestedap adcbk+.3*afltl, 3, 1, .153, .2, .075, .2, .031, .1
avrbr1 nestedap adcbk+.3*afltr, 3, 1, .151, .2, .071, .2, .029, .1

avrbl nestedap avrbl1, 2, 1, .241, .32, .125, .2
avrbr nestedap avrbr1, 2, 1, .245, .34, .121, .2

afltl butterlp avrbl, 1000
afltr butterlp avrbr, 1020
      outs     afltl*.5, afltr*.5
gaout =        0

      endin

; SCORE

;    Sta  Dur  Amp    Pitch
i10  0    .2   20000  7.00
i10  .1   .3   20000  7.07
i10  .2   .2   20000  8.00

i10  .51  .4   20000  7.07
i10  .62  .3   20000  8.09
i10  .73  .4   20000  9.02

i10 1.0   .2   20000  7.00
i10 1.21  .3   20000  7.07
i10 1.23  .6   20000  8.04

i10 1.51  .8   20000  7.07
i10 1.62  .6   20000  7.09
i10 1.73  .8   20000  9.02


; Simple Reverb
i50 0    4





Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa04023;
          10 Apr 99 18:25 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 10W1Vk-0006nW-00
	for jpff@maths.bath.ac.uk; Sat, 10 Apr 1999 18:25:40 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (SAA04074); Sat, 10 Apr 1999 18:17:52 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Sat, 10 Apr 1999 18:17:43 +0100
Received: from root@lix.intercom.es [194.179.21.2] by hermes via ESMTP (SAA07498); Sat, 10 Apr 1999 18:17:42 +0100 (BST)
Received: from intercom.es (iv2-46.intercom.es [195.76.206.46]) by lix.intercom.es (8.7.3/8.6.12) with ESMTP id TAA12158; Sat, 10 Apr 1999 19:16:20 +0100
Message-ID: <370F8600.7C946CC4@intercom.es>
Date: Sat, 10 Apr 1999 19:10:24 +0200
From: Josep M Comajuncosas 
X-Mailer: Mozilla 4.05 [en] (Win95; I)
MIME-Version: 1.0
To: Hans Mikelson 
CC: Csound 
Subject: Re: Example using nestedap
References: <000701be8366$54e43f60$3899170c@default>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Hi,
I tried your nestedapf example and it works ok, but setting a much slower
tempo, about
t 0 5
the reberberator seems to become unstable. Any comment? Is this something to
be expected?

--
Josep M Comajuncosas
C/ Circumval.lacio 75  08790 Gelida - Penedes
Catalunya - SPAIN
home phone : 93 7792243 / 00 34 3 7792243

Csound page at http://members.tripod.com/csound/





Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa04098;
          10 Apr 99 19:14 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 10W2H9-0006o7-00
	for jpff@maths.bath.ac.uk; Sat, 10 Apr 1999 19:14:39 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (TAA10226); Sat, 10 Apr 1999 19:13:45 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Sat, 10 Apr 1999 19:13:32 +0100
Received: from root@big.fishnet.net [204.89.144.3] by hermes via ESMTP (TAA00824); Sat, 10 Apr 1999 19:13:30 +0100 (BST)
Received: from rcsreg.com (x239.core.fishnet.net [204.89.144.239] (may be forged))
	by big.fishnet.net (8.9.2/8.8.5) with ESMTP id LAA22868
	for ; Sat, 10 Apr 1999 11:19:24 -0700 (PDT)
Message-ID: <370F94EF.32810F86@rcsreg.com>
Date: Sat, 10 Apr 1999 18:14:07 +0000
From: Tobiah 
X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.2 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Csound List 
Subject: Perl score gen lib
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

A while back, someone was working on a perl library
for csound score generation.  Is this project still
alive, and what are the details?

Thanks,

Toby


Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa04111;
          10 Apr 99 19:23 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 10W2Q3-00055h-00
	for jpff@maths.bath.ac.uk; Sat, 10 Apr 1999 19:23:51 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (TAA10305); Sat, 10 Apr 1999 19:13:01 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Sat, 10 Apr 1999 19:12:49 +0100
Received: from root@big.fishnet.net [204.89.144.3] by hermes via ESMTP (TAA00660); Sat, 10 Apr 1999 19:12:47 +0100 (BST)
Received: from rcsreg.com (x239.core.fishnet.net [204.89.144.239] (may be forged))
	by big.fishnet.net (8.9.2/8.8.5) with ESMTP id LAA22841
	for ; Sat, 10 Apr 1999 11:18:39 -0700 (PDT)
Message-ID: <370F94C1.1A65E84A@rcsreg.com>
Date: Sat, 10 Apr 1999 18:13:21 +0000
From: Tobiah 
X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.2 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Csound List 
Subject: dcblock
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk


I don't always have occasion to look at my csound
output in a sample editor, but a while back I did.
I loaded a sound which was a dense blast of tiny bell
sounds that I made with a granular technique in the
score generator.

The wave looked funny.  It had a huge sine-like
offset in it running at maybe .2 Hz.  It made the
sound look like a serpent in the editor, rising
above the origin, then below, and so on throughout
the duration of the sound.

I looked at other sounds, and found that this was
not uncommon, perhaps due to my habit of spraying
small samples across the score as if from an aerosol
can.

I went back, and added 'dcblock' lines to the 
important orcs, and this really fixed things up.
Now the individual sounds, and the entire piece
look entirely symmetrical with respect to the zero line.

The reason that I mention this, is that I was having
a problem with sound output from my amplifier that
I was attributing to hardware.  The problem was that
I would notice an analog sounding, popping distortion
in my piece, that I believed was not due to the content
of the sound.  The distortion was not present at very
low playing volume, but I knew that I was not near
overdriving any of the pieces in the audio chain.

This distortion seems to have disappeared since the
introduction of the 'dcblock' lines.  It makes sense
to me.  There is only so much signal that a capacitor,
or a speaker cone can take in one direction.

I just thought that I would convey my experience to 
the list, as I now consider the 'dcblock' opcode to
be a sister of 'outs'.

Later,

Toby


Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa04266;
          10 Apr 99 20:50 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 10W3ln-0006pP-00
	for jpff@maths.bath.ac.uk; Sat, 10 Apr 1999 20:50:23 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (UAA16780); Sat, 10 Apr 1999 20:49:42 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Sat, 10 Apr 1999 20:49:31 +0100
Received: from antioch-college.edu [192.131.123.11] by hermes via ESMTP (UAA04335); Sat, 10 Apr 1999 20:49:30 +0100 (BST)
Received: from localhost (jsteiner@localhost)
	by college.antioch-college.edu (8.8.8/8.8.8) with SMTP id PAA20867
	for ; Sat, 10 Apr 1999 15:53:15 -0400 (EDT)
Date: Sat, 10 Apr 1999 15:53:15 -0400 (EDT)
From: Josh Steiner 
To: Csound 
Subject: realtime input.
Message-ID: 
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

I am writing a program that outputs csound score command to stdout.  I was
hopeing that I could do something like this; 

myprog | csound -o stdout -L stdin my.orc 

but this does not work.  Unfortunately my dorms network is down so I can't
cut and paste the exact error right now.  Could someone tell me the
correct syntax to use, or even better send me a script that does this sort
of thing?

BTW, I am running csound on linux.

Thanks alot!

---
Joshua W. H. Steiner - jsteiner@antioch-college.edu - http://joschi.base.org

I'm not into working out.  My philosophy:  No pain, no pain.
   - Carol Leifer




Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa04400;
          10 Apr 99 22:42 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 10W5WM-0006qi-00
	for jpff@maths.bath.ac.uk; Sat, 10 Apr 1999 22:42:34 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (WAA10222); Sat, 10 Apr 1999 22:41:51 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Sat, 10 Apr 1999 22:41:38 +0100
Received: from howl.werewolf.net [12.23.152.10] by hermes via ESMTP (WAA14085); Sat, 10 Apr 1999 22:41:37 +0100 (BST)
Received: from default (dial343.werewolf.net [12.23.154.43])
	by howl.werewolf.net (8.9.0/8.9.0) with SMTP id QAA11864
	for ; Sat, 10 Apr 1999 16:33:39 -0500 (CDT)
Message-ID: <000c01be839b$c48e9240$2b9a170c@default>
From: Hans Mikelson 
To: Csound 
Subject: Re: Example using nestedap
Date: Sat, 10 Apr 1999 16:47:43 -0500
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.5
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

>t 0 5
>the reberberator seems to become unstable. Any comment? Is this something
to
>be expected?


Maybe, try decreasing the feedback.

Hans Mikelson



Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa04619;
          11 Apr 99 1:27 BST
Received: from [207.217.120.22] (helo=hawk.prod.itd.earthlink.net)
	by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 10W86J-0005CU-00
	for jpff@maths.bath.ac.uk; Sun, 11 Apr 1999 01:27:51 +0100
Received: from [209.244.226.108] (dialup-209.244.224.191.Boston2.Level3.net [209.244.224.191])
	by hawk.prod.itd.earthlink.net (8.8.7/8.8.5) with ESMTP id RAA24986;
	Sat, 10 Apr 1999 17:25:31 -0700 (PDT)
Message-Id: 
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Sat, 10 Apr 1999 20:25:05 -0400
To: CsoundList 
From: "Dr. Richard Boulanger" 
Subject: The Csound Book - ONLINE!!!

Hello Csounders....

Well... it's not exactly ALL of the Csound Book online... but I did get
permission from MIT Press to put several of the chapters (with all of their
instruments) up on the Csound FrontPage at MIT:

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

When you click on the Csound Book button (the red one) you will notice that
there are two preview chapters.  The first is my chapter "Introduction to
Sound Design with Csound".  As you will see, in itself this is an entire 12
week software synthesis curriculum.

The second chapter is a CD-ROM chapter by Kim Cascone  entitled
"Recontextualizing Ambient Music with Csound".  His chapter is the perfect
companion to mine.  He focuses on moving from sound design to composition
and documents the process beautifully.  And both of these chapters, by the
way, are filled with block diagrams and are fully linked to the html
reference manual.  Of course, they include zip files of all orchestras,
scores and samples.

Also, when you click on the Csound Book button (you know... the red one)
you will get to check out the cover to the Csound Book.  It was created by
award winning graphic designer Ori Kometani.  You might  appreciate the
fact that she had taken one of the Csound instruments from my chapter on
Sound Design and converted it into a swirling pattern.  For someone that
has never used Csound before, I think she has perfectly captured the
essance of the program... it turns text into beautiful waveforms.

The third chapter is also from the CD-ROM.  On The MIT Csound FrontPage
this appears as a new "Universities" button.  Of course, I started by
featuring the music by some of my students at Berklee. Many of them have
helped with the Csound Book and I owe them very much for their dedication
and sacrifice.  I hope you like their music.

Hey?  Do you teach a course in Csound at your university?  If the answer is
YES.  Please use this as a model and send me your student works so that I
can post them on the site here at MIT.  It would be great to find out where
Csound is being taught and what the students are doing.  On the CD-ROM
several other universities are featured: Bowling Green, LSU, Glasgow. In
fact, I haven't burnt the CD yet. So, if you get me the materials in the
next two weeks, I might be able to add your university program to the
CD-ROM in addition to posting it on the MIT site.

I will keep you posted on the progress of The Csound Book.  MIT Press tells
me that it is currently being typeset  and I should have the pageproofs in
about a week.  I plan to have a reading party here at my home with all my
student assistants reading and re-reading all the chapters to make sure
there are no mistakes.  Then it is off to the printers.... You may be able
to order copies in June... That is the hope.  Well see.

For now, I hope you will appreciate all the work that my INCREDIBLE
assistant Jacob Joaquin has done to build, maintain and now redesign the
MIT Csound FrontPage.  He is totally committed to keeping it up to date and
continually improving it.  He and I both would appreciate any suggestions
and feedback... We would especially appreciate contributions to the FAQ and
the Universities sections.  And of course we want to hear your music!

Have a great spring. Enjoy the Matrix and Star Wars Episode 1 and then get
ready for the Summer of Csound.  I can't wait until you all get to check
out the wonderful instruments and chapters that the contributers have
written for The Csound Book.  The two that I have included on the MIT
Csound FrontPage are just appetizers... the main course is on its way.

Yours Sincerely,

Richard Boulanger

_____________________________________________________________
Dr. Richard Boulanger
Professor - Music Synthesis Department
Berklee College of Music
1140 Boylston Street  - Boston, MA  02215-3693
Office Phone: (617) 747-2485   Office Fax: (617) 536-2257
Email: radiobaton@earthlink.net  OR  rboulanger@berklee.edu
_____________________________________________________________
Personal Webpage: http://home.earthlink.net/~radiobaton/
THE Csound Frontpage: http://mitpress.mit.edu/e-books/csound/frontpage.html
HTML Tools & Tips: http://members.tripod.com/~richardboulanger/btot99.html




Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa04625;
          11 Apr 99 1:28 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 10W86U-0005CW-00
	for jpff@maths.bath.ac.uk; Sun, 11 Apr 1999 01:28:02 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (BAA07746); Sun, 11 Apr 1999 01:27:17 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Sun, 11 Apr 1999 01:27:04 +0100
Received: from hawk.prod.itd.earthlink.net [207.217.120.22] by hermes via ESMTP (BAA11346); Sun, 11 Apr 1999 01:27:03 +0100 (BST)
Received: from [209.244.226.108] (dialup-209.244.224.191.Boston2.Level3.net [209.244.224.191])
	by hawk.prod.itd.earthlink.net (8.8.7/8.8.5) with ESMTP id RAA24986;
	Sat, 10 Apr 1999 17:25:31 -0700 (PDT)
Message-Id: 
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Sat, 10 Apr 1999 20:25:05 -0400
To: CsoundList 
From: "Dr. Richard Boulanger" 
Subject: The Csound Book - ONLINE!!!
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Hello Csounders....

Well... it's not exactly ALL of the Csound Book online... but I did get
permission from MIT Press to put several of the chapters (with all of their
instruments) up on the Csound FrontPage at MIT:

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

When you click on the Csound Book button (the red one) you will notice that
there are two preview chapters.  The first is my chapter "Introduction to
Sound Design with Csound".  As you will see, in itself this is an entire 12
week software synthesis curriculum.

The second chapter is a CD-ROM chapter by Kim Cascone  entitled
"Recontextualizing Ambient Music with Csound".  His chapter is the perfect
companion to mine.  He focuses on moving from sound design to composition
and documents the process beautifully.  And both of these chapters, by the
way, are filled with block diagrams and are fully linked to the html
reference manual.  Of course, they include zip files of all orchestras,
scores and samples.

Also, when you click on the Csound Book button (you know... the red one)
you will get to check out the cover to the Csound Book.  It was created by
award winning graphic designer Ori Kometani.  You might  appreciate the
fact that she had taken one of the Csound instruments from my chapter on
Sound Design and converted it into a swirling pattern.  For someone that
has never used Csound before, I think she has perfectly captured the
essance of the program... it turns text into beautiful waveforms.

The third chapter is also from the CD-ROM.  On The MIT Csound FrontPage
this appears as a new "Universities" button.  Of course, I started by
featuring the music by some of my students at Berklee. Many of them have
helped with the Csound Book and I owe them very much for their dedication
and sacrifice.  I hope you like their music.

Hey?  Do you teach a course in Csound at your university?  If the answer is
YES.  Please use this as a model and send me your student works so that I
can post them on the site here at MIT.  It would be great to find out where
Csound is being taught and what the students are doing.  On the CD-ROM
several other universities are featured: Bowling Green, LSU, Glasgow. In
fact, I haven't burnt the CD yet. So, if you get me the materials in the
next two weeks, I might be able to add your university program to the
CD-ROM in addition to posting it on the MIT site.

I will keep you posted on the progress of The Csound Book.  MIT Press tells
me that it is currently being typeset  and I should have the pageproofs in
about a week.  I plan to have a reading party here at my home with all my
student assistants reading and re-reading all the chapters to make sure
there are no mistakes.  Then it is off to the printers.... You may be able
to order copies in June... That is the hope.  Well see.

For now, I hope you will appreciate all the work that my INCREDIBLE
assistant Jacob Joaquin has done to build, maintain and now redesign the
MIT Csound FrontPage.  He is totally committed to keeping it up to date and
continually improving it.  He and I both would appreciate any suggestions
and feedback... We would especially appreciate contributions to the FAQ and
the Universities sections.  And of course we want to hear your music!

Have a great spring. Enjoy the Matrix and Star Wars Episode 1 and then get
ready for the Summer of Csound.  I can't wait until you all get to check
out the wonderful instruments and chapters that the contributers have
written for The Csound Book.  The two that I have included on the MIT
Csound FrontPage are just appetizers... the main course is on its way.

Yours Sincerely,

Richard Boulanger

_____________________________________________________________
Dr. Richard Boulanger
Professor - Music Synthesis Department
Berklee College of Music
1140 Boylston Street  - Boston, MA  02215-3693
Office Phone: (617) 747-2485   Office Fax: (617) 536-2257
Email: radiobaton@earthlink.net  OR  rboulanger@berklee.edu
_____________________________________________________________
Personal Webpage: http://home.earthlink.net/~radiobaton/
THE Csound Frontpage: http://mitpress.mit.edu/e-books/csound/frontpage.html
HTML Tools & Tips: http://members.tripod.com/~richardboulanger/btot99.html




Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa04880;
          11 Apr 99 4:40 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 10WB6e-0006wk-00
	for jpff@maths.bath.ac.uk; Sun, 11 Apr 1999 04:40:24 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (EAA12480); Sun, 11 Apr 1999 04:39:31 +0100 (BST)
From: f1f0@m9ndfukc.com
Received: from exeter.ac.uk by maths.ex.ac.uk; Sun, 11 Apr 1999 04:39:10 +0100
Received: from anago.wwa.com [198.49.174.54] by hermes via SMTP (EAA13300); Sun, 11 Apr 1999 04:39:09 +0100 (BST)
Received: from [207.241.62.91](really [207.241.62.91]) by anago.wwa.com
	via sendmail with smtp
	id 
	for ; Sat, 10 Apr 1999 22:39:06 -0500 (CDT)
	(Smail-3.2 1996-Jul-4 #88 built 1997-Nov-30)
Message-Id: 
X-Sender: f1f0@m9ndfukc.com (Unverified)
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Sat, 10 Apr 1999 22:03:28 -0600
To: csound@maths.ex.ac.uk
Subject:    
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk


     >_____________________________________________________________
     >Dr. Richard Boulanger
     >Professor - Music Synthesis Department


tautolog!e. Prof Richard Boulanger - d!nam!kx relatd 2 cha!n!ng
eczpresz!ng !ntrzt !n !mpl!z!t zekuensz lern!ng.
akt!vat!ng neu mor eff!z!ent methodz 4 dze kommon zlaver!


||
 ch++
||






Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa04891;
          11 Apr 99 4:49 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 10WBFJ-0006wq-00
	for jpff@maths.bath.ac.uk; Sun, 11 Apr 1999 04:49:21 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (EAA17734); Sun, 11 Apr 1999 04:48:40 +0100 (BST)
From: f1f0@m9ndfukc.com
Received: from exeter.ac.uk by maths.ex.ac.uk; Sun, 11 Apr 1999 04:48:25 +0100
Received: from anago.wwa.com [198.49.174.54] by hermes via SMTP (EAA17982); Sun, 11 Apr 1999 04:48:24 +0100 (BST)
Received: from [207.241.62.91](really [207.241.62.91]) by anago.wwa.com
	via sendmail with smtp
	id 
	for ; Sat, 10 Apr 1999 22:48:22 -0500 (CDT)
	(Smail-3.2 1996-Jul-4 #88 built 1997-Nov-30)
Message-Id: 
X-Sender: f1f0@m9ndfukc.com (Unverified)
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Sat, 10 Apr 1999 22:12:44 -0600
To: csound@maths.ex.ac.uk
Subject:        
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk



     >_____________________________________________________________
     >Dr. Richard Boulanger
     >Professor - Music Synthesis Department


tautolog!e. Prof Richard Boulanger - d!nam!kx relatd 2 cha!n!ng
eczpresz!ng !ntrzt !n !mpl!z!t zekuensz lern!ng.
akt!vat!ng neu mor eff!z!ent methodz 4 dze kommon zlaver!


||
 ch++
||



     "there are no mistakes.  Then it is off to the printers.... You may be able
     to order copies in June... That is the hope.  Well see"



we'll



     "The Csound Book - ONLINE!!!"


dze aud!tor! z!stm = t!p!kl! abl 2 parsz akouzt!k !n+put
tzo dzat komponentz der!v!ng 4rom each sorsz = groupd zusamn
+ 4rm 1 part ov 1 z!ngl perzeptual ztream.
dzuz each sorsz = ma! b azkr!bd !tz oun p!tch. LOUDneSS!. lokat!on





      "The second chapter is a CD-ROM chapter by Kim Cascone  entitled"


dzeze = dze 4rmz ov zerv!tude karakter!z!ng c!v!l!zat!on.z epokz
+ end!ng !n !nduztr!el kap!tal!zt -------------  --------------
                                                |
- zlaver!. serfdom. wage earn!ng.
  |                     |                       |
  |                     |                                              -   -   -
  |    "Hey?  Do you teach a course in Csound at your university?  If the
answer is
  |    YES.  Please use this as a model and send me your student works so that I
  |    can post them on the site here at MIT" | | |  -                 -   -   -
  |                     |                        |   -                 -   -   -
  |             --------------|                  |   -                 -
-   -
!t=ach!evz dze h!ezt barbar!zm
                                                |
                                               |
                                                |
Please        use this as a model +?           |
Please _don.t use this as a model              |
post _you on the site here at _...+ end!ng !n -








Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05160;
          11 Apr 99 9:01 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 10WFBX-00073c-00
	for jpff@maths.bath.ac.uk; Sun, 11 Apr 1999 09:01:43 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (JAA07459); Sun, 11 Apr 1999 09:00:48 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Sun, 11 Apr 1999 09:00:36 +0100
Received: from ds9.sci.fi [195.74.0.54] by hermes via ESMTP (JAA15997); Sun, 11 Apr 1999 09:00:31 +0100 (BST)
Received: from sci.fi (MCCCLXXIV.dyn.saunalahti.fi [195.197.4.174])
	by ds9.sci.fi (8.9.1/8.9.1) with ESMTP id LAA16346
	for ; Sun, 11 Apr 1999 11:00:25 +0300 (EET DST)
Message-ID: <3710567B.ED4C96C9@sci.fi>
Date: Sun, 11 Apr 1999 10:59:55 +0300
From: Matti Koskinen 
X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.35 i586)
MIME-Version: 1.0
To: Csound 
Subject: dcblock
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

hello

	i processed an audiofile with flanger and resonx
	and then when reading this file i wondered why i get
	so many samples out of range when adding some instruments.

	after tolve's mail i looked what the waveform was like
	in this file and there was a huge dc-offset. when
	reading this file with soundin, i placed dcblocks
	and after that no samples out of range. 
	maybe out should have dc-blocking always?

-matti
mjkoskin@sci.fi


Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05236;
          11 Apr 99 10:00 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 10WG6Q-0005Lk-00
	for jpff@maths.bath.ac.uk; Sun, 11 Apr 1999 10:00:30 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (JAA04743); Sun, 11 Apr 1999 09:59:49 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Sun, 11 Apr 1999 09:59:38 +0100
Received: from root@mail.sci.fi [195.74.0.53] (may be forged) by hermes via ESMTP (JAA03596); Sun, 11 Apr 1999 09:59:37 +0100 (BST)
Received: from sci.fi (MCDXLVI.dyn.saunalahti.fi [195.197.4.246])
	by pefletti.saunalahti.fi (8.9.1/8.9.1) with ESMTP id LAA01090
	for ; Sun, 11 Apr 1999 11:59:32 +0300 (EET DST)
Message-ID: <37106457.13EC3A52@sci.fi>
Date: Sun, 11 Apr 1999 11:59:03 +0300
From: Matti Koskinen 
X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.35 i586)
MIME-Version: 1.0
To: Csound 
Subject: follow works only once
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

me again

	in the next orc+sco, follow works only in the first
	i1. same thing if other instruments use follow, only
	the first inst and first time, follow works.

orc:

sr=44100
kr=441
ksmps=100
nchnls=2

instr 1
	a2 soundin "klonk1.wav"
	a3 follow a2,0.02
	a4 oscil a3,440,1
	aout = 0.5*a2 + 0.5*a4
	outs aout,aout
endin

sco:

f1 0 8192 10 1 
i1 0 10 ; works
i1 10 10 ; only wav comes out
e