| 732 | void OutrageMusicSeq::SetCurrentRegion(int16_t region) { m_curregion = region; } |
| 733 | |
| 734 | int16_t OutrageMusicSeq::GetCurrentRegion() const { return m_curregion; } |
| 735 | |
| 736 | // get current loop playing |
| 737 | const char *OutrageMusicSeq::GetCurrentLoopName(int *count) { |