Can anyone throw any light on this? I get a "No" answer when I tried to open the post in its new location, access denied etc.
pert
January 1, 2025, 11:32am
3
It is here:
Here is a sketch I have cobbled together to create a "Hammond" sound synthesiser using an Arduino UNO.
It uses MIDI signals and an MCP4921 DAC to pick up the syntheised sound via SPI on a "shield". (I didn't know what a "shield" was until recently, but its a piggy-back PCB that picks up the Arduino pins and contains electronics as required for the project):
/* --------------------------------------------------
Hammond organ set to 636554078
-----------------------------------------------…
There have been several changes in the format of the forum's URLs over time. The website maintainers set up a redirect for some of the formats, but not for other formats, so any links using URLs with the non-redirected formats are broken.
General purpose instructions for manually translating links from the broken format to the modern format URLs are here:
Hi @DaveX . I have fixed the broken link in that post.
In case anyone is interested in how to translate links that are broken due to using URLs with this old old format, I'll provide instructions:
The format used by these URLs is:
http://arduino.cc/forum/index.php/topic,<old topic ID>.<old post #>.html
We might expect that we can do a simple manual translation, for example:
Old URL:
http://arduino.cc/forum/index.php/topic,85335.45.html
New URL:
http://forum.arduino.cc/t/85335/45
But unfo…