C# Class VixenModules.SequenceType.Vixen2x.Vixen2xSequenceImporterForm

Afficher le fichier Open project: sall/vixen-modules Class Usage Examples

Méthodes publiques

Méthode Description
ProcessFile ( string Vixen2File ) : bool
Vixen2xSequenceImporterForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
GeneratePulseEffect ( int eventStartValue, int eventEndValue, int startEvent, int endEvent, ElementNode targetNode ) : EffectNode
GenerateSetLevelEffect ( int eventValue, int startEvent, int endEvent, ElementNode targetNode ) : EffectNode
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

addEvent ( patternType pattern, int chan, int startPos, int startValue, int endPos, int endValue ) : void
createTimedSequence ( ) : void
getY ( int value ) : double
importSequenceData ( List mappings ) : void
initializeProgressBar ( ) : void
markEventsProcessed ( int StartEvent, int EndEvent ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ProcessFile() public méthode

public ProcessFile ( string Vixen2File ) : bool
Vixen2File string
Résultat bool

Vixen2xSequenceImporterForm() public méthode

public Vixen2xSequenceImporterForm ( ) : System
Résultat System