xen-calc

About

xen-calc is my attempt at a general purpose calculator/converter for microtonal music, inspired by (and intended to combine the features of) untwelve's interval calculator, the Harmonic Space Calculator, misotanni's FJS Calculators, and the "Interval Information" info boxes on the Xenharmonic wiki.

Under the hood, all calculations are done using my microtonal-utils javascript library. You can also find the latest version of this page's source code on Github.

If you find any bugs or want to request a feature, make an issue on Github! If you have a question or just want to share an idea, try out Github discussions.

To get started, check out some examples or browse the list of features below. Everything wrapped in a tan box (e.g. P5) is a possible input to xen-calc, and can be clicked on.

Features

This calculator can:

Tips

Here are a few useful tips:

  1. For accidentals, you can either click the 𝄫/♭/♮/♯/𝄪 buttons below the main input field to insert the chosen symbol at your current cursor position, or use their non-unicode counterparts: bb, b, nat, #, X.
  2. A4 is always interpreted as an augmented fourth interval, not the A note above middle C. To type the latter, use A♮4 or Anat4 (or in this case, just A works). The same goes for A3 vs. A♮3, etc.
  3. There are two types of expressions that this calculator understands: multiplicative expressions, which are written using *, /, ^ and can contain just intervals, and additive expressions, which are written using +, -, x and can contain cents values. At the moment these two types of expressions cannot be mixed. By using the "cents" function on just ratios and replacing every "*" with a "+", every "/" with a "-", and every "^" with a "x", every multiplicative expression can also be written additively. For example, 3/2 / (M2)^2 * P1^7 and cents(3/2) - 2 x M2 + P1^7 represent the same interval. (The "^7" does not change in this example because it is an FJS accidental, not exponentiation.) By replacing cents values with fractional powers of two with denominator 1200, i.e. replacing 250c with 2^(250/1200), and reversing all the replacements above, every additive expression can also be written multiplicatively.
  4. If all the parts of an additive expression are in the same EDO, you can avoid duplication by using parentheses, e.g. 2 x M3\22 + m2\22 - 2\22 and (2 x M3 + m2 - 2)\22 represent the same interval. You can also do the same for multiplicative expressions, so long as they do not contain any intervals in EDO step notation, e.g. (M3\22)^2 * m2\22 and ((M3)^2 * m2)\22 represent the same interval.
  5. You can exponentiate (^) or scale (x) by fractional values to equally divide intervals, e.g. 2^(1/12), P8 x 1/12, and 1\12 all represent the same interval. For multiplicative expressions, you can also use nth root notation, e.g. root12(2), sqrt(3/2).
  6. Certain intervals have FJS and Neutral FJS symbols which conflict. For example, M7^11,11 interpreted as an FJS symbol gives 264627/131072, but interpreted as a NFJS symbol gives 121/64. Such symbols are always interpreted as FJS symbols unless wrapped in "NFJS", as in NFJS(M7^11,11).

Examples

Here are a few examples of ways you can use this tool:

  1. Interval info: Entering 9/7 (the septimal major third) we get back that it its size is roughly 435 cents, we get that its FJS symbol is M3_7, we can confirm its English name, and we can listen to how it sounds. We get similar info for EDO step intervals (e.g. 2\5) and FJS symbols.

  2. Checking interval arithmetic:

    • We can confirm that a minor second plus a major third is a perfect fourth: m2 + M3.
    • We can also confirm things specific to 12-EDO, like the fact that two major thirds is a minor sixth: (2 x M3)\12. Note that without the "\12", we get the equally correct answer of an augmented fifth.
  3. Suppose we wanted to find just ratios for a neutral third. (The Wikipedia page for neutral third can tell us, but suppose we want to figure it out ourselves.) A neutral third is an interval roughly halfway between a major third and minor third, so I would start by typing in something like 1/2 x (M3 + m3)*. This will give us the interval "halfway between" M3 and m3 in the same way that 1/2 x (3 + 4) gives us the number halfway between 3 and 4.

    After entering that expression, the "Best Rational Approximations" section gives us our answers. The first result, 5/4, is definitely not a neutral third and is off by 35 cents, but the rest are all known neutral thirds, at least according to the Xenharmonic wiki. The simplest two of these, 11/9 and 16/13, are listed on Wikipedia. By default, these intervals are sorted by Tenney height, which is a measure of their harmonic complexity, but they can also be sorted by their cents difference, giving us a more complete list.

    * It is worth noting that we can also write this same expression multiplicatively as (M3 * m3)^(1/2), which is a hint for why the calculator says both expressions are equal to sqrt(3/2). Another thing to notice is that we also get the same expression if we replace the Pythagorean M3 and m3 with any pair of corresponding major and minor thirds, for example the septimal major third (9/7 or M3_7) and the septimal minor third (7/6 or m3^7), or the 12-EDO major third (M3\12) and the 12-EDO minor third (m3\12).

  4. The following is a quote from the fantastic Youtube video Analyzing The Saxophone Solo From Dolphin Shoals (at 8:34).

    Another example of stepping outside of the written harmony is at the climax of the solo, where Katsuta wails on this high G flat over the B flat sus and E flat major chords. It's actually not quite a G flat, it's kind of halfway between a G flat and a G natural. This kind of third that's halfway between a major third and a minor third is called a blue note after its extensive use in the blues genre.

    The Wikipedia page for blue note, seems to suggest that this blue "lowered third" ought to be around 6/5, or possibly somewhere in the neutral third range when slurred with 5/4.

    So what interval does Katsuta actually play? I used a spectrum analyzer (specifically Sonic Visualizer, but any will do) and found that this note starts at around 1500Hz, stays at 1513Hz for a good chunk of the middle, and ends at around 1520Hz. I also checked a couple of other notes and it seems like the piece is otherwise in standard tuning (A = 440Hz). To find what intervals these notes correspond to in the key of E flat, we need to take the ratio of these frequencies to an (equally-tempered) E flat. We can then either wrap the whole thing in "red()" to octave-reduce the interval, or just make sure to compare the note to an E flat in the right octave, in this case Eb6\12.

    • At the start, Katsuta plays roughly the interval 1500Hz / Eb6\12, which is not too far from 6/5.
    • By the end, and in certain peaks, he plays roughly the interval 1520Hz / Eb6\12, which is almost exactly 11/9, a neutral third.
    • But for most of the note, he plays roughly the interval 1513Hz / Eb6\12. If you type this in yourself, it might seem like this interval is not close to any nice ratio. This is because, by default, all the best rational approximations shown are in the 13-limit, meaning no prime factors greater than 13 are allowed. If you increase this prime limit from 13-limit to to 17-limit (as I did for the link above) one finds that this interval is almost exactly 17/14. This ratio is notable for being the mediant of 6/5 and 11/9, which, in this case, means it is the simplest just ratio which lies between the two.

      That being said, I have no idea if 17/14 is actually a simple enough interval to be played on a saxophone. Personally, I suspect its appearance here is a coincidence - perhaps just because it is quite close to sqrt(6/5 * 11/9), the halfway point between 6/5 and 11/9.

    So, I conclude that Katsuta's blue note is a slur between 6/5 and 11/9 which lingers mostly halfway between the two. I suspect others will come up with different answers or interpretations - so try the whole experiment yourself!

Privacy

This site keeps count of how many queries are made each day, how many queries of each type are made each day (e.g. queries which are monzos, queries which are in color notation, etc.), how many new page loads happen each day, and how many times each class of error is raised (e.g. "Parse Error", "Error", etc.). This is to get a sense of how much this tool is getting used and which parts of it are being used the most. At the moment, the different values of the javascript referrer property are also logged each day. This is to get a sense of where visitors are coming from.

Exact queries are never tracked or saved, nor will they ever be. No personal identifying information is tracked or saved, nor will any ever be. This site does not use cookies.

All the counts mentioned above can be viewed on the stats page.


Back to xen-calc · My website