Files
Last update 6 years 7 months
by
Luis Gonzalez
Filessoftwaresketchesfac_fm_osc | |
---|---|
.. | |
cv_table.c | |
cv_table.h | |
fac_fm_osc.ino | |
offset_table.c | |
offset_table.h | |
pitch_table.c | |
pitch_table.h | |
sine_table.c | |
sine_table.h |
pitch_table.h#ifndef PITCH_TABLE_HEADER #define PITCH_TABLE_HEADER #include <avr/pgmspace.h> extern prog_uint32_t pitch_table[1024]; #endif