Csound Csound-dev Csound-tekno Search About

Re: compiling Linux Csound (official)

Date1999-08-11 14:19
FromJavier Ruiz
SubjectRe: compiling Linux Csound (official)
Mr Dobson wrote, wondering where will be the next ICMC...
> about it. It would be great if we can all be there (wherever it is)

the 26th ICMC will take place in Berlin in the year 2000.
Make your hotel reservation fast!

Javier.


Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa23246;
          11 Aug 99 23:45 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11Eh7K-0001I3-00
	for jpff@maths.bath.ac.uk; Wed, 11 Aug 1999 23:45:06 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (XAA00029); Wed, 11 Aug 1999 23:42:26 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Wed, 11 Aug 1999 23:42:15 +0100
Received: from mtiwmhc02.worldnet.att.net [204.127.131.37] by hermes via ESMTP (XAA07201); Wed, 11 Aug 1999 23:42:14 +0100 (BST)
Received: from worldnet.att.net ([12.76.123.62])
          by mtiwmhc02.worldnet.att.net (InterMail v03.02.07.07 118-134)
          with ESMTP id <19990811224121.YLZW9092@worldnet.att.net>
          for ; Wed, 11 Aug 1999 22:41:21 +0000
Message-ID: <37B0D474.85C4DCD9@worldnet.att.net>
Date: Tue, 10 Aug 1999 21:40:07 -0400
From: Kirsh Family 
Reply-To: kirsh@worldnet.att.net
Organization: Kirsh Family
X-Mailer: Mozilla 4.5 (Macintosh; U; PPC)
X-Accept-Language: en-US
MIME-Version: 1.0
To: Csound 
Subject: Negative p3 vs polyphonicity (was Re: sequencer)
References: <199907271411.KAA18866@renoir.op.net> <379E3C5E.3751F522@cableinet.co.uk>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Lest anyone be frightened away from using negative p3 values, I just
wanted to point out that the statement quoted below is not quite
correct.  Or that at least it's open to some interpretation.  In fact,
it is possible to have multiple instances (usually, but not necessarily,
notes of different pitches) of the same instrument held simultaneously
via negative p3 values.  This is accomplished by adding a decimal part
to the instrument number.  E.g., to hold three copies of instrument 10
in a simple chord:

i10.1    0    -1    7.00
i10.2    0    -1    7.04
i10.3    0    -1    7.07

Subsequent i-statements can refer to the same sounding note instances,
and if the instrument definition is done properly, the new p-fields can
be used to alter the character of the notes in progress.  For example,
to bend the previous chord up an octave and release it:

i10.1    1    1    8.00
i10.2    1    1    8.04
i10.3    1    1    8.07

