mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -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
15
ld10k1/setup/effects/vol_2.asm
Normal file
15
ld10k1/setup/effects/vol_2.asm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name "2-channel Vol"
|
||||
|
||||
Left control 0,0,100
|
||||
Right control 0,0,100
|
||||
|
||||
signal_l IO
|
||||
signal_r IO
|
||||
|
||||
macs signal_l,$40,signal_l,Left
|
||||
macs signal_r,$40,signal_r,Right
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue