total-serialism
Version:
A set of methods for the generation and transformation of number sequences useful in algorithmic composition
26 lines • 1.31 kB
JSON
{
"1nd" : ["3/2", 1.5, "dotted whole note"],
"1n" : ["1/1", 1, "whole note"],
"1nt" : ["2/3", 0.666666667, "whole note triplet"],
"2nd" : ["3/4", 0.75, "dotted half note"],
"2n" : ["1/2", 0.5, "half note"],
"2nt" : ["1/3", 0.333333333, "half note triplet"],
"4nd" : ["3/8", 0.375, "dotted quarter note"],
"4n" : ["1/4", 0.25, "quarter note"],
"4nt" : ["1/6", 0.166666667, "quarter note triplet"],
"8nd" : ["3/16", 0.1875, "dotted eighth note"],
"8n" : ["1/8", 0.125, "eighth note"],
"8nt" : ["1/12", 0.083333333, "eighth note triplet"],
"16nd" : ["3/32", 0.09375, "dotted sixteenth note"],
"16n" : ["1/16", 0.0625, "sixteenth note"],
"16nt" : ["1/24", 0.041666667, "sixteenth note triplet"],
"32nd" : ["3/64", 0.046875, "dotted thirty-second note"],
"32n" : ["1/32", 0.03125, "thirty-second note"],
"32nt" : ["1/48", 0.020833333, "thirty-second note triplet"],
"64nd" : ["3/128", 0.0234375, "dotted sixty-fourth note"],
"64n" : ["1/64", 0.015625, "sixty-fourth note"],
"64nt" : ["1/96", 0.010416667, "sixty-fourth note triplet"],
"128nd" : ["3/256", 0.01171875, "dotted one-hunderd-twenty-eighth note"],
"128n" : ["1/128", 0.0078125, "one-hundred-twenty-eighth note"],
"128nt" : ["1/192", 0.005208333, "one-hundred-twenty-eighth note triplet"]
}