Csound Csound-dev Csound-tekno Search About

RE: grapes and wine (Caruso voice)

Date1997-12-16 14:16
Fromluis jure
SubjectRE: grapes and wine (Caruso voice)
In answer to a request made by Hans Pelleboer, that might be of interest to other Csounders. He wrote:

This is possible, yet fiendishly difficult; I remember an ASA presentation
in the early eighties of a computer processed Caruso recording, in which,
through inverse filtering,  the entire orchestra had been eliminated.  This
was a herculean task: note for note the filters had to be set to eliminate
the momentary harmonic complexes --and this was still relatively simple 
homophonic music with a prominent soloist; imagine lifting a single boy 
treble out of Tallis' Spem in alium!  

(I don't remember the guy's name who did his dissertation on this; I
thought it had been done at Washington State --If anyone knows more about
this work, then please let me know; especially if you happen to have a
recording of this reconstruction.)
 Hans Pelleboer


In 1980 while working at the Center for Computer Music at Brooklyn College, CUNY, Charles Dodge composed "Any resemblance is purely coincidental" for tape and piano. 

The tape part was based on Enrico Caruso's voice, taken from a 1907 recording of the aria "Vesti la giubba" from Leoncavallo's i Pagliaci. The voice had been isolated from the orchestral accompaniment and then resynthesized using different LPC techniques. The piano accompaniment to the tape is played live.

The computer extraction of the voice was a tour de force indeed, specially back in 1980. It was made by Prof. Thomas Stockham and his student Neil Joseph Miller at the University of Utah.

