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.

11 lines
274B

  1. #pragma once
  2. #include <Audio.h>
  3. extern const AudioSynthWavetable::sample_data harp_samples[1];
  4. const uint8_t harp_ranges[] = {127, };
  5. const AudioSynthWavetable::instrument_data harp = {1, harp_ranges, harp_samples };
  6. extern const uint32_t sample_0_harp_pluckharp[1792];