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