aboutsummaryrefslogtreecommitdiff
path: root/Plugins/sonogram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/sonogram.cpp')
-rw-r--r--Plugins/sonogram.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Plugins/sonogram.cpp b/Plugins/sonogram.cpp
index 821b94a..68c86fe 100644
--- a/Plugins/sonogram.cpp
+++ b/Plugins/sonogram.cpp
@@ -18,6 +18,8 @@
#define SONOMAXVAL 500
#define sonotype float
+INFO("helper for fs.sonogram")
+
int callcount=-1;
void perform_effect(_frame f, _args a)
@@ -80,3 +82,4 @@ void perform_effect(_frame f, _args a)
}
}
}
+