Yes! Your recipe led to a good outcome. Dsyn is now making noise.
I was following the directions on https://www.monome.org/docs/aleph/dev/
“To build a module, run ‘make deploy’ in e.g. aleph/modules/lines. This produces lines.ldr, a blackfin executable, as well as lines.dsc, the parameter descriptor file. ‘make’ alone just builds the .ldr, which is fine if you aren’t making changes to the parameter descriptors.”
I was not running make clean, and not doing the same order. Also I was not aware of the .lab files.
Another question: After running the make commands I got three versions of the .ldr files. For example with dsyn:
dsyn.ldr
dsyn-0.0.2.ldr
dsyn-0.1.0.ldr
Which one should I be using? What are the differences? I would guess 0.1.0 is newer than 0.0.2, so then do I use 0.1.0 or just dsyn.ldr?