From: PHO Date: Sat, 1 Jan 2011 14:12:06 +0000 (+0900) Subject: code cleanup X-Git-Tag: RELEASE-0.1~9 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=EsounD.git;a=commitdiff_plain;h=e8ea338a1b550c6c91726f1d30ad3416d73ec6af code cleanup --- diff --git a/examples/EsdPlayerExample.hs b/examples/EsdPlayerExample.hs index 126e1fe..cddc9eb 100644 --- a/examples/EsdPlayerExample.hs +++ b/examples/EsdPlayerExample.hs @@ -46,4 +46,4 @@ playMono16Sine pl sampleFreq sec noteFreq 2 ⋅ π ⋅ noteFreq - ⋅ (realToFrac n / realToFrac sampleFreq) + ⋅ (realToFrac n ÷ realToFrac sampleFreq)