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