- fixed master volume
- added osc jitter to blep waveform saw, square and tri
This commit is contained in:
+6
-3
@@ -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;
|
||||
|
||||
// --------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user