Beispiel #1
0
 public MicrophonePitchingEvent(IMicrophoneInputState state)
     : base(state)
 {
 }
Beispiel #2
0
 protected MicrophoneEvent(IMicrophoneInputState state)
     : base(state as InputState ?? throw new NotMicrophoneInputStateException())
 {
 }
Beispiel #3
0
 private bool microphoneSinging(IMicrophoneInputState state) => PropagateBlockableEvent(NonPositionalInputQueue, new MicrophonePitchingEvent(state));