Compare commits

..

No commits in common. "229ddb9c37e7a8983b0517038d4bf3a77ad752ab" and "5d092a607c67914ceede60569451283a03c05d0a" have entirely different histories.

View File

@ -9,8 +9,8 @@ else
const e = React.createElement;
let lfos = [];
const MAXLFOS = 200;
const MAXENUMS = 200;
const MAXLFOS = 20;
const MAXENUMS = 20;
const MAXENUMPOINTS = 10;
const MAXUSERDEFINED = 4;