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

Make Cozmo Play a Series of Notes #6

Closed
gbroques opened this issue Mar 24, 2018 · 0 comments
Closed

Make Cozmo Play a Series of Notes #6

gbroques opened this issue Mar 24, 2018 · 0 comments
Projects

Comments

@gbroques
Copy link
Owner

gbroques commented Mar 24, 2018

Cozmo needs to be able to play a series of notes.

We'll add sometimes playing a wrong note in issue #11.

This will involve adding a play_notes() method in the SongRobot class.

Something like:

def play_notes(notes: List[Note]) -> None:
    for note in notes:
        await self.play_note(note)
@gbroques gbroques changed the title Make Cozmo Play Series of Notes Make Cozmo Play a Series of Notes Mar 24, 2018
@gbroques gbroques added this to To do in Song Match Mar 24, 2018
This was referenced Mar 24, 2018
Song Match automation moved this from To do to Done Mar 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Song Match
  
Done
Development

No branches or pull requests

1 participant