Class: Hindbaer::Plugin::Equalizer
- Inherits:
-
Base
- Object
- Base
- Hindbaer::Plugin::Equalizer
show all
- Defined in:
- lib/hindbaer/plugin/equalizer.rb
Instance Method Summary
collapse
Methods inherited from Base
#id, #initialize
Instance Method Details
#bypass ⇒ Object
13
14
15
|
# File 'lib/hindbaer/plugin/equalizer.rb', line 13
def bypass
@doc['Bypass']
end
|
#high_freq_freq ⇒ Object
45
46
47
|
# File 'lib/hindbaer/plugin/equalizer.rb', line 45
def high_freq_freq
@doc['HF_Freq']
end
|
#high_freq_gain ⇒ Object
49
50
51
|
# File 'lib/hindbaer/plugin/equalizer.rb', line 49
def high_freq_gain
@doc['HF_Gain']
end
|
#high_freq_q ⇒ Object
53
54
55
|
# File 'lib/hindbaer/plugin/equalizer.rb', line 53
def high_freq_q
@doc['HF_Q']
end
|
#high_freq_type ⇒ Object
57
58
59
|
# File 'lib/hindbaer/plugin/equalizer.rb', line 57
def high_freq_type
@doc['HF_Type']
end
|
#low_freq_freq ⇒ Object
17
18
19
|
# File 'lib/hindbaer/plugin/equalizer.rb', line 17
def low_freq_freq
@doc['LF_Freq']
end
|
#low_freq_gain ⇒ Object
21
22
23
|
# File 'lib/hindbaer/plugin/equalizer.rb', line 21
def low_freq_gain
@doc['LF_Gain']
end
|
#low_freq_q ⇒ Object
25
26
27
|
# File 'lib/hindbaer/plugin/equalizer.rb', line 25
def low_freq_q
@doc['LF_Q']
end
|
#low_freq_type ⇒ Object
29
30
31
|
# File 'lib/hindbaer/plugin/equalizer.rb', line 29
def low_freq_type
@doc['LF_Type']
end
|
#mid_freq_freq ⇒ Object
33
34
35
|
# File 'lib/hindbaer/plugin/equalizer.rb', line 33
def mid_freq_freq
@doc['MF_Freq']
end
|
#mid_freq_gain ⇒ Object
37
38
39
|
# File 'lib/hindbaer/plugin/equalizer.rb', line 37
def mid_freq_gain
@doc['MF_Gain']
end
|
#mid_freq_q ⇒ Object
41
42
43
|
# File 'lib/hindbaer/plugin/equalizer.rb', line 41
def mid_freq_q
@doc['MF_Q']
end
|
#name ⇒ Object
9
10
11
|
# File 'lib/hindbaer/plugin/equalizer.rb', line 9
def name
'Equalizer'
end
|
#uid ⇒ Object
5
6
7
|
# File 'lib/hindbaer/plugin/equalizer.rb', line 5
def uid
'nheq'
end
|