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
292B

  1. #pragma once
  2. #include <Audio.h>
  3. extern const AudioSynthWavetable::sample_data mutedgtr_samples[1];
  4. const uint8_t mutedgtr_ranges[] = {127, };
  5. const AudioSynthWavetable::instrument_data mutedgtr = {1, mutedgtr_ranges, mutedgtr_samples };
  6. extern const uint32_t sample_0_mutedgtr_mgtr[512];