Exemplo n.º 1
0
 public override void ApplyToState(ref PlayingState playingState)
 {
     playingState.Expression = Expression;
 }
Exemplo n.º 2
0
 public abstract void ApplyToState(ref PlayingState playingState);
Exemplo n.º 3
0
 public override void ApplyToState(ref PlayingState playingState)
 {
     playingState.Volume = Volume;
 }
Exemplo n.º 4
0
 public override void ApplyToState(ref PlayingState playingState)
 {
     playingState.PitchBend = PitchValue;
 }