Tempo Tapper  1.0.0
A simple library to implement a tempo tapper
Classes
tempo_tapper_cpp.h File Reference

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

#include "tempo_tapper.h"
Include dependency graph for tempo_tapper_cpp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Detailed Description

C++ wrapper for the tempo tapper library.

Author
Patrick Pedersen
Date
2021-08-05

The following file provides a C++ class wrapper around the tempo tapper library.

For a functional understanding, please refer to definitions of the C interface in tempo_tapper.h, as the methods of the wrapper class correspond to the definitions of the C interface.

Definition in file tempo_tapper_cpp.h.