xenharmonic-devs / scale-workshop

Design and visualize microtonal scales and play them in your web browser. Export your scales for use with VST instruments. Convert Scala files to various tuning formats.
MIT License
73 stars 10 forks source link

Add Weil height #675

Closed inthar-raven closed 2 months ago

frostburn commented 2 months ago

Is it this?

riff weilHeight(x) {
  return avg(x tenneyHeight, x labs log);
}