mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-01 22:58:48 -04: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
18
ld10k1/contrib/emu10k1MIDIEffects/3volBUS2.asm
Normal file
18
ld10k1/contrib/emu10k1MIDIEffects/3volBUS2.asm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name "volBUS2"
|
||||
|
||||
|
||||
include "emu_constants.asm"
|
||||
;volBUS2 control #1,0,#1
|
||||
|
||||
|
||||
inl IO
|
||||
inr IO
|
||||
in3 IO
|
||||
out equ inl
|
||||
|
||||
|
||||
acc3 out,inl,inr,in3
|
||||
|
||||
end
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue