stop: function (time, note, channel, pattern, kit) {
    this.layers.each(function (layer) {
      layer.stop(time, note, channel, pattern, kit, this);
    }.bind(this));
  }