X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Faustine.git/blobdiff_plain/06159b51a934937f647ec7119b47cb466d8e50b1..14bec4f1c7b97b6415f2816df7fd0d1ba9c95cf1:/dsp_files/sin.dsp

diff --git a/dsp_files/sin.dsp b/dsp_files/sin.dsp
index 16982a6..b1650f2 100644
--- a/dsp_files/sin.dsp
+++ b/dsp_files/sin.dsp
@@ -15,4 +15,5 @@ osc(freq) = phase(freq) : rdtable(tablesize, sinwavform);
 vol = 1;
 freq = 1000;
 
-process = osc(freq) * vol;
\ No newline at end of file
+process = osc(freq) * vol;
+//process = freq / samplingfreq : @(1): ( + : decimal) ~ _ : * (tablesize) : int ;