Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
|
Go to the source code of this file.
Macros | |
#define | max(a, b) (((a) > (b) ? a : b)) |
Macro: compute the maximum of two numbers. More... | |
Variables | |
const float | number_pi = M_PI |
const float | sq2 = sqrtf_neon(2.0f) |
#define max | ( | a, | |
b | |||
) | (((a) > (b) ? a : b)) |
Macro: compute the maximum of two numbers.
a | Value 1 |
b | Value 2 |
Definition at line 17 of file conndetect_features.cpp.
const float number_pi = M_PI |
Definition at line 6 of file conndetect_features.cpp.
const float sq2 = sqrtf_neon(2.0f) |
Definition at line 7 of file conndetect_features.cpp.