summaryrefslogtreecommitdiff
path: root/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'model.py')
-rw-r--r--model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.py b/model.py
index 5f20075..c84a3e5 100644
--- a/model.py
+++ b/model.py
@@ -350,7 +350,7 @@ class PrimedGenerator(Runner):
x[:, i] = int((math.sin(i/44100 * primer_freq) + 1) / 2 * (q_width) + q_min)
return x
- def _saw(x):
+ def _spike(x):
primer_width = int(n_samples / 2)
for i in range(n_samples):
# x[:, i] = #int((math.sin(i/44100 * primer_freq) + 1) / 2 * (q_width) + q_min)