From e2b2cf5e4beda4800c52f274fdae0ea5067f480a Mon Sep 17 00:00:00 2001 From: nucular Date: Mon, 26 May 2014 18:56:23 +0200 Subject: [PATCH] Moved issues to the GitHub tracker --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 9cb9b36..2223587 100644 --- a/README.md +++ b/README.md @@ -35,17 +35,3 @@ sound:randomize() local buffer = sound:generateString() device:play(buffer, #buffer) ``` - -Known Issues ------------- - -Issues marked with an exclamation mark should be prioritized to be fixed before -adding any more complicated features. These marked with a question mark either -are of less priority or it is unknown if they should be handled as a bug. - -- ! The sine wave sound distorts when played with a frequency lower than 0.33. -- ! The phaser offset has no audible effect, the phaser sweep however has. -- ! The Lowpass and Highpass filters sounds distorted. -- ! Changing is broken when the amount is < 0. -- Sometimes (sometimes!) the generator yields nil, which causes setSample to fail. -- ? Everything seems to be pitched slightly higher than at the original (floating point error?)