summaryrefslogtreecommitdiff
path: root/test/variable-resample.lsp
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@debian.org>2011-10-22 04:54:51 +0200
committerSteve M. Robbins <smr@debian.org>2011-10-22 04:54:51 +0200
commitdd657ad3f1428b026486db3ec36691df17ddf515 (patch)
tree6ffb465595479fb5a76c1a6ea3ec992abaa8c1c1 /test/variable-resample.lsp
Import nyquist_3.05.orig.tar.gz
[dgit import orig nyquist_3.05.orig.tar.gz]
Diffstat (limited to 'test/variable-resample.lsp')
-rw-r--r--test/variable-resample.lsp9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/variable-resample.lsp b/test/variable-resample.lsp
new file mode 100644
index 0000000..3dccf4c
--- /dev/null
+++ b/test/variable-resample.lsp
@@ -0,0 +1,9 @@
+;; variable resample test
+
+(set-sound-srate 200.0)
+
+(defun test ()
+ (sound-warp (pwl 10 10 10) (stretch 10 (hzosc 5)) 10.0))
+
+(play (test))
+