The instrument definition has to take this into account, however,
especially if clicks are to be avoided.  To be fair, it's likely that
Richard Dobson knows all this and just meant that the decimal instrument
number notation couldn't be used in conjunction with real-time MIDI
(which was the context of the discussion), in which case the instrument
would be monophonic while a note was held, as he states.  (At least, I
think that's right.)

David Kirsh

Richard Dobson wrote:
> 
> A negative p3 does not only make the note hold indefinitely, it makes it
> monophonic - ...



Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa23489;
          12 Aug 99 1:41 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11Ehuq-0006GZ-00
	for jpff@maths.bath.ac.uk; Thu, 12 Aug 1999 00:36:16 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (BAA05749); Thu, 12 Aug 1999 01:39:25 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Thu, 12 Aug 1999 01:39:14 +0100
Received: from howl.werewolf.net [12.23.152.10] by hermes via ESMTP (BAA06487); Thu, 12 Aug 1999 01:39:13 +0100 (BST)
Received: from default (dial96.werewolf.net [12.23.153.96])
	by howl.werewolf.net (8.9.0/8.9.0) with SMTP id TAA25445
	for ; Wed, 11 Aug 1999 19:34:10 -0500 (CDT)
Message-ID: <001601bee45c$49648080$6099170c@default>
From: Hans Mikelson 
To: csound@maths.ex.ac.uk
MMDF-Warning:  Parse error in original version of preceding line at UK.AC.Bath.maths.omphalos
Subject: Re: FM with feedback loop?
Date: Wed, 11 Aug 1999 19:47:41 -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

Hi,

>I am new to Csound and I have tried to make a FM algorithm with feedback
>loop.

I don't know about Visual Orchestra but the trick is to init the variable to
0 before the loop back, something like:

      instr 1

iamp  =     p4
ifqc  =     cpspch(p5)
iatt  =     p6
adec  =     p7
islev =     p8
irel  =     p9

a1    init  0

aenv  adsr  iatt, idec, islev, irel

a1    oscil aenv, ifqc*(1+a1), 1

      outs  a1, a1

      endin

The pitch tends to drift somewhat though I think.

Bye,
Hans Mikelson



Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa24165;
          12 Aug 99 7:55 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11Enkm-0006PK-00
	for jpff@maths.bath.ac.uk; Thu, 12 Aug 1999 06:50:16 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (HAA10704); Thu, 12 Aug 1999 07:52:40 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Thu, 12 Aug 1999 07:52:29 +0100
Received: from law-f98.hotmail.com [209.185.131.161] by hermes via SMTP (HAA10792); Thu, 12 Aug 1999 07:52:29 +0100 (BST)
Received: (qmail 62211 invoked by uid 0); 12 Aug 1999 06:51:58 -0000
Message-ID: <19990812065158.62210.qmail@hotmail.com>
Received: from 203.134.50.205 by www.hotmail.com with HTTP;
	Wed, 11 Aug 1999 23:51:57 PDT
X-Originating-IP: [203.134.50.205]
From: mike chapman 
To: csound@maths.ex.ac.uk
Subject: Quasimodo and windows
Date: Wed, 11 Aug 1999 23:51:57 PDT
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

hello all,

i think the quasimodo code just needs to be made into a minimal port on 
windows with no gui. i think realtime io may be coded using drivers from 
current csound or from perry cooks stk?

the quasimodo rewrite seems absolutely excellent and represents a huge step 
forward in the csound code base.

a windows version would open this excellent version up to more users and 
developers :}




mike


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa24188;
          12 Aug 99 8:11 BST
