Files
arduino_midi_player/Midi/music-box-pc-master/WaveTableSynthesizer/EnvelopeTable.h
T

8 lines
120 B
C
Raw Normal View History

2025-03-24 14:30:56 +08:00
#ifndef __ENVELOP_TABLE_H__
#define __ENVELOP_TABLE_H__
#include <stdint.h>
extern uint8_t EnvelopeTable[256];
#endif