RNBO: common/RNBO_Types.h Source File
Go to the documentation of this file.
16 // defining this here seems not to be ideal, we might want to have this is RNBO_LocalConfig.h or something similar
83 // for now we need MillisecondTime to be 64 bit to avoid losing precision in long running patches
240 };
250 int steps = 0; // 0 = continuous, 1 = toggle, 2+ indicates steps in the normalized representation
280 // a simple SDBM Hash function http://www.partow.net/programming/hashfunctions/#SDBMHashFunction
300 static_assert(TAG("test") == 1195757874, ""); // testing if the const expr can actually be evaluted at compile time
317 };