Class: AudioStream::Fx::Tuner::Tune
- Inherits:
-
Struct
- Object
- Struct
- AudioStream::Fx::Tuner::Tune
- Defined in:
- lib/audio_stream/fx/tuner.rb
Instance Attribute Summary collapse
-
#diff ⇒ Object
Returns the value of attribute diff.
-
#freq ⇒ Object
Returns the value of attribute freq.
-
#gain ⇒ Object
Returns the value of attribute gain.
-
#note ⇒ Object
Returns the value of attribute note.
-
#note_num ⇒ Object
Returns the value of attribute note_num.
-
#octave ⇒ Object
Returns the value of attribute octave.
Instance Attribute Details
#diff ⇒ Object
Returns the value of attribute diff
5 6 7 |
# File 'lib/audio_stream/fx/tuner.rb', line 5 def diff @diff end |
#freq ⇒ Object
Returns the value of attribute freq
5 6 7 |
# File 'lib/audio_stream/fx/tuner.rb', line 5 def freq @freq end |
#gain ⇒ Object
Returns the value of attribute gain
5 6 7 |
# File 'lib/audio_stream/fx/tuner.rb', line 5 def gain @gain end |
#note ⇒ Object
Returns the value of attribute note
5 6 7 |
# File 'lib/audio_stream/fx/tuner.rb', line 5 def note @note end |
#note_num ⇒ Object
Returns the value of attribute note_num
5 6 7 |
# File 'lib/audio_stream/fx/tuner.rb', line 5 def note_num @note_num end |
#octave ⇒ Object
Returns the value of attribute octave
5 6 7 |
# File 'lib/audio_stream/fx/tuner.rb', line 5 def octave @octave end |