Skip to content

A wrapper class providing a clean interface for working with Greg Miller's VSOP87-Multilang in C++.

License

Notifications You must be signed in to change notification settings

wolgemoth/vsop87-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

VSOP87 Wrapper

About

This project implements a wrapper providing a clean interface for those for working with the C++ version of Greg Miller's VSOP87-Multilang and the glm maths library.

If you find a bug or have a feature-request, please raise an issue.

Dependencies

Instructions

The implementation is header-only and written in templated C++17. You should not need to make any adjustments to your project settings or compiler flags.

Simply include the header and its dependencies in your project and you are ready to start!