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.c | |
parent | 89b515395310c4e84a84992d3f0bd11f8ded6d03 (diff) | |
download | synth-project-04b3dbe0a339c42d7b2085bcd6149e9277d699a1.tar.gz synth-project-04b3dbe0a339c42d7b2085bcd6149e9277d699a1.tar.bz2 synth-project-04b3dbe0a339c42d7b2085bcd6149e9277d699a1.zip |
Diffstat (limited to 'src/osc.c')
-rw-r--r-- | src/osc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -77,7 +77,6 @@ osc_load_wav(osc_t * osc, const char * path) } osc->len = fileInfo.frames; - osc->end = fileInfo.frames; osc->data = (float *) malloc(sizeof(float) * fileInfo.frames); // Read the WAV file into the buffer |