<script>
  $(document).ready(function() {
    $("body").on("contextmenu", function(e) {
      return false;
    });
  });

</script>

 <?xml version="1.0" encoding="UTF-8"?>
<svg width="100%" height="100%" viewBox="0 0 15000 3000" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <title>07 JI Major Keyboard</title>
    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <rect id="Rectangle" fill="#000000" x="0" y="0" width="15000" height="3000"></rect>
        <g id="Background" transform="translate(1750.106781, 1000.106781)" fill="#F3722C" stroke="#F3722C" stroke-linejoin="round" stroke-width="75">
            <rect id="01/1" x="-37.5" y="-37.5" width="1075" height="1075" rx="50"></rect>
            <rect id="09/8" x="1462.5" y="-37.5" width="1075" height="1075" rx="50"></rect>
            <rect id="05/4" x="2962.5" y="-37.5" width="1075" height="1075" rx="50"></rect>
            <rect id="04/3" x="4462.5" y="-37.5" width="1075" height="1075" rx="50"></rect>
            <rect id="03/2" x="5962.5" y="-37.5" width="1075" height="1075" rx="50"></rect>
            <rect id="05/3" x="7462.5" y="-37.5" width="1075" height="1075" rx="50"></rect>
            <rect id="015/8" x="8962.5" y="-37.5" width="1075" height="1075" rx="50"></rect>
            <rect id="02/1" x="10462.5" y="-37.5" width="1075" height="1075" rx="50"></rect>
        </g>
        <g id="Text" transform="translate(1754.500000, 1013.000000)" fill="#FFFFFF" font-family="AvenirNext-Regular, Avenir Next" font-size="450" font-weight="normal">
            <text id="2/1-text">
                <tspan x="10655.75" y="650">2/1</tspan>
            </text>
            <text id="15/8-text">
                <tspan x="9025.75" y="650">15/8</tspan>
            </text>
            <text id="5/3-text">
                <tspan x="7655.75" y="650">5/3</tspan>
            </text>
            <text id="3/2-text">
                <tspan x="6155.75" y="650">3/2</tspan>
            </text>
            <text id="4/3-text">
                <tspan x="4655.75" y="650">4/3</tspan>
            </text>
            <text id="5/4-text">
                <tspan x="3155.75" y="650">5/4</tspan>
            </text>
            <text id="9/8-text">
                <tspan x="1655.75" y="650">9/8</tspan>
            </text>
            <text id="1/1-text">
                <tspan x="155.75" y="650">1/1</tspan>
            </text>
        </g>
        <g id="Keys" transform="translate(1750.106781, 1000.106781)" fill="#000000" fill-opacity="0">
<rect class=key id="1/1" x="-75" y="-75" width="1150" height="1150"></rect>
<rect class=key id="9/8" x="1425" y="-75" width="1150" height="1150"></rect>
<rect class=key id="5/4" x="2925" y="-75" width="1150" height="1150"></rect>
<rect class=key id="4/3" x="4425" y="-75" width="1150" height="1150"></rect>
<rect class=key id="3/2" x="5925" y="-75" width="1150" height="1150"></rect>
<rect class=key id="5/3" x="7425" y="-75" width="1150" height="1150"></rect>
<rect class=key id="15/8" x="8925" y="-75" width="1150" height="1150"></rect>
<rect class=key id="2/1" x="10425" y="-75" width="1150" height="1150"></rect>
        </g>
    </g>
</svg>
body {
  background-color: #000000;
  font-family: Avenir next;
  font-size: 100%;
  user-select: none;
  touch-action: none;
}

svg{
  display:block;
  position: absolute;
  z-index:0;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  touch-action: none;
  background-color: #000000;
}


/* Portrait orientation */
/*
@media screen and (orientation: portrait) {
button{
  display: block;
  position: absolute;
  background-color:#000000;
  font-family: avenir next;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  user-select: none;
  height: 7%;
  width: 17%;
  right: 2%;
  z-index: 3;
  font-size: 2vw
}
}
*/
/* Landscape orientation */
/*@media screen and (orientation: landscape) {*/
button{
  display: block;
  position: absolute;
  background-color:#000000;
  font-family: avenir next;
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  user-select: none;
  height: 10%;
  width: 15%;
  right: 2%;
  z-index: 3;
  font-size: 2.5vw
}
/*}*/

