add new FX, binary threshold via otsu's method (issue #42)

This commit is contained in:
c0ntrol
2016-03-29 20:38:23 +02:00
parent c24292e23b
commit 46fd8bff60
7 changed files with 187 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
#define FX_LIMIT 1024
#define MAX_EFFECTS 165
#define MAX_EFFECTS 166
#define PARAM_WIDTH (1<<0x2)
#define PARAM_HEIGHT (1<<0x3)
#define PARAM_FADER (1<<0x1)