diff options
| author | skal <pascal.massimino@gmail.com> | 2026-01-31 01:01:56 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-01-31 01:01:56 +0100 |
| commit | 3af9f70bec1f50c980288e2213035693f4b737ce (patch) | |
| tree | e84d96c870026ff77c2c0c3537218fbfe64e26cb /src/audio/synth.h | |
| parent | 2520ae66ce2da210eaeaeba44c467c97e0c3fdd0 (diff) | |
Chore: Add missing newlines at end of source files
Diffstat (limited to 'src/audio/synth.h')
| -rw-r--r-- | src/audio/synth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/synth.h b/src/audio/synth.h index 9000891..45a9410 100644 --- a/src/audio/synth.h +++ b/src/audio/synth.h @@ -31,4 +31,4 @@ void synth_trigger_voice(int spectrogram_id, float volume, float pan); void synth_render(float *output_buffer, int num_frames); int synth_get_active_voice_count(); -float synth_get_output_peak();
\ No newline at end of file +float synth_get_output_peak(); |
