- fixed master volume

- added osc jitter to blep waveform saw, square and tri
This commit is contained in:
2025-08-02 12:04:40 +02:00
parent ff6ba8a179
commit 3bda521d62
3 changed files with 52 additions and 11 deletions
+6 -3
View File
@@ -6,7 +6,10 @@
#include "synth_defs.h"
#include "noise.h"
#include "synth_types.h"
#define BLIT_MISC_PROCESS_DOWN_SAMPLE 2
#define BLIT_JITTER_ERROR 0.0000001
// --------------------------------------------------------------
// Types
// --------------------------------------------------------------
@@ -30,8 +33,8 @@ typedef struct _sblit_t
synth_float_t tri_x, tri_sum;
UINT32 m, tri_pol, sqr_pol1, sqr_pol2;
UINT32 freq_update_req, bufsize;
synth_float_t pm_filtered;
synth_float_t jitter;
UINT32 misc_process_downsammple_counter;
} blit_t;
// --------------------------------------------------------------