Class PatternComposerGUI
Contains all drawing and input processing for the pattern composer part of the music composer.
Inherited Members
Namespace: InsaneScatterbrain.RetroKit.Editor
Syntax
public class PatternComposerGUI : PartialEditorWindow<MusicComposerEditorWindow>
Constructors
PatternComposerGUI(MusicComposerEditorWindow)
Declaration
public PatternComposerGUI(MusicComposerEditorWindow parent)
Parameters
Type | Name | Description |
---|---|---|
MusicComposerEditorWindow | parent |
Methods
UpdateAndDraw(Song, Pattern)
Handles everything related to the pattern composer. Such as handling input and drawing required UI components.
Declaration
public void UpdateAndDraw(Song activeSong, Pattern activePattern)
Parameters
Type | Name | Description |
---|---|---|
Song | activeSong | The currently selected song. |
Pattern | activePattern | The currently selected pattern. |