Class: AudioStream::Fx::Tuner::Tune

Inherits:
Struct
  • Object
show all
Defined in:
lib/audio_stream/fx/tuner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#diffObject

Returns the value of attribute diff

Returns:

  • (Object)

    the current value of diff



5
6
7
# File 'lib/audio_stream/fx/tuner.rb', line 5

def diff
  @diff
end

#freqObject

Returns the value of attribute freq

Returns:

  • (Object)

    the current value of freq



5
6
7
# File 'lib/audio_stream/fx/tuner.rb', line 5

def freq
  @freq
end

#gainObject

Returns the value of attribute gain

Returns:

  • (Object)

    the current value of gain



5
6
7
# File 'lib/audio_stream/fx/tuner.rb', line 5

def gain
  @gain
end

#noteObject

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



5
6
7
# File 'lib/audio_stream/fx/tuner.rb', line 5

def note
  @note
end

#note_numObject

Returns the value of attribute note_num

Returns:

  • (Object)

    the current value of note_num



5
6
7
# File 'lib/audio_stream/fx/tuner.rb', line 5

def note_num
  @note_num
end

#octaveObject

Returns the value of attribute octave

Returns:

  • (Object)

    the current value of octave



5
6
7
# File 'lib/audio_stream/fx/tuner.rb', line 5

def octave
  @octave
end