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
bpm <- Link.getTempo ss is already available here, so it would be nice to add streamGetbpm here:
bpm <- Link.getTempo ss
streamGetbpm
Tidal/src/Sound/Tidal/Stream.hs
Lines 754 to 759 in bc03ed8
The text was updated successfully, but these errors were encountered:
getbpm :: Stream -> IO Double getbpm s = fmap (\cps -> cps * 2 * 120) (streamGetcps s)
Sorry, something went wrong.
getbpm
setbpm
As of #1059 this has been added, and then #1083 closes the loop by adding getbpm and setbpm.
Successfully merging a pull request may close this issue.
bpm <- Link.getTempo ss
is already available here, so it would be nice to addstreamGetbpm
here:Tidal/src/Sound/Tidal/Stream.hs
Lines 754 to 759 in bc03ed8
The text was updated successfully, but these errors were encountered: