diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2023-12-12 12:07:59 +0200 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2023-12-12 12:07:59 +0200 |
commit | 04b3dbe0a339c42d7b2085bcd6149e9277d699a1 (patch) | |
tree | 9d350791389d1d36a285e4a9a53e55fc33cdf4eb /src/osc_sin.c | |
parent | 89b515395310c4e84a84992d3f0bd11f8ded6d03 (diff) | |
download | synth-project-master.tar.gz synth-project-master.tar.bz2 synth-project-master.zip |
Diffstat (limited to 'src/osc_sin.c')
-rw-r--r-- | src/osc_sin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osc_sin.c b/src/osc_sin.c index 79a1726..8decddd 100644 --- a/src/osc_sin.c +++ b/src/osc_sin.c @@ -4,7 +4,6 @@ osc_t OSC_sin = { .name = "f_sin", .len = 1, .start = 0, - .end = 1, }; float |