public interface AbstractEqualizer {
  AbstractLevel getChannel(int channel);
}
