Skip to content
/ warped Public

Linear interpolation between beats and seconds

License

Notifications You must be signed in to change notification settings

dlalic/warped

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published