Skip to content
New issue

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

Implement Playable for HasFrequency #14

Merged
merged 3 commits into from
Jun 12, 2023
Merged

Implement Playable for HasFrequency #14

merged 3 commits into from
Jun 12, 2023

Conversation

barafael
Copy link
Contributor

Based on #13 (and #10), here is a patch to play anything which has a frequency.

@barafael barafael marked this pull request as draft June 10, 2023 10:48
@barafael
Copy link
Contributor Author

This overrides the existing trait implementation for Chord somehow.

(also, I forgot to add #[cfg(feature = "audio")])

@barafael barafael marked this pull request as ready for review June 10, 2023 11:49
@barafael
Copy link
Contributor Author

The trait conflict was just due to me not noticing I was using kord directly AND via a transitive dependency, which got me a version mismatch between my upstream version and the version used by the transitive dependency. It's fine.

I added the config flag for the "audio" feature, let me know what you think :)

twitchax
twitchax previously approved these changes Jun 12, 2023
@barafael barafael dismissed twitchax’s stale review June 12, 2023 06:09

The merge-base changed after approval.

@twitchax twitchax merged commit b7693cb into twitchax:main Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants