dlalic / warped

Linear interpolation between beats and seconds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It’s All Warped

CI CodeFactor

Usage

Setup

Set up submodule:

git submodule update --init --remote --force

Set up CMake:

mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=release ..

Build

cmake --build build

Run

build/main

Test

cd build && ctest

Run integration tests in Python

Optionally, set up Python virtual environment not to use the system Python.

cd tests && pip install -r requirements.txt && pytest test.py

Project template courtesy of cpp-project.

About

Linear interpolation between beats and seconds

License:MIT License


Languages

Language:C++ 54.5%Language:CMake 30.2%Language:Python 12.9%Language:C 2.4%