mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:37:34 +00:00
![]() The squad is complete :^) You can find the equation for the triangle wave here: https://en.wikipedia.org/wiki/Triangle_wave We're using this one: |x mod 4 - 2| - 1 Modifications have been made to correct the frequency and phase: |(4x + 1) mod 4 - 2| - 1 The white noise is generated by calling rand() and dividing it by RAND_MAX to get a value from 0 to 1. Then it's adjusted to fit between -1 and 1. |
||
---|---|---|
.. | ||
main.cpp | ||
Makefile | ||
Music.h | ||
PianoWidget.cpp | ||
PianoWidget.h |