We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I tried to seek() a track in a WOZ file that contains FLUX tracks. When I do that, seek() returns None. For the moment, I work around it like this:
woz_image.tracks[woz_image.flux[0]]
but it seems a bit strange. Morevoer when I do that I get RawTrack which are quite bare metal.
RawTrack
Is that intended ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I tried to seek() a track in a WOZ file that contains FLUX tracks. When I do that, seek() returns None. For the moment, I work around it like this:
but it seems a bit strange. Morevoer when I do that I get
RawTrack
which are quite bare metal.Is that intended ?
The text was updated successfully, but these errors were encountered: