public bool isMuted(int channel)
 {
     return(mseq.IsChannelMuted(channel));
 }