C# 클래스 Visualizer.TrackSelector

Interaction logic for TrackSelector.xaml
상속: MahApps.Metro.Controls.MetroWindow
파일 보기 프로젝트 열기: stefan-j/GeneticMIDI 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SelectedInstrument PatchNames
SelectedSequence GeneticMIDI.Representation.MelodySequence

공개 메소드들

메소드 설명
TrackSelector ( GeneticMIDI.Representation.Composition comp ) : System
generateSongPlotFull ( OxyPlot.PlotModel model, GeneticMIDI.Representation.PlaybackInfo info ) : void
listBoxItem_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
setupTrackPlot ( OxyPlot plot ) : void

비공개 메소드들

메소드 설명
AddTrackPlot ( GeneticMIDI.Representation.Track track ) : void
Button_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

TrackSelector() 공개 메소드

public TrackSelector ( GeneticMIDI.Representation.Composition comp ) : System
comp GeneticMIDI.Representation.Composition
리턴 System

generateSongPlotFull() 공개 메소드

public generateSongPlotFull ( OxyPlot.PlotModel model, GeneticMIDI.Representation.PlaybackInfo info ) : void
model OxyPlot.PlotModel
info GeneticMIDI.Representation.PlaybackInfo
리턴 void

listBoxItem_MouseDoubleClick() 공개 메소드

public listBoxItem_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
리턴 void

setupTrackPlot() 공개 메소드

public setupTrackPlot ( OxyPlot plot ) : void
plot OxyPlot
리턴 void

프로퍼티 상세

SelectedInstrument 공개적으로 프로퍼티

public PatchNames SelectedInstrument
리턴 PatchNames

SelectedSequence 공개적으로 프로퍼티

public MelodySequence,GeneticMIDI.Representation SelectedSequence
리턴 GeneticMIDI.Representation.MelodySequence