mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-06 13:29:58 -05:00
Add ld10k1 tool
Added ld10k1 tool by Peter Zubaj.
This commit is contained in:
parent
37104ebf62
commit
2df1aa7c20
98 changed files with 19970 additions and 1 deletions
23
ld10k1/setup/effects/vol_master.asm
Normal file
23
ld10k1/setup/effects/vol_master.asm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
name "Master Vol"
|
||||
|
||||
VolM control 0,0,100
|
||||
;VolM control 100,0,#1
|
||||
|
||||
left IO
|
||||
right IO
|
||||
rleft IO
|
||||
rright IO
|
||||
center IO
|
||||
lfe IO
|
||||
|
||||
macs left.o,$40,left,VolM
|
||||
macs right.o,$40,right,VolM
|
||||
macs rleft.o,$40,rleft,VolM
|
||||
macs rright.o,$40,rright,VolM
|
||||
macs center.o,$40,center,VolM
|
||||
macs lfe.o,$40,lfe,VolM
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue