SF2cute  0.1
Modern C++ Library for SoundFont 2
version.hpp File Reference

SoundFont 2 library version. More...

Macros

#define SF2CUTE_VERSION   100
 The version number of SoundFont 2 library. More...
 

Detailed Description

SoundFont 2 library version.

Author
gocha https://github.com/gocha

Macro Definition Documentation

#define SF2CUTE_VERSION   100

The version number of SoundFont 2 library.

SF2CUTE_VERSION % 100 is the patch level.
SF2CUTE_VERSION / 100 % 1000 is the minor version.
SF2CUTE_VERSION / 100000 is the major version.