We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f3490 commit 4576329Copy full SHA for 4576329
play_sounds.py
@@ -6,7 +6,7 @@
6
import play_sounds_resources
7
8
synthfilename = "florestan-piano.sf2"
9
-__location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
+__location__ = os.getcwd() #os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
10
synthfile = os.path.join(__location__, synthfilename)
11
12
if not os.path.isfile(synthfile):
0 commit comments