if (!this.mute) {
      this.layers.each(function (layer) {
        layer.start(time, note, channel, pattern, kit, this);
      }.bind(this));
    }