MIDI music and soundfonts work

This commit is contained in:
2022-07-10 18:04:24 +00:00
parent e57bf668c2
commit d8640bed5a
6 changed files with 63 additions and 45 deletions

View File

@@ -32,7 +32,7 @@ struct dsp_fir {
struct dsp_filter in;
};
void dsp_filter_addin(struct dsp_filter filter, struct dsp_filter in);
void dsp_filter_addin(struct dsp_filter filter, struct dsp_filter *in);
struct dsp_filter lp_fir_make(float freq);