forsynth
forsynth copied to clipboard
A small Fortran synthesizer to explore sound synthesis, sound effects, electronic music, algorithmic music, etc. Humbly follow the steps of Stockhausen, Kraftwerk and the Daft Punk!
Results
1
forsynth issues
Sort by
recently updated
recently updated
newest added
Some procedures in Forsynth use the parameter SEMITONE defined by: ```fortran real(dp), parameter :: SEMITONE = 2.0_dp**(1.0_dp/12.0_dp) ``` It mean it implicitly uses the equal temperament: https://en.wikipedia.org/wiki/Equal_temperament But we could...
idea