You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your library! It's the first Python library I could find that allows to play notes in a simple way.
I intend to use the library with my students. I have some suggestions to extend the API so it would be even more accessible for beginners:
Default player: It would be nice to have a default player in the package much like with the turtle package so that one does not have to create a player object:
frommusicalbeepsimport*play_note("C5", 0.4)
Play a tune which is either a list of notes or a file name, something like:
I ingeminate suggestion number four. The console output must be disabled completely or in the very least disable the note and the duration but ignore the frequency. I need this because I made a Simon game based on the library and no one can play the game without seeing the answers. There shall be a disable_console_echo variable with options such as none [as is now], all [disable console echo completely which shall be default], note [disable print of note played], frequency [disable print of frequency of note], and duration [disable print of duration for which note is played].
Moreover, I support changing the player for I do not care for the actual timbre of the tones and semi-tones.
Thanks for your library! It's the first Python library I could find that allows to play notes in a simple way.
I intend to use the library with my students. I have some suggestions to extend the API so it would be even more accessible for beginners:
turtle
package so that one does not have to create a player object:Thanks for considering my suggestions.
The text was updated successfully, but these errors were encountered: