martincameron / micromod

Music player libraries for MOD, S3M and XM formats.
BSD 3-Clause "New" or "Revised" License
159 stars 28 forks source link

Obtain position within the module #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I wanted to use IBXM the read a module and synchronize some graphic effects 
along some parts of the track.

What's definitely missing in the IBXM class to achieve this is:
public int getSeqPos() {
  return seqPos; 
}

public int getRow() {
  return row;
}

Original issue reported on code.google.com by fabm...@gmail.com on 9 Jun 2012 at 2:37

GoogleCodeExporter commented 9 years ago

Original comment by mum...@gmail.com on 15 May 2013 at 8:13