set the current read index (negative values are also allowed!)
| 152 | |
| 153 | // set the current read index (negative values are also allowed!) |
| 154 | void setCurR(long _curR) { curR = _curR; } |
| 155 | long getCurR() { return curR; } |
| 156 | |
| 157 | // get pointer to meta data of the read level, (levelIdx-th input level) |