Clay Shippy

Results 94 comments of Clay Shippy

basically wider with more columns ?

oh, for me i want multiple columns more. have you tried setting the dpi ? look for font settings in dconf-editor org->desktop->mate->desktop->font rendering or something like that

the current version no longer compiles anymore either for some reason. maybe from new emsdk

[build.txt](https://github.com/jet2jet/fluidsynth-emscripten/files/4773282/build.txt) [ 2%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_aufile.c.o /home/netpipe/Downloads/fluidsynth-emscripten-2.0.2-em-maz/src/drivers/fluid_aufile.c:27:10: error: 'fluid_sys.h' file not found [clang-diagnostic-error] #include "fluid_sys.h" i tried setting the /build/ make -I../include with same errors

also when using as drop in replacement i get a few undefined symbols, delete_fluid_cmd_handler , fluid_get_sysconf, fluid_get_userconf , fluid_source , new_fluid_cmd_handler , new_fluid_server

[test.zip](https://github.com/jet2jet/fluidsynth-emscripten/files/4773572/test.zip) here are some examples select emscripten from build options to compile. they compile but get no sound.

https://github.com/netpipe/FluidLite/blob/master/example/ i have this now too , different sound playing frontends

fluidsynth.h is missing when i build the static lib how did you build simple demo ?

just copied verion.h and fluidsynth.h from other project and it seemed to work. when compiling the simple demo i tried with my codeblocks project and media folder with if(fluid_synth_sfload(synth, './media/example.sf2',...

after reading closer i see that its missing audio drivers. i will wait for working demo. fluid_settings_setstr(settings, "audio.driver", "alsa");