summaryrefslogtreecommitdiff
path: root/songs/test.rumu
diff options
context:
space:
mode:
Diffstat (limited to 'songs/test.rumu')
-rw-r--r--songs/test.rumu10
1 files changed, 10 insertions, 0 deletions
diff --git a/songs/test.rumu b/songs/test.rumu
new file mode 100644
index 0000000..ed485f1
--- /dev/null
+++ b/songs/test.rumu
@@ -0,0 +1,10 @@
+; This is just a simple sine wave to test my fast fourier transform
+; algorithms.
+
+{
+ iv1 iisinus ib60
+
+ (o4 c1 d e f g a b > c < b a g f e d c) * 4
+
+
+} \ No newline at end of file