Add note on NXYZ indices [ci skip]
This commit is contained in:
parent
0b20932e12
commit
30788baec4
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ public:
|
||||||
//! Parameters otherwise, based on the related opcode
|
//! Parameters otherwise, based on the related opcode
|
||||||
// eg. `N` in `lfoN`, `N, X` in `lfoN_eqX`
|
// eg. `N` in `lfoN`, `N, X` in `lfoN_eqX`
|
||||||
struct { uint8_t N, X, Y, Z; };
|
struct { uint8_t N, X, Y, Z; };
|
||||||
|
// !!! NOTE: NXYZ is expected to be stored in 0-indexed form
|
||||||
|
// eg. `lfo1_eq2` is N=0, X=1
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue