Analog synthesis engine for Klang Modular
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
221 B

#ifndef __GLOBALS_H__
#define __GLOBALS_H__
#define SAMPLE_RATE 96000
#define SAMPLE_RATE_INV (1.0 / SAMPLE_RATE)
#define FILTER_CV_MAX 9.25 // MIDI note "135" (19912.126958213178287 Hz)
#endif