projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Install, Readme and Changes files updated. Documentation removed.
[Faustine.git]
/
dsp_files
/
sin.dsp
diff --git
a/dsp_files/sin.dsp
b/dsp_files/sin.dsp
index
16982a6
..
b1650f2
100644
(file)
--- 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 ;