|
> > Hi,
> > Sorry to use the list but I'm trying to reach Dave Perry creator of
> > VisOrc. Are you out there?
> > Ken Locarnini
>
> Ken,
>
> I'm here , I've also sent 2 mails to the
> Csound list in the last week. Both seem to have disappearead
> without trace?!? anyone know whats going on?
>
> dave
> Dave Perry
>
Sorry Csounders,
Dave your e-mail address is not working?????????
Ken
Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa00592;
12 Mar 98 10:57 GMT
Received: from mercury.bath.ac.uk by stork.maths.Bath.AC.UK id aa25246;
12 Mar 98 10:57 GMT
Received: (qmail 9900 invoked from network); 12 Mar 1998 10:57:33 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
by mercury.bath.ac.uk with SMTP; 12 Mar 1998 10:57:33 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (KAA22758); Thu, 12 Mar 1998 10:39:54 GMT
Received: from zeno by maths.ex.ac.uk; Thu, 12 Mar 98 10:39:36 GMT
From: james@maths.ex.ac.uk
Message-Id: <21876.199803121039@zeno.maths.exeter.ac.uk>
Subject: BOUNCE Csound: Non-member submission from [Josep M Comajuncosas ] (fwd)
To: csound@maths.ex.ac.uk
Date: Thu, 12 Mar 1998 10:39:29 +0000 (GMT)
Reply-To: gelida@intercom.es
X-Mailer: ELM [version 2.4 PL25]
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
>Some weeks ago I saw an orchestra from Hans Mikelson implementing wave
>terrain synthesis and I thing this approach could be also valid, based
>on wavetable synthesis and extending it to 3D surfaces by generating
>multiple slices of the surface and storing them in different tables,
>then indexing the stuff with interpolation in the orc code. I=B4ll put
>more examples in Boulanger=B4s book (well... in the CD...). The method is
>less flexible but faster. Look at the tables as they=B4re being generated
>!
>
>; ORC
>
>sr =3D 44100
>kr =3D 44100
>ksmps =3D 1
>
>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>instr 1; Surface generator
>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>p3 =3D .01
>gisize =3D 256;number and size of the tables
>gifn0 =3D 301
>krow init 0
>
>; fill isize tables of size isize to create the surface
>
>iafno ftgen 3, 0, gisize+1 , 9, 1, 1, 270
>loop:
>irow =3D i(krow)
>imult tablei irow, 3
>iftnum =3D gifn0+i(krow)
>iafno ftgen iftnum, 0, gisize+1 , 11, 30, 1, imult*1.15
>
>krow =3D krow + 1
>if krow >=3D gisize + 2 goto end
>reinit loop
>
>end:
>endin
>
>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>instr 2; Orbit & waveform generator
>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>
>inote =3D cpspch(p4)
>iamp =3D 10000
>ixcenter =3D p5
>iycenter =3D p6
>
>; set a spiral of kradius and center (p5,p6) to index the surface
>
>kamp linen 1, p3/3, p3, p3/3
>kradius oscil .3, .2, 2
>
>kx oscili kradius, inote*.999, 1; sine
>ky oscili kradius, inote*1.001, 2, 1/4; cosine
>
>ky =3D ky+(1-2*kradius)/2+ (iycenter-.5)
>
>; map the orbit through the surface
>; table indexes
>
>kfndown =3D int(ky*gisize) + gifn0
>kfnup =3D int(1+ky*gisize) + gifn0
>kndx =3D kx; normalized 0 to 1
>
>igoto end
>
>;table read
>
>azdown tableikt kndx,kfndown, 1, ixcenter, 1
>azup tableikt kndx,kfnup, 1, ixcenter, 1
>
>
>;linear interpolation
>
>ay upsamp frac(ky*gisize)
>
>az =3D (1-ay)*azdown + ay*azup
>
>;final output & endin
>out iamp*az*kamp
>
>end:
>endin
>
>;SCO
>
>f1 0 8193 10 1; a sine wave from -1 to 1 for table index
>f2 0 8193 19 1 1 0 1; a sine wave from 0 to 1 for table number
>i1 0 1
>s
>
>; As you cannot index tables outside the (normalized) range 0 to 1
>; and the max. radius of the orbit is .3 (see the orc)
>; DON=B4T set p6 (the y coordinate) bigger than .7 or smaller than .3 !
>; With the x there=B4s not this problem as
>; the tableikt opcode is set to wrap mode
>; (which is consistent with the periodic nature of GEN11)
>i2 0 2 5.07 .5 .5
>i2 2 4 6.01 .5 .5
>f0 2
>s
>i2 0 25 6.00 .5 .5
>i2 1.5 25 5.00 .45 .48
>i2 2.4 25 6.00 .63 .6
>i2 3.3 25 5.00 .21 .59
>i2 4.8 25 6.00 .12 .64
>i2 5 25 6.00 .94 .4
>
>e
>
>
>
>
>
Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa00598;
12 Mar 98 10:58 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa25299;
12 Mar 98 10:58 GMT
Received: (qmail 13425 invoked from network); 12 Mar 1998 10:59:21 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
by pat.bath.ac.uk with SMTP; 12 Mar 1998 10:59:21 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (KAA15453); Thu, 12 Mar 1998 10:49:36 GMT
Received: from zeno by maths.ex.ac.uk; Thu, 12 Mar 98 10:49:18 GMT
From: james@maths.ex.ac.uk
Message-Id: <21988.199803121049@zeno.maths.exeter.ac.uk>
Subject: Re: Problem with midi2cs and other midi questions
To: csound@maths.ex.ac.uk
Date: Thu, 12 Mar 1998 10:49:12 +0000 (GMT)
Reply-To: dave@dingy.demon.co.uk
X-Mailer: ELM [version 2.4 PL25]
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
> Yes Csound is not yet midi-intuitive. I am using alot of algorithmic
> composition software at the moment as well as Cakewalk Pro Audio as my
> master container and manipulator. I am endevoring to create midi
> controlled virtual synths in Csound so that the score would almost be a
> non-issue, except for the minimal f-statement.
> In Cake, there is now a feature called studioware, where one can build
> virtual control panels for any piece of equipment so I plan on building
> panels to control and program these synths in real-time. They also let you
> save the parameters of these panels so in effect you could save presets
> like on a real sysnth. Then you could call up a work file and there would
> be your synths and saved sounds. Wish me luck. I will post my work as I
> progress. It would also help the non-score midi type people in the Csound
> community to get into Csound without a huge learning curve.
> Ken Locarnini
>
I've been listening with interest to the threads regarding real-time
control and the problem of intuition while working with CSound and
we seem to be thinking along the same lines. I would like to see
CSound become far more intuitive, hence Visual Orchestra, but I
have experimented over the last few days with MIDI control of
parameters using CSound command MIDICTRL. It seems to me that a
virtual MIDI synth interface is what is needed, I've not seen
Cakewalks studioware feature but I suppose it to be similar to
Cubase's realtime MIDI controllers, OK but not ideally suited to
CSound control.
What about a MIDI controller designer (This could
be incorporated into VisOrc or be run seperately) where the user can
design and save sets of buttons and sliders with assignable MIDI
functions? I'd make a start but CSound crashes with even the
simplest MIDI control messages.
Dave Perry
Dave Perry
--
James Andrews, maths CDO, ext.3977
Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa00615;
12 Mar 98 11:00 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa25559;
12 Mar 98 11:00 GMT
Received: (qmail 13557 invoked from network); 12 Mar 1998 11:00:06 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
by pat.bath.ac.uk with SMTP; 12 Mar 1998 11:00:06 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (KAA07836); Thu, 12 Mar 1998 10:48:05 GMT
Received: from zeno by maths.ex.ac.uk; Thu, 12 Mar 98 10:47:40 GMT
From: james@maths.ex.ac.uk
Message-Id: <21973.199803121047@zeno.maths.exeter.ac.uk>
Subject: how to join IRCAM???
To: csound@maths.ex.ac.uk
Date: Thu, 12 Mar 1998 10:47:34 +0000 (GMT)
Reply-To: spore@psibercom.org
X-Mailer: ELM [version 2.4 PL25]
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
>Sorry for the kinda off-topic post, but I was sifting through the IRCAM
>Software pages looking at all the cool applications (e.g. Diphone) when it
>slowly dawned on me...it doesn't look like you can actually just download
>these apps. :)
>
>How does one obtain their software? Is there a membership required to one
>of their forums? Is anyone on this list a member? What are the
>qualifications/fees?
Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa01244;
12 Mar 98 11:37 GMT
Received: from mercury.bath.ac.uk by stork.maths.Bath.AC.UK id aa28969;
12 Mar 98 11:37 GMT
Received: (qmail 10129 invoked from network); 12 Mar 1998 11:38:02 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
by mercury.bath.ac.uk with SMTP; 12 Mar 1998 11:38:02 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (LAA09278); Thu, 12 Mar 1998 11:24:52 GMT
Received: from hermes.ex.ac.uk by maths.ex.ac.uk; Thu, 12 Mar 98 11:24:33 GMT
Received: from jaguars-int.cableinet.net [193.38.113.9] by hermes via SMTP (LAA01175); Thu, 12 Mar 1998 11:24:26 GMT
Received: (qmail 12653 invoked from network); 12 Mar 1998 11:21:03 -0000
Received: from unknown (HELO cableinet.co.uk) (194.117.146.166)
by jaguars with SMTP; 12 Mar 1998 11:21:03 -0000
Message-Id: <3507C2DB.28E47A66@cableinet.co.uk>
Date: Thu, 12 Mar 1998 11:11:23 +0000
From: Richard Dobson
Reply-To: RWD@cableinet.co.uk
Organization: Composers Desktop Project
X-Mailer: Mozilla 4.04 [en] (Win95; I)
Mime-Version: 1.0
To: Csound
Subject: Re: Winsound v3.476 bug?
References: <19980309023620.28210.rocketmail@send1b.yahoomail.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
This bug has arisen through incomplete communication from myself to John
Fitch, regarding Microsoft-specific symbol definitions for the open()
function.Unless an additional parameter is used, in addition to all the
usual ones, a file is created read-only.
For those with the sources, and the means to compile them, a change must be
made in filopen.c, in the section where the #defines for the fcntl options
are made:
replace the lines:
...
#if defined(__MWERKS) || defined(SYMANTEC) || defined(_WIN32)
#define RD_OPTS O_RDONLY | O_BINARY
#define WR_OPTS O_TRUNC | O_CREAT | O_WRONLY | O_BINARY
#elif defined DOSGCC
....
with:
#if defined(__MWERKS) || defined(SYMANTEC)
#define RD_OPTS O_RDONLY | O_BINARY
#define WR_OPTS O_TRUNC | O_CREAT | O_WRONLY | O_BINARY
#elif defined _WIN32
#define RD_OPTS O_RDONLY | O_BINARY
#define WR_OPTS O_TRUNC | O_CREAT | O_WRONLY | O_BINARY,_S_IWRITE
#elif defined DOSGCC
...
and normal service will instantly be restored.
I think John is planning a further update shortly. In the meantime, the
fairly painless hack within a DOS box use to use the ATTRIB command:
attrib -r myfile.wav
Richard Dobson
Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa01440;
12 Mar 98 11:50 GMT
Received: from mercury.bath.ac.uk by stork.maths.Bath.AC.UK id aa29883;
12 Mar 98 11:50 GMT
Received: (qmail 10201 invoked from network); 12 Mar 1998 11:51:01 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
by mercury.bath.ac.uk with SMTP; 12 Mar 1998 11:51:01 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (LAA19615); Thu, 12 Mar 1998 11:34:22 GMT
Received: from hermes.ex.ac.uk by maths.ex.ac.uk; Thu, 12 Mar 98 11:33:55 GMT
Received: from root@arcadia-gw.arcadia.spb.ru [194.105.207.82] by hermes via ESMTP (LAA03370); Thu, 12 Mar 1998 11:33:39 GMT
Received: (from root@localhost)
by muffin.arcadia.spb.ru (8.8.8/8.8.6) id OAA18523
for csound@noether.ex.ac.uk.smtp; Thu, 12 Mar 1998 14:35:54 +0300 (MSK)
Received: from alt.arcadia.intranet (dhcp21.arcadia.intranet [172.16.16.21])
by muffin.arcadia.spb.ru (8.8.8/8.8.6) with SMTP id OAA18493
for ; Thu, 12 Mar 1998 14:35:53 +0300 (MSK)
Date: Thu, 12 Mar 1998 14:35:53 +0300 (MSK)
Message-Id: <199803121135.OAA18493@muffin.arcadia.spb.ru>
From: Alexey Tikhonov
To: csound
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Mailer: RSVP Mail V1.0 (R24a)
Subject: Re: Problem with midi2cs and other midi questions
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
>I've been listening with interest to the threads regarding real-time
>control and the problem of intuition while working with CSound and
>we seem to be thinking along the same lines. I would like to see
>CSound become far more intuitive, hence Visual Orchestra, but I
>have experimented over the last few days with MIDI control of
>parameters using CSound command MIDICTRL. It seems to me that a
>virtual MIDI synth interface is what is needed, I've not seen
>Cakewalks studioware feature but I suppose it to be similar to
>Cubase's realtime MIDI controllers, OK but not ideally suited to
>CSound control.
>
> What about a MIDI controller designer (This could
>be incorporated into VisOrc or be run seperately) where the user can
>design and save sets of buttons and sliders with assignable MIDI
>functions? I'd make a start but CSound crashes with even the
>simplest MIDI control messages.
I think you have almost precisely described Cakewalk studioware features
mensioned above. Cubase has probably even more powerful mixermap feature -
not just realtime midi controller, but customizable set of control elements
to send continous midi messages.
---------------
Alexey Tikhonov
Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa02069;
12 Mar 98 12:28 GMT
Received: from mercury.bath.ac.uk by stork.maths.Bath.AC.UK id aa02886;
12 Mar 98 12:28 GMT
Received: (qmail 10418 invoked from network); 12 Mar 1998 12:29:16 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
by mercury.bath.ac.uk with SMTP; 12 Mar 1998 12:29:16 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (MAA15277); Thu, 12 Mar 1998 12:07:41 GMT
Received: from hermes.ex.ac.uk by maths.ex.ac.uk; Thu, 12 Mar 98 12:07:22 GMT
Received: from newton1.bathspa.ac.uk [194.81.80.17] by hermes via ESMTP (MAA18871); Thu, 12 Mar 1998 12:07:16 GMT
Received: from bathspa.ac.uk ([194.81.81.98]) by newton1.bathspa.ac.uk
(Netscape Messaging Server 3.01) with ESMTP id 140;
Thu, 12 Mar 1998 12:07:53 +0000
Message-Id: <35083FED.5524A296@bathspa.ac.uk>
Date: Thu, 12 Mar 1998 12:05:02 -0800
From: Derek Pierce
X-Mailer: Mozilla 4.03 [en] (Win16; I)
Mime-Version: 1.0
To: spore@psibercom.org
Cc: csound@maths.ex.ac.uk
Subject: Re: how to join IRCAM???
References: <21973.199803121047@zeno.maths.exeter.ac.uk>
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 MAA18871
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
Hi
To join IRCAM forums in oder to use the software one has to register wit=
h the
various groups,ie Algorithmic composition, signal processing, and real ti=
me.
The cost is approx =A3350- 00 for three groups I believe, theiir is also =
a
University price as well . You need to contact IRCAM and they will send =
you a
form .I hope this is of some use.
derek
james@maths.ex.ac.uk wrote:
> >Sorry for the kinda off-topic post, but I was sifting through the IRCA=
M
> >Software pages looking at all the cool applications (e.g. Diphone) whe=
n it
> >slowly dawned on me...it doesn't look like you can actually just downl=
oad
> >these apps. :)
> >
> >How does one obtain their software? Is there a membership required to=
one
> >of their forums? Is anyone on this list a member? What are the
> >qualifications/fees?
|