pschatzmann / arduino-stk

The Synthesis ToolKit in C++ (STK) Library for Arduino
Other
43 stars 3 forks source link

Some more broken links on the Building your own Instrument Wiki page #18

Closed Andy2No closed 3 months ago

Andy2No commented 3 months ago

On the "Building your own Instrument" Wiki page, there are some more broken links, in these two paragraphs:

The tick() can be created from Generators combined with some Effects and/or Filters.

the three links for Generators, Effects and Filters are broken.

To handle the noteOn and noteOff you could simply set the amplitude to 1.0, if it is on or 0.0, if it is off. It is better however to handle this dynamically with the help of some Envelope Generators: ADSR, Asymp, Envelope.

the three links at the end, for ADSR, Asymp, Envelope are broken.