Using jsynthlib 1.0 - has anyone managed to use the MIDI MONITOR window succesfully?
I am getting just an empty window, and don't see any (sysex or other) MIDI messages displayed. My MIDI connections are OK: jsynthlib is sending and reveiving data to/from my Yamaha DX100 properly.
MT
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2014-03-04
Hi,
What operating system are you running on?
How did you launch JSynthLib? java -jar or from the exe file?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I enable "Enable master controller input port" in the MIDI preferences dialog, the MIDI monitor starts working. I can see data that are sent fron as well as received by jsynthlib now. This works with and without your patch, and also with the old 0.20 release. I don't know what ypur patch changes.
I don't know if it should work also even if "Enable master controller input port" is NOT selected ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2014-03-24
Ok,
Two questions;
Are you trying to send sysex messages to your DX100? I.e. opened the editor and edited some parameters
Can you try to run jsynthlib with these arguments: "-D 1" and provide the log output in this thread?
BR
/Pascal
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Using jsynthlib 1.0 - has anyone managed to use the MIDI MONITOR window succesfully?
I am getting just an empty window, and don't see any (sysex or other) MIDI messages displayed. My MIDI connections are OK: jsynthlib is sending and reveiving data to/from my Yamaha DX100 properly.
MT
Hi,
What operating system are you running on?
How did you launch JSynthLib? java -jar or from the exe file?
On Linux Fedora 20 I launch JSynthLib from the commandline
$ java -jar jsynthlib-1.0-executable.jar
Could you test with the 0.20 version of JSynthLib to see if it worked there?
Same story with 0.20
But does it work on Windows? OSX? Or is this Linux specific?
Hi,
Please apply the attached patch and see if it works better..
You need to recompile jSynthlib so I would advise you to apply the other patch to disable the test cases as well and then run
mvn clean xmlbeans:xmlbeans package
If I enable "Enable master controller input port" in the MIDI preferences dialog, the MIDI monitor starts working. I can see data that are sent fron as well as received by jsynthlib now. This works with and without your patch, and also with the old 0.20 release. I don't know what ypur patch changes.
I don't know if it should work also even if "Enable master controller input port" is NOT selected ?
Ok,
Two questions;
BR
/Pascal