summaryrefslogtreecommitdiffstats
path: root/src/osc_tri.c
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2023-08-31 01:06:56 +0300
committergramanas <anastasis.gramm2@gmail.com>2023-08-31 01:07:16 +0300
commit0ea48752390228224e7f25575b096efc0aacd70b (patch)
tree62756ecadab1459dc02fa19e42c3cbe81deb63e2 /src/osc_tri.c
parent42479d2ed8fcbad5fb3ffb52553dad05a329590f (diff)
downloadsynth-project-0ea48752390228224e7f25575b096efc0aacd70b.tar.gz
synth-project-0ea48752390228224e7f25575b096efc0aacd70b.tar.bz2
synth-project-0ea48752390228224e7f25575b096efc0aacd70b.zip
Lets work on generators
Diffstat (limited to 'src/osc_tri.c')
-rw-r--r--src/osc_tri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osc_tri.c b/src/osc_tri.c
index 8d2ef82..8dd3d41 100644
--- a/src/osc_tri.c
+++ b/src/osc_tri.c
@@ -7,7 +7,7 @@ osc_t OSC_tri = {
.len = 2,
};
-float
+static float
tri(int index)
{
if (index == 0) return -1.0f;