Add looping enabled parameter

This commit is contained in:
xenakios
2018-05-09 12:33:06 +03:00
parent 8a4aee93ec
commit 28f14ddf7a
4 changed files with 13 additions and 4 deletions

View File

@ -87,7 +87,7 @@ const int cpi_octaves_ratio4 = 56;
const int cpi_octaves_ratio5 = 57;
const int cpi_octaves_ratio6 = 58;
const int cpi_octaves_ratio7 = 59;
const int cpi_looping_enabled = 60;
class MyPropertiesFile
{