|
Atari coding BBS
Re: DspMod volume question |
Posted by: evil
|
Sep,13.2013-13:32
|
Hello.
I checked an old source of mine, and it looks like at ofs 70 is a pointer to the samplesets and not the samplesets themself.
Copy/paste from my source:
move.w #volume,d0 ;0-32767
move.l dspmod_buff,a1
move.l 70(a1),a1 ;70=dspmod_samplesets
move.w d0,24+28*0(a1)
move.w d0,24+28*1(a1)
move.w d0,24+28*2(a1)
move.w d0,24+28*3(a1)
move.w d0,24+28*4(a1)
move.w d0,24+28*5(a1)
move.w d0,24+28*6(a1)
move.w d0,24+28*7(a1)
Hope it helps.
--
Anders Eriksson
ae@dhs.nu
|
[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.
|