aboutsummaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/process_keycode/process_audio.h')
-rw-r--r--quantum/process_keycode/process_audio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_audio.h b/quantum/process_keycode/process_audio.h
index 7ac15b733..3a84c3d86 100644
--- a/quantum/process_keycode/process_audio.h
+++ b/quantum/process_keycode/process_audio.h
@@ -1,6 +1,8 @@
1#ifndef PROCESS_AUDIO_H 1#ifndef PROCESS_AUDIO_H
2#define PROCESS_AUDIO_H 2#define PROCESS_AUDIO_H
3 3
4float compute_freq_for_midi_note(uint8_t note);
5
4bool process_audio(uint16_t keycode, keyrecord_t *record); 6bool process_audio(uint16_t keycode, keyrecord_t *record);
5void process_audio_noteon(uint8_t note); 7void process_audio_noteon(uint8_t note);
6void process_audio_noteoff(uint8_t note); 8void process_audio_noteoff(uint8_t note);
@@ -8,4 +10,4 @@ void process_audio_all_notes_off(void);
8 10
9void audio_on_user(void); 11void audio_on_user(void);
10 12
11#endif \ No newline at end of file 13#endif