mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-18 07:00:03 -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
34
ld10k1/contrib/emu10k1MIDIEffects/Makefile.am
Normal file
34
ld10k1/contrib/emu10k1MIDIEffects/Makefile.am
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
EXTRA_DIST = \
|
||||
volBUS1.asm \
|
||||
3volBUS2.asm \
|
||||
emu_constants.asm \
|
||||
freberv.asm \
|
||||
gain_4.asm \
|
||||
michorusL.asm \
|
||||
michorusR.asm \
|
||||
volLR.asm \
|
||||
emu_constants.inc \
|
||||
fv-basstreble.inc \
|
||||
fv-controls.inc \
|
||||
fv-filters-reduced.inc \
|
||||
fv-filters.inc \
|
||||
fv-routes.inc \
|
||||
refl-big.inc \
|
||||
refl-default.inc \
|
||||
pontodo5
|
||||
|
||||
dist_effects_DATA = \
|
||||
3volBUS1.emu10k1 \
|
||||
3volBUS2.emu10k1 \
|
||||
freberv.emu10k1 \
|
||||
gain_4.emu10k1 \
|
||||
michorusL.emu10k1 \
|
||||
michorusR.emu10k1 \
|
||||
volLR.emu10k1
|
||||
|
||||
CLEANFILES = $(dist_effects_DATA)
|
||||
|
||||
SUFFIXEC = .asm .emu10k1
|
||||
|
||||
.asm.emu10k1:
|
||||
as10k1 -o $@ $<
|
||||
Loading…
Add table
Add a link
Reference in a new issue