From e954df3f896bd18494cd27d77b26bbb2005de8a7 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 24 Aug 2022 23:54:13 +0800 Subject: First commit Now the project is in a somewhat complete state, ready for future enhancements. --- songs/test.rumu | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 songs/test.rumu (limited to 'songs/test.rumu') 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 -- cgit v1.2.3-18-g5258