Page 3 of 3

Re: Sample accurate Array shifting.

PostPosted: Thu Apr 18, 2019 1:01 pm
by trogluddite
You're welcome; just glad to hear that it works - and that my ASM hasn't got too rusty while I was away! :D

Re: Sample accurate Array shifting.

PostPosted: Thu Apr 18, 2019 5:39 pm
by lalalandsynth
I would love to understand the ASm and Dsp modules better , do you have any links or tips for me ?
I did not derive much knowledge from the manual and not sure where to start on the web ?

Re: Sample accurate Array shifting.

PostPosted: Thu Apr 18, 2019 7:06 pm
by trogluddite
Sadly, besides the official User Guide, there's very little. The old SynthMaker Wiki has a few additional tutorials (downloadable here - NB: very big zip file!), but not a huge amount. An awful lot was lost along with the SynthMaker forum, I think, including many of the best DSP/ASM 'gurus'.)

Before even thinking of ASM, definitely try to master DSP first. As well as being a whole lot easier to learn, DSP code translates directly into ASM, which you can access from a DSP primitive's 'C' output. Working in ASM often begins with making a prototype in DSP, and sometimes there isn't anything that could be optimised any further. ASM can do a few things that are impossible with DSP code, but you're best off learning the things that are equivalent to begin with.

Re: Sample accurate Array shifting.

PostPosted: Sun Apr 21, 2019 10:46 am
by lalalandsynth
Thanks Trog , downloaded.