C# Class BitOrchestra.SequencerConstantEvaluator

A sequencer evaluator for items that are constants.
Inheritance: Evaluator
Show file Open project: dzamkov/Bit-Orchestra

Public Properties

Property Type Description
Items Value[]
Parameter Evaluator

Public Methods

Method Description
Generate ( Int32 Start, Int32 Buffer ) : void
Invalidate ( ) : void
SequencerConstantEvaluator ( Int32 Items, Evaluator Parameter ) : System

Method Details

Generate() public method

public Generate ( Int32 Start, Int32 Buffer ) : void
Start System.Int32
Buffer System.Int32
return void

Invalidate() public method

public Invalidate ( ) : void
return void

SequencerConstantEvaluator() public method

public SequencerConstantEvaluator ( Int32 Items, Evaluator Parameter ) : System
Items System.Int32
Parameter Evaluator
return System

Property Details

Items public property

The items of the sequence.
public Value[] Items
return Value[]

Parameter public property

The evaluator for the parameter of the sequence.
public Evaluator,BitOrchestra Parameter
return Evaluator