Class: Hindbaer::Plugin::Equalizer

Inherits:
Base
  • Object
show all
Defined in:
lib/hindbaer/plugin/equalizer.rb

Instance Method Summary collapse

Methods inherited from Base

#id, #initialize

Constructor Details

This class inherits a constructor from Hindbaer::Plugin::Base

Instance Method Details

#bypassObject



13
14
15
# File 'lib/hindbaer/plugin/equalizer.rb', line 13

def bypass
  @doc['Bypass']
end

#high_freq_freqObject



45
46
47
# File 'lib/hindbaer/plugin/equalizer.rb', line 45

def high_freq_freq
  @doc['HF_Freq']
end

#high_freq_gainObject



49
50
51
# File 'lib/hindbaer/plugin/equalizer.rb', line 49

def high_freq_gain
  @doc['HF_Gain']
end

#high_freq_qObject



53
54
55
# File 'lib/hindbaer/plugin/equalizer.rb', line 53

def high_freq_q
  @doc['HF_Q']
end

#high_freq_typeObject



57
58
59
# File 'lib/hindbaer/plugin/equalizer.rb', line 57

def high_freq_type
  @doc['HF_Type']
end

#low_freq_freqObject



17
18
19
# File 'lib/hindbaer/plugin/equalizer.rb', line 17

def low_freq_freq
  @doc['LF_Freq']
end

#low_freq_gainObject



21
22
23
# File 'lib/hindbaer/plugin/equalizer.rb', line 21

def low_freq_gain
  @doc['LF_Gain']      
end

#low_freq_qObject



25
26
27
# File 'lib/hindbaer/plugin/equalizer.rb', line 25

def low_freq_q
  @doc['LF_Q']
end

#low_freq_typeObject



29
30
31
# File 'lib/hindbaer/plugin/equalizer.rb', line 29

def low_freq_type
  @doc['LF_Type']
end

#mid_freq_freqObject



33
34
35
# File 'lib/hindbaer/plugin/equalizer.rb', line 33

def mid_freq_freq
  @doc['MF_Freq']
end

#mid_freq_gainObject



37
38
39
# File 'lib/hindbaer/plugin/equalizer.rb', line 37

def mid_freq_gain
  @doc['MF_Gain']
end

#mid_freq_qObject



41
42
43
# File 'lib/hindbaer/plugin/equalizer.rb', line 41

def mid_freq_q
  @doc['MF_Q']
end

#nameObject



9
10
11
# File 'lib/hindbaer/plugin/equalizer.rb', line 9

def name
  'Equalizer'
end

#uidObject



5
6
7
# File 'lib/hindbaer/plugin/equalizer.rb', line 5

def uid
  'nheq'
end