summaryrefslogtreecommitdiff
path: root/songs/test.rumu
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-08-24 23:54:13 +0800
committerJSDurand <mmemmew@gmail.com>2022-08-24 23:54:13 +0800
commite954df3f896bd18494cd27d77b26bbb2005de8a7 (patch)
tree7c81b759e41665ffd3fcd77f2f1036b59c03bc79 /songs/test.rumu
First commit
Now the project is in a somewhat complete state, ready for future enhancements.
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