Fix whitespace.

FossilOrigin-Name: 5a440436f11f6675f563e00fcda46feafbb83ec461a7ce006ff331202b557faf
This commit is contained in:
Mahlon E. Smith 2023-05-12 06:45:38 +00:00
parent 7bc47cfc4d
commit e96f8d2f12

View file

@ -145,19 +145,19 @@ class Theremin
end end
# Delegate various methods directly to the underlying synth instance. # Delegate various methods directly to the underlying synth instance.
def_delegators :@synth, :gain, :glide, :load, :reverb, :chorus, :instrument def_delegators :@synth, :gain, :glide, :load, :reverb, :chorus, :instrument
# The names of the GPIO pins. # The names of the GPIO pins.
attr_reader :pins attr_reader :pins
# The Fluidsynth instance. # The Fluidsynth instance.
attr_reader :synth attr_reader :synth
# An IO to stream to espeak. # An IO to stream to espeak.
attr_reader :speech_io attr_reader :speech_io
# Is this Theremin currently running? # Is this Theremin currently running?
attr_reader :running attr_reader :running
### Start polling the GPIO for measurements. ### Start polling the GPIO for measurements.