immetoo2
immetoo2
Yes on linux there is working hardware and virtual midi setup. Wrote an impl a year ago only never had success with openMSX setup+roms with correct software for and emulated...
By adding some startup properties (or a other laf jar) you can select a swing theme. First enable nice text with "-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true" and than add one of the following...
The GTK (linux) theme follows the system colors and fonts, but some auto QT to GTK theme glue messed up my gtk font rendering, but it is dark; 
While waiting had a try at rendering ttf glyps without bitmap. It is not that hard i can render now 83025 unicode glyps in imgui; https://www.youtube.com/watch?v=nUYV6iANsW0
I try to implement, but as TLV values not as concat, why introduce a new share link format.
Tested with ```-command "set sounddriver null"``` and ```-command "set sounddriver off"``` but error messages remain.
Have looked at the arguments parsing to see if ```-silent``` could be added easy, but that required a bit more internal knowledge of the structure where to add it. Besided...
Yes thanks, using the command/setting or stdio (even before power on command) all works as silent option on a computer with a working sound device. But none remove the warnings...
Yes that works almost; ``` ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: Permission denied Could not open sequencer: Permission denied ``` Can't see the diff between stderr/out in build log, but...
Would suggest a doc update to [sound_driver](https://openmsx.org/manual/commands.html#sound_driver) from; ``` set sound_driver null Selects the null sound driver (no sound) ``` To for example ``` set sound_driver null Selects the null...