Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
classifier.h
Go to the documentation of this file.
1
#pragma once
2
#include "
config.h
"
3
#include "
conndetect.h
"
4
17
class
Classifier
{
18
public
:
19
Classifier
(){}
26
bool
classify
(
const
ComputedFeatures
& ft);
27
28
};
Classifier::classify
bool classify(const ComputedFeatures &ft)
Perform classification, i.e. detect the threshold.
Definition:
classifier.cpp:7
conndetect.h
Classifier
Classifier class, performs the connection detection on given features.
Definition:
classifier.h:17
ComputedFeatures
std::array< float,(us) NUMBER_FEATURES > ComputedFeatures
Definition:
conndetect.h:78
Classifier::Classifier
Classifier()
Definition:
classifier.h:19
config.h
Configuration parameters for connection detection.
src
classifier.h
Generated by
1.8.17