X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Faudio%2Fvoices.h;h=b2495b23b57b796c927f180936ba8c86101fddd3;hb=6c296557909501b71fe344ce379e74094cf77c8e;hp=66184c3a27780225f6b41086c871b9eb81e16380;hpb=a718c53fe77f0b3b4361c850531eee5f23e3e13d;p=qmk_firmware.git diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h index 66184c3a2..b2495b23b 100644 --- a/quantum/audio/voices.h +++ b/quantum/audio/voices.h @@ -2,8 +2,7 @@ #include #include #include -#include "musical_notes.h" -#include "song_list.h" +#include "luts.h" #ifndef VOICES_H #define VOICES_H @@ -16,10 +15,12 @@ typedef enum { octave_crunch, duty_osc, duty_octave_down, - duty_fifth_down, - duty_fourth_down, - duty_third_down, - duty_fifth_third_down, + delayed_vibrato, + // delayed_vibrato_octave, + // duty_fifth_down, + // duty_fourth_down, + // duty_third_down, + // duty_fifth_third_down, number_of_voices // important that this is last } voice_type;