Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

17 lines
477B

  1. #pragma once
  2. #include <Audio.h>
  3. extern const AudioSynthWavetable::sample_data epiano_samples[4];
  4. const uint8_t epiano_ranges[] = {48, 60, 80, 127, };
  5. const AudioSynthWavetable::instrument_data epiano = {4, epiano_ranges, epiano_samples };
  6. extern const uint32_t sample_0_epiano_coldglass7wave[128];
  7. extern const uint32_t sample_1_epiano_coldglass7wave[128];
  8. extern const uint32_t sample_2_epiano_coldglass7wave[128];
  9. extern const uint32_t sample_3_epiano_epiano2ms[640];