Class TrackGUI
Contains everything related to drawing and processing input for the tracks of the active song.
Inheritance
System.Object
TrackGUI
Syntax
public class TrackGUI : PartialEditorWindow<MusicComposerEditorWindow>
Constructors
TrackGUI(MusicComposerEditorWindow)
Declaration
public TrackGUI(MusicComposerEditorWindow parent)
Parameters
Properties
PlayingTrack
Declaration
public Track PlayingTrack { get; }
Property Value
Methods
UpdateAndDraw(Song, Pattern, Single)
Declaration
public void UpdateAndDraw(Song activeSong, Pattern activePattern, float windowWidth)
Parameters
Type |
Name |
Description |
Song |
activeSong |
|
Pattern |
activePattern |
|
System.Single |
windowWidth |
|