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.

13 satır
368B

  1. #pragma once
  2. #include <Audio.h>
  3. extern const AudioSynthWavetable::sample_data vibraphone_samples[2];
  4. const uint8_t vibraphone_ranges[] = {94, 127, };
  5. const AudioSynthWavetable::instrument_data vibraphone = {2, vibraphone_ranges, vibraphone_samples };
  6. extern const uint32_t sample_0_vibraphone_vibese2[512];
  7. extern const uint32_t sample_1_vibraphone_vibese2[512];