--cięcie--
  let synth = new Tone.Synth({
    oscillator: { type: "square" },
    envelope: { attack: 0.8, decay: 0.3, sustain: 0.8, release: 1 },
    volume: -6 
  }).toDestination();
--cięcie--
