back to list

New mean-tone scale generating page

🔗Robert Walker <robertwalker@...>

6/5/2003 11:30:45 AM

HI there,

I did a new version of my mean tone scale generation page - changes suggested by
Charles Lucy.

http://tunesmithy.netfirms.com/japplets/mean_tone_in_cents.htm

First of all - whenever you change the comma then the meantone scale updates instantly
- no need to press a button any more.

Also now you can edit any of the tempered or wolf fifths, thirds or minor thirds and
the meantone scale and all the other intervals will also update immediately to
reflect the change.

Note for web page developers:

I did it by processing keyup events
"javascript:onkeyup=whatever()">

and I just found a great site with demos of all the Javascript events on it:

http://www.xs4all.nl/~ppk/js/index.html

Thanks,

Robert

🔗Robert Walker <robertwalker@...>

6/5/2003 11:36:55 AM

Hi there,

Sorry about the word shift:

onkeyup="javascript:whatever()"

Thanks,

Robert