Received: from [209.207.135.229] (helo=onelist.com)
	by shaun.maths.bath.ac.uk with smtp (Exim 2.12 #1)
	id 11Ep1o-0001U3-00
	for jpff@maths.bath.ac.uk; Thu, 12 Aug 1999 08:11:56 +0100
Received: (qmail 743 invoked by alias); 12 Aug 1999 07:11:47 -0000
Received: (qmail 734 invoked from network); 12 Aug 1999 07:11:45 -0000
Received: from unknown (HELO chupacabras.flash.net) (209.30.6.16) by pop.onelist.com with SMTP; 12 Aug 1999 07:11:45 -0000
Received: from bigfoot.com (p120.amax23.dialup.aus2.flash.net [209.30.216.120]) by chupacabras.flash.net (8.9.3/Pro-8.9.3) with ESMTP id CAA11318; Thu, 12 Aug 1999 02:11:45 -0500 (CDT)
Message-ID: <37B273C7.8480B1C5@bigfoot.com>
Date: Thu, 12 Aug 1999 02:12:08 -0500
From: pete moss 
Organization: pete moss GmbH
X-Mailer: Mozilla 4.6 [en] (Win98; I)
X-Accept-Language: en
To: csound@maths.ex.ac.uk, algo-comp@onelist.com, 
    music-dsp@shoko.calarts.edu
Mailing-List: list algo-comp@onelist.com; contact algo-comp-owner@onelist.com
Delivered-To: mailing list algo-comp@onelist.com
Precedence: bulk
List-Unsubscribe: 
Reply-to: algo-comp@onelist.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: [algo-comp] [OT] linux in austin [OT]

From: pete moss 

really sorry to spam up the lists like this, and sorry for the
crossposting, but...

are there any redhat 6.0 linux users in the austin tx area?  i
downloaded the distro from the net, but it is causing big problems and i
would like to borrow someones cd version for a day.  i would just buy
the box version, but i cant afford it, what with grad school about to
start.

please email me privately so as not to waste anymore bandwidth.  

thx

:P

--------------------------- ONElist Sponsor ----------------------------

GET WHAT YOU DESERVE! A NextCard Platinum VISA: DOUBLE Rewards points, 
       NO annual fee & rates as low as 9.9 percent FIXED APR. 
Apply online today!                http://www.onelist.com/ad/nextcard1

------------------------------------------------------------------------
algo-comp webpage: http://listen.to/algo-comp


Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa24194;
          12 Aug 99 8: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 11Ep3x-0001U5-00
	for jpff@maths.bath.ac.uk; Thu, 12 Aug 1999 08:14:09 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (IAA05881); Thu, 12 Aug 1999 08:12:01 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Thu, 12 Aug 1999 08:11:51 +0100
Received: from chupacabras.flash.net [209.30.6.16] by hermes via ESMTP (IAA11038); Thu, 12 Aug 1999 08:11:50 +0100 (BST)
Received: from bigfoot.com (p120.amax23.dialup.aus2.flash.net [209.30.216.120])
	by chupacabras.flash.net (8.9.3/Pro-8.9.3) with ESMTP id CAA11318;
	Thu, 12 Aug 1999 02:11:45 -0500 (CDT)
Message-ID: <37B273C7.8480B1C5@bigfoot.com>
Date: Thu, 12 Aug 1999 02:12:08 -0500
From: pete moss 
Organization: pete moss GmbH
X-Mailer: Mozilla 4.6 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To: csound@maths.ex.ac.uk, algo-comp@onelist.com, 
    music-dsp@shoko.calarts.edu
Subject: [OT] linux in austin [OT]
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

really sorry to spam up the lists like this, and sorry for the
crossposting, but...

are there any redhat 6.0 linux users in the austin tx area?  i
downloaded the distro from the net, but it is causing big problems and i
would like to borrow someones cd version for a day.  i would just buy
the box version, but i cant afford it, what with grad school about to
start.

please email me privately so as not to waste anymore bandwidth.  

thx

:P


Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa24230;
          12 Aug 99 8:42 BST
Received: from [156.3.140.104] (helo=shoko.calarts.edu)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11EpV4-0001UL-00
	for jpff@maths.bath.ac.uk; Thu, 12 Aug 1999 08:42:10 +0100
Received: (from majordom@localhost)
	by shoko.calarts.edu (8.9.3/8.9.3) id AAA15697
	for music-dsp-outgoing; Thu, 12 Aug 1999 00:11:54 -0700 (PDT)
X-Authentication-Warning: shoko.calarts.edu: majordom set sender to owner-music-dsp@shoko.calarts.edu using -f
Received: from chupacabras.flash.net (chupacabras.flash.net [209.30.6.16])
	by shoko.calarts.edu (8.9.3/8.9.3) with ESMTP id AAA15693
	for ; Thu, 12 Aug 1999 00:11:52 -0700 (PDT)
Received: from bigfoot.com (p120.amax23.dialup.aus2.flash.net [209.30.216.120])
	by chupacabras.flash.net (8.9.3/Pro-8.9.3) with ESMTP id CAA11318;
	Thu, 12 Aug 1999 02:11:45 -0500 (CDT)
Message-ID: <37B273C7.8480B1C5@bigfoot.com>
Date: Thu, 12 Aug 1999 02:12:08 -0500
From: pete moss 
Organization: pete moss GmbH
X-Mailer: Mozilla 4.6 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To: csound@maths.ex.ac.uk, algo-comp@onelist.com, 
    music-dsp@shoko.calarts.edu
Subject: [OT] linux in austin [OT]
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-music-dsp@shoko.calarts.edu
Precedence: bulk
Reply-To: music-dsp@shoko.calarts.edu

really sorry to spam up the lists like this, and sorry for the
crossposting, but...

are there any redhat 6.0 linux users in the austin tx area?  i
downloaded the distro from the net, but it is causing big problems and i
would like to borrow someones cd version for a day.  i would just buy
the box version, but i cant afford it, what with grad school about to
start.

please email me privately so as not to waste anymore bandwidth.  

thx

:P

dupswapdrop: the music-dsp mailing list and website
http://shoko.calarts.edu/~glmrboy/musicdsp/music-dsp.html



Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa24551;
          12 Aug 99 11:27 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11Er3V-0006YG-00
	for jpff@maths.bath.ac.uk; Thu, 12 Aug 1999 10:21:49 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (LAA00742); Thu, 12 Aug 1999 11:14:48 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Thu, 12 Aug 1999 11:14:36 +0100
Received: from jaguars-int.cableinet.net [193.38.113.9] by hermes via SMTP (LAA08802); Thu, 12 Aug 1999 11:14:36 +0100 (BST)
Received: (qmail 28980 invoked from network); 12 Aug 1999 10:15:02 -0000
Received: from unknown (HELO cableinet.co.uk) (194.117.146.213)
  by jaguars with SMTP; 12 Aug 1999 10:15:02 -0000
Message-ID: <37B2A08E.5A2415BD@cableinet.co.uk>
Date: Thu, 12 Aug 1999 11:23:10 +0100
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 
Subject: Re: Negative p3 vs polyphonicity (was Re: sequencer)
References: <199907271411.KAA18866@renoir.op.net> <379E3C5E.3751F522@cableinet.co.uk> <37B0D474.85C4DCD9@worldnet.att.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Yes, that is more or less it (I haven't actually tried using a
fractional p1, though it is explicitly stated in the manual that the
fractional parts can be used to give additional tags to identify tied
notes). As you say, this would all have to be handled in the instrument
- unless the 'next-p' and 'prev-p' fields which I use for legato control
can be adapted to look for the next or previous pfields ~for a given p1~
rather than just the line in the score. Ideally, I would like a
mechanism for 'static' variables ~local~ to an instrument, which
supported multiple polyphonic instances of the instrument (what I call
'managing it's own polyphony'), perhaps up to some compiled limit.
Perhaps 'next-p' and 'prev-p' really need to be opcodes as well as score
directives. Either way, though, it is a bit of a hack, as you are having
to code explicitly for polyphony within an instrument. If the
instruments could be just a little more 'object-like', you could apply a
polyphonic legato score to ~any~ instrument, and get the expected
behaviour.

Something for the Csound Conference, perhasp?



Richard Dobson 



Kirsh Family wrote:
> 
> Lest anyone be frightened away from using negative p3 values, I just
> wanted to point out that the statement quoted below is not quite
> correct.  Or that at least it's open to some interpretation.  In fact,
> it is possible to have multiple instances (usually, but not necessarily,
> notes of different pitches) of the same instrument held simultaneously
> via negative p3 values.  This is accomplished by adding a decimal part
> to the instrument number.  E.g., to hold three copies of instrument 10
> in a simple chord:
> 
> i10.1    0    -1    7.00
> i10.2    0    -1    7.04
> i10.3    0    -1    7.07
> 
> Subsequent i-statements can refer to the same sounding note instances,
> and if the instrument definition is done properly, the new p-fields can
> be used to alter the character of the notes in progress.  For example,
> to bend the previous chord up an octave and release it:
> 
> i10.1    1    1    8.00
> i10.2    1    1    8.04
> i10.3    1    1    8.07
> 
> The instrument definition has to take this into account, however,
> especially if clicks are to be avoided.  To be fair, it's likely that
> Richard Dobson knows all this and just meant that the decimal instrument
> number notation couldn't be used in conjunction with real-time MIDI
> (which was the context of the discussion), in which case the instrument
> would be monophonic while a note was held, as he states.  (At least, I
> think that's right.)
> 
> David Kirsh
> 
> Richard Dobson wrote:
> >
> > A negative p3 does not only make the note hold indefinitely, it makes it
> > monophonic - ...

-- 
Test your DAW with my Soundcard Attrition Page!
http://wkweb5.cableinet.co.uk/rwd (LU: 6th July 1999)
CDP: http://www.bath.ac.uk/~masjpf/CDP/CDP.htm (LU: 14th June 1999)