Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
|
Go to the documentation of this file.
9 #include <libraries/Gui/Gui.h>
10 #include <libraries/WriteFile/WriteFile.h>
12 #include <libraries/Pipe/Pipe.h>
39 std::vector<std::string>
list_dir(
const char *path);
57 template <us num_cols>
70 LogFile(
const char* filename,
const char* header,
bool createUnique=
true);
77 void log(
const std::array<float, num_cols>& data);
A class for opening a logfile, and writing data to a log.
void log(const std::array< float, num_cols > &data)
Log the data to the file.
LogFile(const char *filename, const char *header, bool createUnique=true)
Initialize a log file.
Configuration parameters for connection detection.