zackfuqua / mediacomp-jes

Automatically exported from code.google.com/p/mediacomp-jes
0 stars 0 forks source link

playNote function not working #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. playNote(60, 1000)

What is the expected output? What do you see instead?
I expect to hear a note.  Instead I get silence.

What version of the product are you using? On what operating system?
I am running this on JES 4.2.1.  I tried it in JES 4.2 and it works.

Please provide any additional information below.

Original issue reported on code.google.com by scot.cunningham@gmail.com on 21 Sep 2009 at 9:16

GoogleCodeExporter commented 8 years ago
I was able to track the source of this problem to being caused by the 
"-version:1.5+"
argument specified in jes.bat on Windows.  For some unknown reason midi would 
not
play properly when this argument was present.  I've deleted this argument from 
the
batch file so it now uses the same arguments as the Linux shell script.  This 
change
will be incorporated into the next JES release.

Original comment by bjdorn@gmail.com on 9 Nov 2009 at 7:02