|
Atari coding BBS
Re: DspMod volume question |
Posted by: Thadoss
|
Sep,13.2013-00:47
|
To complete my precedent post, I've tried the following, but the sound volume doesn't change :
; Set the new volume table to the player
movea.l dspmod_buff,a6
lea.l dspmod_samplesets+24(a6),a6
moveq.l #4-1,d0
.loop_set_mus: move.w d2,(a6)
lea.l 28(a6),a6
dbf d0,.loop_set_mus
moveq.l #4-1,d0
.loop_set_snd: move.w d3,(a6)
lea.l 28(a6),a6
dbf d0,.loop_set_snd
Any idea ?
Regards
Laurent
|
[All messages in this thread] [Start new thread]
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.
|