it('should play the keysound', function () {
      waveFactory.playNote(k('0z'), 0.1)
      expect(sample.play).to.have.been.calledWith(0.1)
    })