|
Atari coding BBS
Re: Little dspmod question |
Posted by: Sallafranque/Thadoss
|
Oct,03.2012-12:30
|
Hi,
My sounds are playing well, DSPMOD is really a great tool.
I've got a last question : my sound seems to loop forever at the end.
I've done it like this :
clr.l d0
move.l #322,d1
moveq.l #64,d2
clr.l d3
move.l #sound_begin,a0
move.l #sound_end,a1
move.l a1,a2
clr.l a3
move.l dspmod_buff,a6
jsr dspmod_fx(a6)
section data
sound_begin: incbin "SOUND.SPL"
sound_end: even
Is there something wrong here ?
Regards
Laurent
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
Little dspmod question
|
Sallafranque/Thadoss
|
Sep,30.2012-12:11
|
Re: Little dspmod question
|
ggn
|
Oct,01.2012-08:55
|
Re: Little dspmod question
|
evil
|
Oct,01.2012-16:18
|
Re: Little dspmod question
|
ggn
|
Oct,01.2012-21:43
|
Re: Little dspmod question
|
Sallafranque/Thadoss
|
Oct,02.2012-00:08
|
Re: Little dspmod question
|
Sallafranque/Thadoss
|
Oct,03.2012-12:30
|
Re: Little dspmod question
|
Sallafranque/Thadoss
|
Oct,03.2012-12:37
|
Re: Little dspmod question
|
ggn
|
Oct,03.2012-17:13
|
Re: Little dspmod question
|
Sallafranque/Thadoss
|
Oct,03.2012-18:03
|
Re: Little dspmod question
|
ggn
|
Oct,03.2012-22:22
|
Re: Little dspmod question
|
Sallafranque/Thadoss
|
Oct,03.2012-23:45
|
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|