Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
|
#include <unistd.h>
#include <iostream>
#include <cstdlib>
#include <stdio.h>
#include <libgen.h>
#include <signal.h>
#include <getopt.h>
#include <string.h>
#include "../include/Bela.h"
Go to the source code of this file.
Functions | |
void | interrupt_handler (int var) |
void | usage (const char *processName) |
int | main (int argc, char *argv[]) |
Variables | |
char * | PROGRAM_NAME |
default_main.cpp, the main code for starting up the Bela Audio setup. Important settings are set using command line interface. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
char* PROGRAM_NAME |
default_main.cpp, the main code for starting up the Bela Audio setup. Important settings are set using command line interface.
Changed by: J.A. de Jong to suit needs for PCV Voss Conn Detect app