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

How to make PyPiano read a "Song"? #1

Open
a2301133 opened this issue Jul 5, 2017 · 0 comments
Open

How to make PyPiano read a "Song"? #1

a2301133 opened this issue Jul 5, 2017 · 0 comments

Comments

@a2301133
Copy link

a2301133 commented Jul 5, 2017

Dear Sir:
If I want to read in a song
basically a string like "Mi Mi Fa So So Fa Mi Re Do Do Re Mi Mi Re Re"
or ";;'nn';khhk;;kk" in PyPiano
how can I do this? Thanks for your help.

PS: I've tried: but generate basically noise

from pymouse import PyMouse
from pykeyboard import PyKeyboard
m = PyMouse()
k = PyKeyboard()
x_dim, y_dim = m.screen_size()
m.click(x_dim/2, y_dim/2, 1)
k.type_string(";;'nn';khhk;;kk")

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

No branches or pull requests

1 participant