.ActiveButton {
  color: #000000;
  background-color: #577590;
  border-color: #577590;
}

.OtherButton {
  color: #577590;
  background-color: #000000;
  border-color: #577590;
}

#PureButton {
  top: 35%;
  left: 10%
}

#ReducedButton{
  top: 55%;
  left: 10%
}

#SelectorText{
  display: none;
  position: absolute;
  left: 5%;
  top: 8%;
  color: #ffffff;
  z-index: 5
}
// General

console.clear(); 

var elem = document.documentElement;


const baseFreq = 261.63
var root = baseFreq
var transpose=0
var voice = 0
var maxVoices = 4
var KeyArray = []
let index

//*** initialize tone.js synth ***

     // core synthesizer
const voice1 = new Tone.Synth({oscillator: {type:"triangle"},
  envelope: { attack : 0.05, decay : 3.50, sustain : 0, release : 3.5}, 
  volume: -6});

const voice2 = new Tone.Synth({oscillator: {type:"triangle"},
  envelope: { attack : 0.05, decay : 3.50, sustain : 0, release : 3.5}, 
  volume: -6});

const voice3 = new Tone.Synth({oscillator: {type:"triangle"},
  envelope: { attack : 0.05, decay : 3.50, sustain : 0, release : 3.5}, 
  volume: -6});

const voice4 = new Tone.Synth({oscillator: {type:"triangle"},
  envelope: { attack : 0.05, decay : 3.50, sustain : 0, release : 3.5}, 
  volume: -6});

const synth = [voice1, voice2, voice3, voice4]



const reverb = new Tone.Reverb({wet:0.5}).toDestination();

Tone.connect(voice1, reverb);
Tone.connect(voice2, reverb);
Tone.connect(voice3, reverb);
Tone.connect(voice4, reverb);


      
// Interaction mode

let isTouchDevice
var interaction = 'click'

if ((navigator.maxTouchPoints > 0) || (navigator.msMaxTouchPoints > 0)){isTouchDevice = true}
else {isTouchDevice = false}
    
if (isTouchDevice) {interaction = 'touchstart'}



// Make array of key elements by id

for(var i=0, n=document.getElementsByClassName("key"); i<n.length; i++) {
   KeyArray.push(n[i].id);
   };



// Trigger notes

//Tone.Transport.start()

function triggerNoteOnOff() {
  
  var index = math.eval(this.id)
 
synth[voice].triggerAttackRelease(root*index, "32n");
  
if (voice >= (maxVoices-1)){voice = 0}
else {voice ++}
 
  this.style.fillOpacity=0.5

  const key = this.id;

 function resetOpacity(key){
document.getElementById(key).style.fillOpacity=0}

  setTimeout(function(){resetOpacity(key)}, 200)
  
}
  
  for (const KeyValue of KeyArray) {
    document.getElementById(KeyValue).addEventListener(interaction, triggerNoteOnOff)
  }


const justKeyArray = {
"z": 1,
  "s": eval(16/15),
  "x": eval(9/8),
  "d": eval(6/5),
  "c": eval(5/4),
  "v": eval(4/3),
  "g": eval(45/32),
  "b": eval(3/2),
  "h": eval(8/5),
  "n": eval(5/3),
  "j": eval(16/9),
  "m": eval(15/8),
  ",": eval(2),
  "q": 1,
  "2": Math.pow(2, 1/12),
  "w": Math.pow(2, 2/12),
  "3": Math.pow(2, 3/12),
  "e": Math.pow(2, 4/12),
  "r": Math.pow(2, 5/12),
  "5": Math.pow(2, 6/12),
  "t": Math.pow(2, 7/12),
  "6": Math.pow(2, 8/12),
  "y": Math.pow(2, 9/12),
  "7": Math.pow(2, 10/12),
  "u": Math.pow(2, 11/12),
  "i": Math.pow(2, 1)
}




document.addEventListener('keypress', function () {
  console.log(justKeyArray[event.key]);
  if (justKeyArray[event.key] !== undefined){
  synth[voice].triggerAttackRelease(root*(justKeyArray[event.key]), "8n");
    if (voice >= (maxVoices-1)){voice = 0}
else {voice ++}
}})

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.