Csound Csound-dev Csound-tekno Search About

[Csnd] changing the tuning fastly

Date2009-04-15 06:53
FromStefan Thomas
Subject[Csnd] changing the tuning fastly
Dear community,
for a students class I would like to demonstrate different tunings. I
would like to directly compare the sound of meantone, pythagorean or
whatever tuning. Off course I can make different csd-files with
different tunings, but I would like to ask, if there could be a
possibilitie to change the tuning with one key- or mouseclick or
something like that.
But maybee this desire is unaccomplishable.

Date2009-04-15 07:41
Fromvictor
Subject[Csnd] Re: changing the tuning fastly
yes, you could store your tunings in a f-table and then
use a table reader ('table') to look them up.

Victor
----- Original Message ----- 
From: "Stefan Thomas" 
To: 
Sent: Wednesday, April 15, 2009 6:53 AM
Subject: [Csnd] changing the tuning fastly


> Dear community,
> for a students class I would like to demonstrate different tunings. I
> would like to directly compare the sound of meantone, pythagorean or
> whatever tuning. Off course I can make different csd-files with
> different tunings, but I would like to ask, if there could be a
> possibilitie to change the tuning with one key- or mouseclick or
> something like that.
> But maybee this desire is unaccomplishable.
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
> csound" 


Date2009-04-15 15:05
FromTobiah
Subject[Csnd] Re: Re: changing the tuning fastly
victor wrote:
> yes, you could store your tunings in a f-table and then
> use a table reader ('table') to look them up.
> 

Then maybe look at the fltk widgets for your
mouse click.