Fix whitespace.
FossilOrigin-Name: 5a440436f11f6675f563e00fcda46feafbb83ec461a7ce006ff331202b557faf
This commit is contained in:
parent
7bc47cfc4d
commit
e96f8d2f12
1 changed files with 4 additions and 4 deletions
|
|
@ -145,19 +145,19 @@ class Theremin
|
|||
end
|
||||
|
||||
# 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.
|
||||
attr_reader :pins
|
||||
|
||||
# The Fluidsynth instance.
|
||||
attr_reader :synth
|
||||
attr_reader :synth
|
||||
|
||||
# An IO to stream to espeak.
|
||||
attr_reader :speech_io
|
||||
attr_reader :speech_io
|
||||
|
||||
# Is this Theremin currently running?
|
||||
attr_reader :running
|
||||
attr_reader :running
|
||||
|
||||
|
||||
### Start polling the GPIO for measurements.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue