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
I've downloaded\installed MusiclBeeps on my Windows10 machine and ran the test program which appears to contain 3 notes and a pause but when I run it I only get one note played and one line of text on the terminal.
This is under Python 3.12.0 64bit
I then changed my settings back to Python 3.11.4 64bit and it appears to be works!!!. It appears that something in 3.12 has broken your library.
I downloaded your HappyBirthday.txt file and tried the following in a different program
If I'm reading your instructions correctly this should play the tune in the file, But I keep getting an Invalid Syntax error on the filename (I've also tried it without the FileName variable and I get the same error)
The text was updated successfully, but these errors were encountered:
I have a similar issue with Python.3.12. It works fine in 3.11.4 but as soon as I upgrade to 3.12. it only plays one note.
Is there a syntax change between the two versions?
Hi,
This is under Python 3.12.0 64bit
I then changed my settings back to Python 3.11.4 64bit and it appears to be works!!!. It appears that something in 3.12 has broken your library.
If I'm reading your instructions correctly this should play the tune in the file, But I keep getting an Invalid Syntax error on the filename (I've also tried it without the FileName variable and I get the same error)
The text was updated successfully, but these errors were encountered: