52c52
< Index idx;
---
> int64 idx;
61c61
< unsigned int mapIndexToBank(Index idx);
---
> unsigned int mapIndexToBank(int64 idx);
68c68
< bool tryAccess(Index idx);
---
> bool tryAccess(int64 idx);