mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-03 09:01:51 -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
16
ld10k1/contrib/emu10k1MIDIEffects/volLR.asm
Normal file
16
ld10k1/contrib/emu10k1MIDIEffects/volLR.asm
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name "volLR"
|
||||
|
||||
|
||||
include "emu_constants.asm"
|
||||
volLR control #1,0,#1
|
||||
|
||||
inl IO
|
||||
inr IO
|
||||
outl equ inl
|
||||
outr equ inr
|
||||
|
||||
macs outl,inl.o,inl,volLR
|
||||
macs outr,inr.o,inr,volLR
|
||||
end
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue