You are on page 1of 2

pc distances

chroma =
c(0,1,0.99997,0.989813,0.9635,0.849806,0.999235,0.850339,0.998977,0.989814,0.99376,
1)
roughness =
c(0.0101364,1,0.52349,0.27251,0.210967,0.121089,0.166323,0.0378017,0.120149,0.05594
33,0.0781751,0.118552)
tis_c =
c(0.281706,0.98315,0.865396,0.742054,0.809225,0.565644,0.949256,0.662774,0.759219,0
.736143,0.859671,1)
tis_pr =
c(0,0.999995,0.917801,0.834401,0.862908,0.699632,0.990595,0.699633,0.888391,0.83440
4,0.912944,1)
tis_combined =
c(0,0.983145,0.794261,0.619171,0.698287,0.395742,0.940329,0.463699,0.674483,0.61424
1,0.784831,1)

plot(chroma, col="red", type="o", ylim=c(0,1)))


points(roughness, col="green", type="o")
points(tis_c, col="blue", type="o")
points(tis_pr, col="black", type="o")
points(tis_combined, col="orange", type="o")

legend("right", legend=c("chroma","roughness","tis_C","tis_PR","tis_COMB"), col =


c("red","green","blue","black","orange"), lty=1)

diatonic set of chords AND C

chroma = c(0.540043,1,0.924635,0.611834,0.966748,0.678461,0.946827)roughness =
c(0.30298,0.48788,0.378914,0.23532,0.993542,0.475868,1)tis_c =
c(0.672027,0.837393,0.968158,0.599471,1,0.692345,0.976575)tis_pr =
c(0.5919,0.904934,0.924547,0.56714,1,0.687731,0.954883)tis_combined =
c(0.397773,0.757786,0.895107,0.339984,1,0.476148,0.932514)

plot(chroma, col="red", type="o", ylim=c(0,1))


points(roughness, col="green", type="o")
points(tis_c, col="blue", type="o")
points(tis_pr, col="black", type="o")
points(tis_combined, col="orange", type="o")

legend("bottomright", legend=c("chroma","roughness","tis_C","tis_PR","tis_COMB"),
col = c("red","green","blue","black","orange"), lty=1, pch=0)

all major chords / and C

chroma =
c(0,0.998466,0.9769,0.814628,0.799103,0.687348,0.722355,0.760715,0.814628,0.968782,
1)roughness =
c(0.352394,0.980934,0.791486,0.567728,0.548013,0.599318,0.704733,0.618825,0.628489,
0.843687,1)tis_c =
c(0.704626,0.909412,0.953379,0.877919,0.932787,0.704513,0.913598,0.761081,0.923171,
0.897007,1)tis_pr =
c(0,1,0.923263,0.786129,0.800378,0.682388,0.684139,0.793997,0.786132,0.922978,0.992
476)tis_combined =
c(0,0.916306,0.886893,0.69539,0.752242,0.484396,0.629767,0.608878,0.731236,0.834195
,1)

plot(chroma, col="red", type="o", pch=0, ylim=c(0,1))


points(roughness, col="green", type="o", pch=1)
points(tis_c, col="blue", type="o", pch=2)
points(tis_pr, col="black", type="o", pch=3)
points(tis_combined, col="orange", type="o", pch=4)

legend("bottomright", legend=c("chroma","roughness","tis_C","tis_PR","tis_COMB"),
col = c("red","green","blue","black","orange"), lty=1, pch=0)

You might also like