I happen to have two different recordings of this piece (I admire Dodge's work very much, and "Any resemblance..." in particular is one of my favourite compositions in the whole computer music literature):

Computer Music Currents vol. 11 - Wergo 2031-2
with Anthony de Mare, piano
(along with compositions by Paul Lansky, Douglas Foulton, Stanislaw Krupowicz, and Alejandro Viñao)

Any Resemblance is Purely Coincidental - New Albion 043 CD
with Alan Feinberg, piano
(along with other compositions by Dodge: Speech Songs, The Waves, Viola Elegy)

Both CDs should be easily available in the USA, I don't know in Holland. You can order from the Electronic Music Foundation at:

http://www.emf.org/cde_frontdoor.html

I don't know if you were refering to this work, but the resemblance is too much of a coincidence.

Luis Jure






Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa12226;
          16 Dec 97 17:05 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa27872;
          16 Dec 97 17:05 GMT
Received: (qmail 13115 invoked from network); 16 Dec 1997 17:04:31 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 16 Dec 1997 17:04:31 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (QAA03261); Tue, 16 Dec 1997 16:53:11 GMT
Received: from hermes.ex.ac.uk by maths.exeter.ac.uk; Tue, 16 Dec 97 16:52:53 GMT
Received: from ella.mills.edu [144.91.3.20] by hermes via SMTP (QAA06741); Tue, 16 Dec 1997 16:52:38 GMT
Received: (qmail 29951 invoked by uid 2928); 16 Dec 1997 08:54:44 -0800
Date: Tue, 16 Dec 1997 08:54:44 -0800 (PST)
From: Mike Berry 
To: Richard Dobson 
Cc: csound@maths.ex.ac.uk, "A. Archias" 
Subject: Re: Re; Balance
In-Reply-To: <34964F3B.2B1A@cableinet.co.uk>
Message-Id: 
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

	I agree that there is something fishy in balance.  I have been
able to get a "pumping" sound out of it in some conditions.  Though I know
it doesn't apply to all platforms yet, I have gotten by the problem by
simply generating in floats and post-normalizing.
	You can also do it by making an accumulator yourself, though you
need to use the zak opcodes to save the values from pass to pass.

Mike Berry
mikeb@mills.edu





Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa12377;
          16 Dec 97 17:42 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa29217;
          16 Dec 97 17:42 GMT
Received: (qmail 17137 invoked from network); 16 Dec 1997 17:42:02 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 16 Dec 1997 17:42:02 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (RAA23347); Tue, 16 Dec 1997 17:24:55 GMT
Received: from hermes.ex.ac.uk by maths.exeter.ac.uk; Tue, 16 Dec 97 17:24:37 GMT
Received: from Thuban.AC.HMC.Edu [134.173.53.8] (may be forged) by hermes via ESMTP (RAA07029); Tue, 16 Dec 1997 17:24:24 GMT
Received: from [134.173.38.61] (Spjut.Eng.HMC.Edu)
 by THUBAN.AC.HMC.EDU (PMDF V5.1-7 #18017)
 with ESMTP id <01IR8JATL8LU9OMLUU@THUBAN.AC.HMC.EDU> for
 csound@maths.exeter.ac.uk; Tue, 16 Dec 1997 09:27:22 PST
Date: Tue, 16 Dec 1997 09:30:44 -0800
From: Erik Spjut 
Subject: Re: Re; Balance
In-Reply-To: 
X-Sender: spjut@thuban.ac.hmc.edu
To: csound@maths.ex.ac.uk
Message-Id: 
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
References: <34964F3B.2B1A@cableinet.co.uk>
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

The biggest problem I find with balance is that it updates its multiplier
at k-rate. For rapidly varying signals you get large discontinuities (and
hence aliasing and distortion) at the k-frame boundaries. Running balance
with kr=sr fixes almost all of the problems. However, since balance works
essentially like a compressor-expander you can get it to make breathing
sounds if you try hard enough.

-------------------------------------------------------------------------------
Erik Spjut (rhymes with cute) - Acting Director,The Center for Design Education
and/or Associate Professor of Engineering
Harvey Mudd College, Claremont, CA 91711  USA
Erik_Spjut@hmc.edu      Ph & Voice mail (909) 607-3890      Fax (909) 621-8967





Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa12505;
          16 Dec 97 18:16 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa00235;
          16 Dec 97 18:16 GMT
Received: (qmail 20485 invoked from network); 16 Dec 1997 18:16:04 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 16 Dec 1997 18:16:04 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (SAA17674); Tue, 16 Dec 1997 18:05:05 GMT
Received: from hermes.ex.ac.uk by maths.exeter.ac.uk; Tue, 16 Dec 97 18:04:27 GMT
Received: from root@lix.intercom.es [194.179.21.2] by hermes via ESMTP (SAA19223); Tue, 16 Dec 1997 18:04:15 GMT
Received: from jcn100110011001 (iv1-198.intercom.es [195.76.154.198]) by lix.intercom.es (8.7.3/8.6.12) with ESMTP id TAA14502; Tue, 16 Dec 1997 19:12:17 +0100
Message-Id: <3496BCB6.A52B1924@lix.intercom.es>
Date: Tue, 16 Dec 1997 18:39:02 +0100
From: Josep M* Comajuncosas 
X-Mailer: Mozilla 4.01 [en] (WinNT; I)
Mime-Version: 1.0
To: Hans Pelleboer 
Cc: Hans Mikelson , csound@maths.ex.ac.uk
Subject: Re: Opcode for Picture->Audio?
X-Priority: 3 (Normal)
References: Conversation <3.0.3.16.19971206163620.3a67941e@werewolf.net> with last message <3.0.3.16.19971206163620.3a67941e@werewolf.net> 
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Mime-Autoconverted: from 8bit to quoted-printable by exeter.ac.uk id SAA19223
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

>

The best image - to -sound - to image converter I´ve seen is
in http://ourworld.compuserve.com/homepages/Peter_Meijer/javoice.htm
it is a java applet that lets to import sound files  convert them to
sonograms to modify it graphically, or just the opposite thing.
You can do wonderful things, like render some clouds and light effects
with Photoshop and then hear the result, or make the sonogram of a
soundfile, modify it graphically and, back to sound, hear it... This
works great with vocal sounds... the innacuracies in the resynthesis are
delicious!
The maximum res. of an image is about 450*450 pixels, so you cannot make
a masterwork of it, and you must be careful with the selected range of
frequencies to render the sound file, but anyway it is free!
Hope this will help you...
Josep M Comajuncosas







Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa12833;
          16 Dec 97 20:06 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa02836;
          16 Dec 97 20:06 GMT
Received: (qmail 28630 invoked from network); 16 Dec 1997 20:06:39 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 16 Dec 1997 20:06:39 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (TAA10746); Tue, 16 Dec 1997 19:55:23 GMT
Received: from hermes.ex.ac.uk by maths.exeter.ac.uk; Tue, 16 Dec 97 19:55:07 GMT
Received: from albion.bah.com [156.80.3.254] by hermes via ESMTP (TAA22599); Tue, 16 Dec 1997 19:55:00 GMT
Received: from badrat.com ([156.80.43.64]) by albion.bah.com (8.8.8/8.7.3) with ESMTP id OAA16291; Tue, 16 Dec 1997 14:56:13 -0500 (EST)
Message-Id: <3496DCF2.7701301F@badrat.com>
Date: Tue, 16 Dec 1997 14:56:34 -0500
From: James Garfield 
Reply-To: badrats@badrat.com
Organization: BadRat Multimedia Productions
X-Mailer: Mozilla 4.04 [en] (Win95; I)
Mime-Version: 1.0
To: Josep M* Comajuncosas 
Cc: Hans Pelleboer , Hans Mikelson , 
    csound@maths.ex.ac.uk
Subject: Re: Opcode for Picture->Audio?
References: Conversation <3.0.3.16.19971206163620.3a67941e@werewolf.net> with last message <3.0.3.16.19971206163620.3a67941e@werewolf.net>  <3496BCB6.A52B1924@lix.intercom.es>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Mime-Autoconverted: from 8bit to quoted-printable by exeter.ac.uk id TAA22599
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Josep M* Comajuncosas wrote:
> 
> The best image - to -sound - to image converter I´ve seen is
> in http://ourworld.compuserve.com/homepages/Peter_Meijer/javoice.htm

By the descriptions on the Web site, it sounds fantastic...but the
applets wouldn't run!  (I tried Netscape 4.04 and 3.01 on Win95, and
neither worked...there's a NoClassDefFoundError)  Is there a place to
download the software in a non-Java version, or even a Java standalone
that works?

-- 
======================================================================
James Garfield                                        james@badrat.com
BadRat Multimedia Productions                    http://www.badrat.com



Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa13068;
          16 Dec 97 22:35 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa05804;
          16 Dec 97 22:35 GMT
Received: (qmail 7707 invoked from network); 16 Dec 1997 22:35:45 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 16 Dec 1997 22:35:45 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (WAA10649); Tue, 16 Dec 1997 22:25:19 GMT
Received: from hermes.ex.ac.uk by maths.exeter.ac.uk; Tue, 16 Dec 97 22:25:00 GMT
Received: from empire.is.com [204.120.8.200] by hermes via SMTP (WAA17977); Tue, 16 Dec 1997 22:24:50 GMT
Received: from is.com by empire.is.com; Tue, 16 Dec 1997 16:27:25 -0600
Received: from duke by is.com with SMTP (NX5.67e/IS-Mailhost-1.0.1/plex_net3)
	id AA07532; Tue, 16 Dec 97 16:26:52 -0600
Message-Id: <9712162226.AA07532@is.com>
Received: by duke.is.com (NX5.67g/NX3.0X)
	id AA08661; Tue, 16 Dec 97 16:26:44 -0600
Content-Type: text/plain
Mime-Version: 1.0 (NeXT Mail 4.2mach v148)
In-Reply-To: <3496F99F.7D46@cableinet.co.uk>
X-Nextstep-Mailer: Mail 3.3 (Enhance 1.3)
Received: by NeXT.Mailer (1.148)
From: Michael Pelz-Sherman 
Date: Tue, 16 Dec 97 16:26:43 -0600
To: RWD@cableinet.co.uk
Subject: Re: Opcode for Picture->Audio?
Cc: csound@maths.ex.ac.uk, badrats@badrat.com
References: Conversation <3.0.3.16.19971206163620.3a67941e@werewolf.net> with
	last message <3.0.3.16.19971206163620.3a67941e@werewolf.net>
	
	<3496BCB6.A52B1924@lix.intercom.es> <3496DCF2.7701301F@badrat.com>
	<3496F99F.7D46@cableinet.co.uk>
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Works for me under IE 4.0 on NT using a SoundBlaster AWE card. This is WAY cool!

---
Michael Pelz-Sherman
Software Engineer, Integrity Solutions
mps@is.com
http://www.isnt.com/mps

Begin forwarded message:

Date: Tue, 16 Dec 1997 21:58:55 +0000
From: Richard Dobson 
Reply-To: RWD@cableinet.co.uk
Organization: Composers Desktop Project
X-Mailer: Mozilla 3.0 (Win95; I)
To: csound@noether.ex.ac.uk
Cc: badrats@badrat.com
Subject: Re: Opcode for Picture->Audio?
X-Mime-Autoconverted: from 8bit to quoted-printable by exeter.ac.uk id WAA09033
Sender: owner-csound-outgoing@noether.ex.ac.uk

James Garfield wrote:
>
> Josep M* Comajuncosas wrote:
> >
> > The best image - to -sound - to image converter I've seen is
> > in 
> By the descriptions on the Web site, it sounds fantastic...but the
> applets wouldn't run!  (I tried Netscape 4.04 and 3.01 on Win95, and
> neither worked...there's a NoClassDefFoundError)  Is there a place to
> download the software in a non-Java version, or even a Java standalone
> that works?
>
> --
> ===================================


I've just linked to it, using Netsacpe V.3.0 on my Win95, and it runs
fine (took a while to download everything, though). The page itself
includes links to the stand-alone Java application.

Richard Dobson




Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa13400;
          17 Dec 97 1:09 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa09015;
          17 Dec 97 1:09 GMT
Received: (qmail 14248 invoked from network); 17 Dec 1997 01:09:22 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 17 Dec 1997 01:09:22 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (AAA11918); Wed, 17 Dec 1997 00:59:24 GMT
Received: from hermes.ex.ac.uk by maths.exeter.ac.uk; Wed, 17 Dec 97 00:59:07 GMT
Received: from [193.121.99.70] by hermes via ESMTP (AAA15766); Wed, 17 Dec 1997 00:59:00 GMT
Received: from nobody ([193.74.7.166]) by hurricane.netgate.be
          (post.office MTA v2.0 0813 ID# 0-32575U60) with ESMTP id AAC298
          for ; Wed, 17 Dec 1997 02:05:19 +0100
From: David Schuyeteneer 
To: csound mailing list 
Subject: rates
Date: Wed, 17 Dec 1997 02:01:45 +0100
X-Msmail-Priority: Normal
X-Priority: 3
X-Mailer: Microsoft Internet Mail 4.70.1155
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Message-Id: <19971217010512015.AAC298@nobody>
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Can someone please explain me very clear and exactly what those 
weird A -, K - and I - RATES are ???  I really haven't encountered such a
thing
as "rates" ever before in sound synthesing !



Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa13677;
          17 Dec 97 3:57 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa16584;
          17 Dec 97 3:57 GMT
Received: (qmail 19283 invoked from network); 17 Dec 1997 03:57:03 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 17 Dec 1997 03:57:03 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (DAA00276); Wed, 17 Dec 1997 03:46:32 GMT
Received: from hermes.ex.ac.uk by maths.exeter.ac.uk; Wed, 17 Dec 97 03:46:15 GMT
Received: from howl.werewolf.net [206.103.224.20] by hermes via SMTP (DAA20976); Wed, 17 Dec 1997 03:45:58 GMT
Received: from lizard by howl.werewolf.net via SMTP (950413.SGI.8.6.12/940406.SGI)
	for  id VAA29399; Tue, 16 Dec 1997 21:49:07 -0600
Message-Id: <3.0.3.16.19971209172600.2fc7f134@werewolf.net>
X-Sender: hljmm@werewolf.net
X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (16)
Date: Tue, 09 Dec 1997 17:26:00
To: csound@maths.ex.ac.uk
From: Hans Mikelson 
Subject: Pixel --> Audio
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Hello,

Thanks to everyone for the info!  Here are a few links:

http://www.music.princeton.edu/PSK/hyper.html

Virtual Waves spectral sketchpad feature:
http://www.synoptic.net/

http://www.ircam.fr/produits-real/logiciels/metasynth-e.html

http://windworld.com/emi/software.htm

Apparently WCShell does this too but I could not find it?

I got the Java one to work which was a lot of fun!  Metasynth looks pretty
cool too!  Maybe it would be good to have color represent panning
(Red-->Green=left-->right) (I think Metasynth does this),
intensity=volume, Y=Frequency and X=Time as usual.  I also see it would be
necessary to go both from audio to picture and back again.  To make the
most of a system like this special drawing tools and image filters could be
developed.  Otherwise there are a lot of drawing programs with advanced
editing and filtering tools but they are not geared towards audio at all.

Bye,
Hans





Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa13734;
          17 Dec 97 4:35 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa17241;
          17 Dec 97 4:35 GMT
Received: (qmail 20206 invoked from network); 17 Dec 1997 04:35:17 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 17 Dec 1997 04:35:17 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (EAA12255); Wed, 17 Dec 1997 04:17:50 GMT
Received: from hermes.ex.ac.uk by maths.exeter.ac.uk; Wed, 17 Dec 97 04:17:33 GMT
Received: from mb05.swip.net [193.12.122.209] by hermes via ESMTP (EAA15094); Wed, 17 Dec 1997 04:17:23 GMT
Received: from rasmus (dialup162-1-16.swipnet.se [130.244.162.16]) 
          by mb05.swip.net (8.8.8/8.8.8) with SMTP 
          id FAA25020; 
          Wed, 17 Dec 1997 05:20:32 +0100 (MET)
Message-Id: <349753B6.2A94@hexagon.se>
Date: Wed, 17 Dec 1997 05:23:18 +0100
From: rasmus ekman 
X-Mailer: Mozilla 3.0 (Win95; I)
Mime-Version: 1.0
To: David Schuyeteneer 
Cc: csound mailing list 
Subject: Re: rates
References: <19971217010512015.AAC298@nobody>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

David Schuyeteneer wrote:
> 
> Can someone please explain me very clear and exactly what those
> weird A -, K - and I - RATES are ??? 

A-rate in Csound means audio rate, ie generated soundfile sample rate.
Sample rate in a digital sound file decides the sound quality.
Common values are: 44100 Hz (CD rate), 22050 Hz (usually ok when testing
an instrument), or 8000 Hz (web .au files - only good for speech)

It might be added that the sample rate also determines the highest 
representable pitch in a digital sound, namely half the sample rate.
Sample rate (sr) of 44100 can thus theoretically represent up to 
22050 Hz pitches - just above the highest pitch anyone can hear 
under the best conditions at any time in their life.
You'll find a section on this topic eg in most sampler manuals,
in help files for sound programs etc.

K-rate means "Control" rate. The ear cannot detect most musical changes
(like pitch change) at a very high rate. Csound saves computing time by
updating many variables at a slower rate. For most purposes 1/10th or 
even 1/100th of audio rate will do fine. At lower rates the stepping in
the variable changes will be too annoying.

I-rate is for init time. This is not properly a rate, it's for setting
a variable to an initial value when an instrument begins playing.


Regards,

	re



Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa13751;
          17 Dec 97 4:46 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa17503;
          17 Dec 97 4:46 GMT
Received: (qmail 20454 invoked from network); 17 Dec 1997 04:46:40 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 17 Dec 1997 04:46:40 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (EAA13783); Wed, 17 Dec 1997 04:38:28 GMT
Received: from hermes.ex.ac.uk by maths.exeter.ac.uk; Wed, 17 Dec 97 04:38:12 GMT
Received: from mb05.swip.net [193.12.122.209] by hermes via ESMTP (EAA10478); Wed, 17 Dec 1997 04:38:06 GMT
Received: from rasmus (dialup162-1-16.swipnet.se [130.244.162.16]) 
          by mb05.swip.net (8.8.8/8.8.8) with SMTP 
          id FAA03095 for ; 
          Wed, 17 Dec 1997 05:41:17 +0100 (MET)
Message-Id: <34975894.4791@hexagon.se>
Date: Wed, 17 Dec 1997 05:44:04 +0100
From: rasmus ekman 
X-Mailer: Mozilla 3.0 (Win95; I)
Mime-Version: 1.0
To: Csound list 
Subject: Re: Pixel --> Audio
References: <3.0.3.16.19971209172600.2fc7f134@werewolf.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Hans Mikelson wrote:
> 
> http://www.ircam.fr/produits-real/logiciels/metasynth-e.html
>
> cool too!  Maybe it would be good to have color represent panning
> (Red-->Green=left-->right) (I think Metasynth does this),

Hm, forgot to CC this to the list.
(In response to Hans Pelleboer)

Metasynth runs on PowerMac only. Until just now the demo was only 
available to the Ircam user group subscribers, or as a blind buy (1800
franc).
It is now distributed by the programmer, and available as demo from
   http://www.uisoftware.com/PAGES_COM/msdemo.html
Info available from links on
   http://www.uisoftware.com/PAGES_ALT/ms_features.html

Metasynth maps red->right amp, green->left amp. What makes it 
specially nice are the specialised drawing tools and filters included, 
which make it easy to paint your sounds. My favourite is rotation.
This will as you understand rotate  pitch <-> time. This tool is alas 
not available in the same form in any graphic program I've seen 
(it will keep the size of the image, and wrap it around over and over). 
There are also special brushes, echoes (repeat pixels at intervals) etc.
It can use wavetables (editable in the prog), imported soundfiles, 
or FFT'ed sounds.

There were some silly limitations in available pitch range in the
old demo. The new demo is upgraded, I hope he's changed that.
(Haven't had time to look at it yet, I've only run the old one in the
electro-acoustic studio here in Stockholm.)

Regards,

        re



Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa13945;
          17 Dec 97 6:44 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa19605;
          17 Dec 97 6:44 GMT
Received: (qmail 23190 invoked from network); 17 Dec 1997 06:44:50 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 17 Dec 1997 06:44:50 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (GAA19218); Wed, 17 Dec 1997 06:36:22 GMT
Received: from hermes.ex.ac.uk by maths.exeter.ac.uk; Wed, 17 Dec 97 06:36:06 GMT
Received: from R-Foo@internexus.net [206.152.14.2] by hermes via ESMTP (GAA03190); Wed, 17 Dec 1997 06:36:00 GMT
Received: from localhost (master@localhost)
          by micro.internexus.net (8.8.7/8.8.4) with SMTP
	  id BAA30362 for ; Wed, 17 Dec 1997 01:39:11 -0500
Date: Wed, 17 Dec 1997 01:39:11 -0500 (EST)
From: Laszlo Vecsey 
To: csound@maths.ex.ac.uk
Subject: Win95 (3.47 beta) midi and devaudio
Message-Id: 
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

I dont have a soundblaster compatible soundcard (Its a Turtle Beach
Multisound Pinnacle) and I'm guessing thats why I had trouble with
-odevaudio and -Msbmidi.

Is it possible to instruct csound or winsound to use the Win95 drivers for
wavout and midi in?

- lv




Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa14066;
          17 Dec 97 8:59 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa22146;
          17 Dec 97 8:59 GMT
Received: (qmail 27527 invoked from network); 17 Dec 1997 08:59:03 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 17 Dec 1997 08:59:03 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (IAA20423); Wed, 17 Dec 1997 08:51:27 GMT
Received: from hermes.ex.ac.uk by maths.exeter.ac.uk; Wed, 17 Dec 97 08:51:03 GMT
Received: from kmt.hku.nl [192.87.217.66] by hermes via SMTP (IAA02194); Wed, 17 Dec 1997 08:50:57 GMT
Received: from [192.87.217.2] (hanst.hku.nl [192.87.217.2]) by kmt.hku.nl (950413.SGI.8.6.12/950213.SGI.AUTOCF) via SMTP id JAA06820; Wed, 17 Dec 1997 09:53:27 +0100
Date: Wed, 17 Dec 1997 09:53:27 +0100
X-Sender: hanst@kmt.hku.nl
Message-Id: 
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
To: csound@maths.ex.ac.uk
From: Hans Timmermans 
Subject: 32 bit AIFF
Cc: madole@mills.edu
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Hi CSound,

some time ago something was new on 32-bit AIFF.

Where can I find the info (code, documentation etc.)?

Thanks for the tip!

Hans Timmermans                          e-mail: hans.timmermans@kmt.hku.nl
Utrecht School of the Arts              phone: (+31) 35 6836464
dep: Music Technology                    fax: (+31) 35 6836480
senior lecturer computer music

PO-BOX 2471
1200 CL HILVERSUM
the NETHERLANDS





Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa14850;
          17 Dec 97 12:47 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa01969;
          17 Dec 97 12:47 GMT
Received: (qmail 21029 invoked from network); 17 Dec 1997 12:47:50 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 17 Dec 1997 12:47:50 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (MAA17016); Wed, 17 Dec 1997 12:34:02 GMT
Received: from hermes.ex.ac.uk by maths.exeter.ac.uk; Wed, 17 Dec 97 12:33:45 GMT
Received: from exim@wallace.maths.bath.ac.uk [138.38.100.104] by hermes via SMTP (MAA06041); Wed, 17 Dec 1997 12:33:39 GMT
Received: from omphalos.maths.bath.ac.uk (maths.Bath.AC.UK) [138.38.99.25] (mmdf)
	by wallace.maths.bath.ac.uk with smtp (Exim 1.80 #1)
	id 0xiIiN-0001CN-00; Wed, 17 Dec 1997 12:36:39 +0000
Date:     Wed, 17 Dec 97 12:36:45 GMT
From: jpff@maths.bath.ac.uk
Subject:  Benchmarks
To: csound@maths.ex.ac.uk
Message-Id: 
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Message written at 16 Dec 1997 21:47:39 +0000

i just happened to run Csoudn on my PentiumII/266MHz and the times
reported are

Test	Bach-d	Bach-m	Riss-g	Riss-m	Guit-d	Guit-m	Jame-g	pvanal	lpanal
Length	115.73s	115.73s	 63.75s	 63.75s  87.75s	 87.75s	  6.75s	  6.75s	  5.00s
------------------------------------------------------------------------------

PenII     1.98    1.32    3.86    2.69    5.17     4.5     0.33   8.24    0.55
R5000SC   4.7     3.7     2.7     2.3     6.1      4.6     0.4    3.9     2.5
O2 r5     4.13    6.43    5.00    3.13   18.78   19.31    1.63    -        -
Indy r5   4.70    4.55    2.96    2.92   21.24   21.23    0.50    -        -
ALPHA     5.1     5.0     4.9     4.1    30.2    30.1     2.9     -        -
Indy r46  6.81    6.69    4.53    4.42   36.46   36.54    0.71    7.39    4.77
R4400     7.5     6.6     4.0     3.7    11.1    10.7     0.9     9.0     3.7
PPro180   7.86    6.53    3.46    2.75    5.88    4.67    0.55    -        - 
......

Just thought someone might be interested.  File updated on server.
=John