Tempo Tapper  1.0.0
A simple library to implement a tempo tapper
Public Member Functions | List of all members
tempo_tapper_cpp Class Reference

C++ wrapper for the tempo tapper library. More...

#include <tempo_tapper_cpp.h>

Public Member Functions

 tempo_tapper_cpp ()
 Wraps around tt_new()
 
bool is_init ()
 Returns if class has been (successfully) initialized.
 
unsigned long period_us ()
 Wraps around tt_period_us()
 
void tap ()
 Wraps around tt_tap()
 
void reset ()
 Wraps around tt_reset()
 
BPM_t bpm ()
 Wraps around tt_bpm()
 

Detailed Description

C++ wrapper for the tempo tapper library.

The following class wraps around the C interface of the tempo tapper library.

Definition at line 45 of file tempo_tapper_cpp.h.


The documentation for this class was generated from the following files: