Exemplo n.º 1
0
 private void songProperties_SongChannelsChanged(object sender, SongChannelsChangedEventArgs e)
 {
     this.currentSong.Channels = e.NewChannelCount;
     this.patEditor.UpdateChannels();
 }
Exemplo n.º 2
0
 private void songProperties_SongChannelsChanged(object sender, SongChannelsChangedEventArgs e)
 {
     this.currentSong.Channels = e.NewChannelCount;
     this.patEditor.UpdateChannels();
 }