diff options
Diffstat (limited to 'src/audio/gen.h')
| -rw-r--r-- | src/audio/gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audio/gen.h b/src/audio/gen.h index 94f4ee3..370971b 100644 --- a/src/audio/gen.h +++ b/src/audio/gen.h @@ -17,6 +17,7 @@ struct NoteParams { float harmonic_decay; float pitch_randomness; float amp_randomness; + float offset_sec = 0.0f; }; // Generates a single note into a new spectrogram buffer |
