|
Well, I also tried resampling with sox, and works without
any problem for me; it also compiles with any buffer size
(even with 1048576). I used Csound version 3.58 (Bath/jpff),
compiled with egcs-2.91.66 (1.1.2) on SuSE Linux 6.1, kernel
2.3.18. Maybe you are using an old version of Csound or an
old kernel ?
Here is the test instrument:
------------------------ foo.orc ---------------------------
sr = 176400
kr = 1378.125
ksmps = 128
nchnls = 1
instr 1
afoo buzz sr/314.159265, 261.63, 88200/261.63, 1, 0
afoo tone afoo, 100
out afoo*10000
endin
------------------------ foo.sco ---------------------------
f 1 0 1048576 10 1
t 0 60
i 1 0 5
e
------------------------------------------------------------
commandline:
mkfifo foobar.fifo ; \
( csound -d -m7 -f -h -H1 -o foobar.fifo foo.orc foo.sco & \
( sox -t raw -s -f -c 1 -r 44100 foobar.fifo -t raw -s -f \
-c 1 -r 11025 - polyphase -w nut -width long -cutoff 0.97 \
| sox -t raw -s -f -c 1 -r 44100 - -t wav -s -w foobar.wav \
mask ) ) ; \
rm -f foobar.fifo
This example renders a sawtooth wave at 176400 Hz, and down-
samples it to 44100 Hz.
Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa04051;
1 Oct 99 15:19 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
id 11X3Wd-0008FC-00
for jpff@maths.bath.ac.uk; Fri, 1 Oct 1999 15:19:07 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (PAA695170); Fri, 1 Oct 1999 15:15:55 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Fri, 1 Oct 1999 15:15:42 +0100
Received: from swan.prod.itd.earthlink.net [207.217.120.123] by hermes via ESMTP (PAA630552); Fri, 1 Oct 1999 15:15:41 +0100 (BST)
Received: from [209.246.65.169] (dialup-209.246.65.169.NewYork2.Level3.net [209.246.65.169])
by swan.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id HAA18419;
Fri, 1 Oct 1999 07:14:43 -0700 (PDT)
Message-Id: <199910011414.HAA18419@swan.prod.itd.earthlink.net>
X-Mailer: Microsoft Outlook Express Macintosh Edition - 4.5 (0410)
Date: Fri, 01 Oct 1999 10:22:05 -0400
Subject: Re: More bassdrums
From: Eloy Anzola
To: Krzysztof Foltman , csound@maths.ex.ac.uk
Mime-version: 1.0
X-Priority: 3
Content-type: text/plain; charset="US-ASCII"
Content-transfer-encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
Dear List:
Krysztof Foltman sent this awesome ride,
careful with the line breaks:
;-----------------------------------------------
;Krysztof Foltman RIDECYM1.ORC
;-----------------------------------------------
sr=44100
kr=44100
ksmps=1
instr 1
ipitch init cpspch(p5)
is init 2
it init 1.7
knamp3 expseg 0.1,p3-p6/it-0.3,0.01,p6/it,0.001,0.02/it,0.001,0.1,0.00001
knamp4 expseg
0.1,p3*0.7-p6/it-0.3,0.007,p6/it,0.001,0.02/it,0.001,0.1,0.00001
kshf expseg is*2500,0.06/it,is*200,p3,is*200
kshf2 expseg is*3000,0.19/it,is*300,p3,is*300
kshf3 expseg is*13000,0.23/it,is*1500,p3,is*1500
kshf4 expseg is*13000,0.16/it,is*800,p3,is*790
kshf5 expseg is*11000,0.08/it,is*1200,p3,is*1200
amod3ge1 oscili 0.5,is*1000+kshf2/5,2
amod3ge2 oscili 0.5,is*1080+kshf/2,2
amod3ge3 oscili 0.5,is*1190+kshf/1.7,2
amod3ge4 oscili 0.5,is*1343+kshf2/3,2
amod3ge5 oscili 0.5,is*1549+kshf/4,2
amod3ge6 oscili 0.5,is*1779+kshf/2.1,2
amod3ge7 oscili 0.5,is*1997+kshf2/2.4,2
amod3a reson amod3ge1+amod3ge6+amod3ge7,is*kshf3,is*kshf3*2,1
amod3b reson amod3ge2+amod3ge4+amod3ge5,is*kshf4,is*kshf4,1
amod3c reson amod3ge1+amod3ge2+amod3ge3,is*kshf5,is*kshf5,1
anois1a oscili knamp3*20,is*1075,3
anois1b oscili knamp3*20,is*1314,3
anois1c oscili knamp4*20,is*1759,3
anois1d oscili knamp4*20,is*2153,3
anois1e oscili knamp3*20,is*1987,3
anoise=anois1a+anois1b+anois1c+anois1d+anois1e
anois2 butterbp anoise,is*7548,is*1350
anois3 butterbp anoise,is*3548,is*1050
anois4 butterbp anois2*amod3a,is*4901,is*444
anois5 butterbp anois3*amod3b,is*5701,is*540
anois6 butterbp anois2*amod3c,is*6901,is*640
atmp = (anois4+anois5+anois6)*4
out 32000*atmp*p4
endin
;-----------------------------------------------
;-----------------------------------------------
;-----------------------------------------------
;-----------------------------------------------
;Krysztof Foltman RIDECYM1.SCO
;-----------------------------------------------
;funkcja 1, czysta sinusoidka
f1 0 8192 10 1
f2 0 8192 10 0 0 0 0 0 0 0 0 0 0 0.3 0 0.6 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0
0.3 0 0 0 1
f3 0 8192 11 4 31 0.6
;f2 0 8192 20 5
i1 0.00 1.30 1.00 8.00 0.05
;-----------------------------------------------
;-----------------------------------------------
;-----------------------------------------------
All the best,
Eloy
------
leaddaet@earthlink.net
http://home.earthlink.net/~leaddaet
----------
>From: "Krzysztof Foltman"
>To: "'Eloy Anzola'"
>Subject: RE: More bassdrums
>Date: Fri, Oct 1, 1999, 6:25 AM
>
> See it :-)
>
> I tried to post to the Csound list, but no success...
>
> ...kf
>
Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa04061;
1 Oct 99 15: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 11X2ew-00047h-00
for jpff@maths.bath.ac.uk; Fri, 1 Oct 1999 14:23:38 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (PAA657180); Fri, 1 Oct 1999 15:20:46 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Fri, 1 Oct 1999 15:20:35 +0100
Received: from fm3.freemail.hu [194.38.105.13] by hermes via SMTP (PAA717881); Fri, 1 Oct 1999 15:20:34 +0100 (BST)
Received: (qmail 692 invoked by uid 339175); 1 Oct 1999 14:20:33 -0000
Date: 1 Oct 1999 14:20:33 -0000
Message-ID: <19991001142033.691.qmail@freemail.c3.hu>
MIME-Version: 1.0
To: csound@maths.ex.ac.uk
Subject: Re: More bassdrums
From: =?ISO-8859-2?Q?Varga_Istv=E1n?=
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
The drum stuff is archived at
ftp://ftp.maths.bath.ac.uk/pub/dream/Csound_List_Archive/Cso
und.846.gz
Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa04221;
1 Oct 99 16: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 11X4O8-0008H4-00
for jpff@maths.bath.ac.uk; Fri, 1 Oct 1999 16:14:24 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (QAA692983); Fri, 1 Oct 1999 16:11:01 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Fri, 1 Oct 1999 16:10:48 +0100
Received: from postfix@polaris.astro.ufl.edu [128.227.184.2] by hermes via ESMTP (QAA736101); Fri, 1 Oct 1999 16:10:47 +0100 (BST)
Received: from astro.ufl.edu (chiron.astro.ufl.edu [128.227.184.73])
by polaris.astro.ufl.edu (Postfix) with ESMTP id E52D8E7AD
for ; Fri, 1 Oct 1999 11:10:46 -0400 (EDT)
Message-ID: <37F4D073.A036F317@astro.ufl.edu>
Date: Fri, 01 Oct 1999 11:17:10 -0400
From: Alex Lozano
X-Mailer: Mozilla 4.07 [en] (Win95; I)
MIME-Version: 1.0
To: csound@maths.ex.ac.uk
Subject: links not working
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
The following links are not working for the "user friendly front ends".
Can anyone give me and updated link to download?
Thanks,
Alexandra
http://www.pipeline.com/~gogins/Silence.htm
ftp://indigo.pac.utexas.edu/pub/windows/Patchwork
Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa04664;
1 Oct 99 18:49 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
id 11X5sT-0004tT-00
for jpff@maths.bath.ac.uk; Fri, 1 Oct 1999 17:49:49 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (SAA635622); Fri, 1 Oct 1999 18:46:52 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Fri, 1 Oct 1999 18:46:41 +0100
Received: from smtp02.interq.net [210.157.0.16] by hermes via ESMTP (SAA755263); Fri, 1 Oct 1999 18:46:39 +0100 (BST)
Received: from s (kokubunji1-39.teleway.ne.jp [210.234.18.39])
by smtp02.interq.net (8.9.0/8.9.1/matt89-pop) with SMTP id CAA09521
for ; Sat, 2 Oct 1999 02:46:35 +0900 (JST)
Message-ID: <001901bf0c34$eef30580$2712ead2@a.computer>
From: Kanata Motohashi
To: Csound Mailing List
References: <37F4D073.A036F317@astro.ufl.edu>
Subject: Re: links not working
Date: Sat, 2 Oct 1999 02:46:36 +0900
Organization: Stand Alone Records
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
One is:
http://www.pipeline.com/~gogins/Silence/Silence.htm
Kanata
Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05124;
1 Oct 99 23:35 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
id 11XBGs-0008WH-00
for jpff@maths.bath.ac.uk; Fri, 1 Oct 1999 23:35:22 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (XAA766262); Fri, 1 Oct 1999 23:29:29 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Fri, 1 Oct 1999 23:29:18 +0100
Received: from smtp.mail.yahoo.com [128.11.68.32] by hermes via SMTP (XAA699636); Fri, 1 Oct 1999 23:29:17 +0100 (BST)
Received: from unknown (HELO dboothe) (38.227.100.246)
by smtp.mail.yahoo.com with SMTP; 1 Oct 1999 15:34:47 -0700
Message-ID: <001001bf0c5c$66eee500$7c98e226@dboothe.lyrick.com>
From: David Boothe
To: Alex Lozano , csound@maths.ex.ac.uk
MMDF-Warning: Parse error in original version of preceding line at UK.AC.Bath.maths.omphalos
Subject: Re: links not working
Date: Fri, 1 Oct 1999 17:29:13 -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
I believe Patchwork, being somewhat out of date, and has been removed from
circulation.
-David.
Alex wrote:
>The following links are not working for the "user friendly front ends".
>Can anyone give me and updated link to download?
>
>Thanks,
>Alexandra
>
>http://www.pipeline.com/~gogins/Silence.htm
>
>ftp://indigo.pac.utexas.edu/pub/windows/Patchwork
>
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05133;
1 Oct 99 23:42 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
id 11XARx-0005Xy-00
for jpff@maths.bath.ac.uk; Fri, 1 Oct 1999 22:42:45 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (XAA769827); Fri, 1 Oct 1999 23:37:49 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Fri, 1 Oct 1999 23:37:38 +0100
Received: from smtp7.atl.mindspring.net [207.69.128.51] by hermes via ESMTP (XAA773060); Fri, 1 Oct 1999 23:37:37 +0100 (BST)
Received: from Realizer (user-2ive1cl.dialup.mindspring.com [165.247.5.149])
by smtp7.atl.mindspring.net (8.8.5/8.8.5) with SMTP id SAA00095;
Fri, 1 Oct 1999 18:37:39 -0400 (EDT)
From: Michael Gogins
To: Alex Lozano , csound@maths.ex.ac.uk
MMDF-Warning: Parse error in original version of preceding line at UK.AC.Bath.maths.omphalos
Subject: RE: links not working
Date: Fri, 1 Oct 1999 18:40:40 -0400
Message-ID:
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
In-Reply-To: <37F4D073.A036F317@astro.ufl.edu>
Importance: Normal
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
http://www.pipeline.com/~gogins
In general, if a URL doesn't work, try chopping the end off one item at a
time.
-----Original Message-----
From: owner-csound-outgoing@maths.ex.ac.uk
[mailto:owner-csound-outgoing@maths.ex.ac.uk]On Behalf Of Alex Lozano
Sent: Friday, October 01, 1999 11:17 AM
To: csound@maths.ex.ac.uk
Subject: links not working
The following links are not working for the "user friendly front ends".
Can anyone give me and updated link to download?
Thanks,
Alexandra
http://www.pipeline.com/~gogins/Silence.htm
ftp://indigo.pac.utexas.edu/pub/windows/Patchwork
Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05284;
2 Oct 99 1:38 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
id 11XDC0-00006A-00
for jpff@maths.bath.ac.uk; Sat, 2 Oct 1999 01:38:28 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (BAA765850); Sat, 2 Oct 1999 01:32:03 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Sat, 2 Oct 1999 01:31:53 +0100
Received: from rothko.bestweb.net [209.94.100.160] by hermes via ESMTP (BAA743611); Sat, 2 Oct 1999 01:31:52 +0100 (BST)
Received: from goodguy (dialin-251.poughkeepsie.bestweb.net [216.179.14.85])
by rothko.bestweb.net (8.9.1a/8.9.0) with SMTP id UAA22604
for ; Fri, 1 Oct 1999 20:31:53 -0400 (EDT)
Message-ID: <37F54FEA.3BAFA0FC@westnet.com>
Date: Sat, 02 Oct 1999 00:20:58 +0000
From: Larry Troxler
X-Mailer: Mozilla 3.01 (X11; I; Linux 2.0.36 i586)
MIME-Version: 1.0
To: csound@maths.ex.ac.uk
Subject: How to terminate real-time Csound?
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
I'm trying to use KeyKit to drive Csound through Line events (the -L
command-line option), and am now running into a fairly basic problem -
How do you cleanly terminate a Csound real-time execution? None of the
real-time examples I've come across seem to deal with this, other than
suggesting using an "f" statement in the score to set a predetermined
length of execution. Should I just send Csound a kill or HUP signal when
I'm done playing? Will this clean up all the loose ends? I admit to
being less than knowledgeable about Unix pipes and the signalling
mechanism - I can never remember which end of a pipe you have to open
first ...
Incidently, I tried sending an "e" event to Csound, since the code does
check for this, hoping that this would terminate the session. But
apparently, the line-event code is buggy in that it complains about too
few p-fields.
Larry
Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05493;
2 Oct 99 4: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 11XEWC-00064L-00
for jpff@maths.bath.ac.uk; Sat, 2 Oct 1999 03:03:24 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (DAA720199); Sat, 2 Oct 1999 03:58:21 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Sat, 2 Oct 1999 03:58:10 +0100
Received: from postfix@polaris.astro.ufl.edu [128.227.184.2] by hermes via ESMTP (DAA775684); Sat, 2 Oct 1999 03:58:09 +0100 (BST)
Received: from default (ppp-03-ts51.nerdc.ufl.edu [128.227.26.7])
by polaris.astro.ufl.edu (Postfix) with ESMTP id C9C37E7AD
for ; Fri, 1 Oct 1999 22:58:10 -0400 (EDT)
Message-Id: <4.2.0.58.19991001225757.00969390@astro.ufl.edu>
X-Sender: alex@astro.ufl.edu
X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58
Date: Fri, 01 Oct 1999 23:00:16 -0400
To: csound@maths.ex.ac.uk
From: Alex Lozano
Subject: no sound from csound
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
I am using Csound for the PC. My file runs with no errors and yet I am
hearing no output from my computer. I have a Soundblaster 16 soundcard. My
computer itself is playing sound through other programs. Can anyone help?
Thanks
Alex
Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05548;
2 Oct 99 4:38 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
id 11XF3S-00068d-00
for jpff@maths.bath.ac.uk; Sat, 2 Oct 1999 03:37:46 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (EAA753510); Sat, 2 Oct 1999 04:32:58 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Sat, 2 Oct 1999 04:32:47 +0100
Received: from rothko.bestweb.net [209.94.100.160] by hermes via ESMTP (EAA704514); Sat, 2 Oct 1999 04:32:47 +0100 (BST)
Received: from goodguy (dialin-201.poughkeepsie.bestweb.net [216.179.14.35])
by rothko.bestweb.net (8.9.1a/8.9.0) with SMTP id XAA00832;
Fri, 1 Oct 1999 23:32:30 -0400 (EDT)
Message-ID: <37F57A8D.67DA21F2@westnet.com>
Date: Sat, 02 Oct 1999 03:22:53 +0000
From: Larry Troxler
X-Mailer: Mozilla 3.01 (X11; I; Linux 2.0.36 i586)
MIME-Version: 1.0
To: Alex Lozano
CC: csound@maths.ex.ac.uk
Subject: Re: no sound from csound
References: <4.2.0.58.19991001225757.00969390@astro.ufl.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
Alex Lozano wrote:
>
> I am using Csound for the PC. My file runs with no errors and yet I am
> hearing no output from my computer. I have a Soundblaster 16 soundcard. My
> computer itself is playing sound through other programs. Can anyone help?
>
> Thanks
> Alex
Yes, it's possible that someone can help, but not until you provide
enough specific information to allow someone to venture an educated
guess. It would be helpfull to know what operating system you're using,
which version of Csound, what command line, and to see the orc and sco
files, along with the output from Csound.
Larry Troxler
Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05602;
2 Oct 99 5:01 BST
Received: from [139.130.53.38] (helo=toad.ilogic.com.au ident=postfix)
by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
id 11XFPy-0006BO-00
for jpff@maths.bath.ac.uk; Sat, 2 Oct 1999 04:01:20 +0100
Received: by toad.ilogic.com.au (Postfix)
id 7D80625279; Sat, 2 Oct 1999 14:00:42 +1000 (EST)
Delivered-To: csound-unix-dev-list@toad.ilogic.com.au
Received: by toad.ilogic.com.au (Postfix, from userid 91)
id 5DAF22528A; Sat, 2 Oct 1999 14:00:42 +1000 (EST)
Delivered-To: csound-unix-dev@ilogic.com.au
Received: from renoir.op.net (renoir.op.net [209.152.193.4])
by toad.ilogic.com.au (Postfix) with ESMTP id 2D08F25279
for ; Sat, 2 Oct 1999 14:00:37 +1000 (EST)
Received: from op.net (d-bm2-0d.ppp.op.net [209.152.194.45]) by renoir.op.net (o1/$Revision: 1.18 $) with ESMTP id XAA17646; Fri, 1 Oct 1999 23:59:21 -0400 (EDT)
Received: (from pbd@localhost) by op.net ($Revision: 1.2 $) id AAA00850; Sat, 2 Oct 1999 00:55:55 -0400
Date: Sat, 2 Oct 1999 00:55:55 -0400
Message-Id: <199910020455.AAA00850@op.net>
From: Paul Barton-Davis
To: linux-audio-dev@ginette.musique.umontreal.ca,
csound-unix-dev@ilogic.com.au, csound@maths.ex.ac.uk,
qm-dev@exp.firstpr.com.au, music-dsp@shoko.calarts.edu
Subject: [CUD] [Quasimodo] version 0.1.7 released
Sender: owner-csound-unix-dev@ilogic.com.au
Precedence: bulk
The newest release of Quasimodo(*) is now available as a tarball or 3
from:
http://www.op.net/~pbd/quasimodo/
This is still very much an in-development release, but a very
substantial amount of internal code restructuring has taken place to
support the new firewall between the DSP engine + a user interface.
As usual, there are also lots of bug fixes, plus (no doubt) a few new
bugs. You will be better off if you use ALSA under Linux rather than
OSS. I have not used the OSS layer in months.
Please look forward to a much more frequent release schedule from now
on. Also, I hope to offer binary releases around version 0.1.9 or 0.1.10.
Although 99.9% of the email concerning Quasimodo's development has
been between Stephane Conversey and myself, the quasimodo development
mailing list will be the forum that the two of us will use from now
on, and we invite anyone who isn't on that list to subscribe and
contribute ideas, bug reports, code etc. to Quasimodo's development.
Details on the web site.
--regards,
--p
---------------------------------------------------------------------------
(*) Description:
----------------
Quasimodo is an advanced, real-time, 32-bit floating point,
extensible, MIDI-controllable environment for generating and
processing audio and MIDI data.
Quasimodo supports the Csound "programming" language, plugin opcodes,
themeable graphics, a simple scripting language for user-interface
design, and an intuitive graphical user interface for real-time
manipulation. It supports both Csound scorefiles, real-time MIDI
input, and its own user interface for playing audio and MIDI
compositions.
Internally, Quasimodo features advanced object-oriented design,
multithreading, formal grammars, high-precision timing, and a highly
portable GUI toolkit.
Quasimodo runs on advanced and stable operating systems based on the
POSIX OS specification (so far: Linux and IRIX)
Quasimodo is fully controllable from any physical control surface that
generates MIDI, without any programming of the control surface.
(e.g. Mackie HUI, Peavey PC1600X, JL Cooper CS10 or
FaderMaster/MixMaster). It automatically learns which MIDI controller
you want to control a given parameter/visual element.
Quasimodo is open source, free software. It can be extended at many
levels: rewriting the source, adding new opcodes, writing new
Quasimodules, creating new visuals for the user interface. You are
free to do anything you want with (most) of Quasimodo, as long as you
don't restrict others freedom to do the same.
Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05857;
2 Oct 99 8: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 11XJtb-0000GN-00
for jpff@maths.bath.ac.uk; Sat, 2 Oct 1999 08:47:55 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (IAA653913); Sat, 2 Oct 1999 08:45:05 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Sat, 2 Oct 1999 08:44:56 +0100
Received: from root@news.cube.net [194.97.64.2] by hermes via SMTP (IAA747086); Sat, 2 Oct 1999 08:44:55 +0100 (BST)
Received: from orpheus.selene.cube.net([193.149.39.225]) (1714 bytes) by salyko.cube.net
via smtpd with P:smtp/R:bind_hosts/T:inet_zone_bind_smtp
(sender: )
id
for ; Sat, 2 Oct 1999 09:44:39 +0200 (MEST)
(Smail-3.2.0.106 1999-Mar-31 #1 built 1999-Sep-2)
Received: from hermes by orpheus.selene.cube.net (NX5.67f2/NX3.0M)
id AA04707; Sat, 2 Oct 99 09:40:24 +0200
Message-Id: <9910020740.AA04707@orpheus.selene.cube.net>
Received: by hermes.selene.cube.net (NX5.67g/NX3.0X)
id AA00261; Sat, 2 Oct 99 09:40:20 +0200
Mime-Version: 1.0 (NeXT Mail 4.2mach v148)
Content-Type: multipart/alternative; boundary=NeXT-Mail-1796116978-1
Content-Transfer-Encoding: 7bit
Received: by NeXT.Mailer (1.148)
From: Peter =?iso-8859-1?Q?Neub=E4cker?=
Date: Sat, 2 Oct 99 09:40:19 +0200
To: Larry Troxler
Subject: Re: How to terminate real-time Csound?
Cc: csound@maths.ex.ac.uk
Reply-To: peter@orpheus.selene.cube.net
References: <37F54FEA.3BAFA0FC@westnet.com>
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
--NeXT-Mail-1796116978-1
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
> Incidently, I tried sending an "e" event to Csound,
send: e 0 0 0
I added the "e" statement to realtime evaluation
for that purpose, but I did not add an extra handling
for p-field checking...
Peter
--NeXT-Mail-1796116978-1
Content-Type: text/enriched; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Ohlfs> Incidently, I tried
sending an "e" event to Csound,
send: e 0 0 0
I added the "e" statement to realtime evaluation
for that purpose, but I did not add an extra handling
for p-field checking...
Peter
--NeXT-Mail-1796116978-1--
Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa05975;
2 Oct 99 10:39 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
id 11XKhA-0006uA-00
for jpff@maths.bath.ac.uk; Sat, 2 Oct 1999 09:39:08 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (KAA654495); Sat, 2 Oct 1999 10:37:06 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Sat, 2 Oct 1999 10:36:53 +0100
Received: from mailout08.btx.dtag.de [194.25.2.156] by hermes via ESMTP (KAA718429); Sat, 2 Oct 1999 10:36:52 +0100 (BST)
Received: from fwd06.btx.dtag.de ([194.25.2.166])
by mailout08.btx.dtag.de with smtp
id 11XLb3-0006Vr-00; Sat, 2 Oct 1999 11:36:53 +0200
Received: from p3E9C2079.dip.t-dialin.net (0402102285-0001(btxid)@[62.156.32.121])
by fwd06.btx.dtag.de with smtp
id ; Sat, 2 Oct 1999 11:36:39 +0200
To: owner-csound-outgoing@maths.ex.ac.uk
Cc: Alex Lozano , csound@maths.ex.ac.uk
MMDF-Warning: Parse error in original version of preceding line at UK.AC.Bath.maths.omphalos
Subject: Re: links not working
Date: Sat, 02 Oct 1999 09:37:03 GMT
Message-ID: <37f6d1ea.761959@pop.btx.dtag.de>
References:
In-Reply-To:
X-Mailer: Forte Agent 1.5/32.452
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Sender: 0402102285-0001@t-dialin.net
From: Jens Reimer
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
hello,
unfortunately the second links doesn`t work.
i tried also: ftp://indigo.pac.utexas.edu/
but no connection...
>The following links are not working for the "user friendly front ends".
>Can anyone give me and updated link to download?
>
>Thanks,
>Alexandra
>
>http://www.pipeline.com/~gogins/Silence.htm
>
>ftp://indigo.pac.utexas.edu/pub/windows/Patchwork
--=20
Und Tsch=FCss
Email:
jens-reimer@t-online.de
|