Re: [fluid-dev] Trouble building/using fluidsynth

2018-12-24 Thread Justin
Cool, thanks! I've now set up a virtual EC2 instance locally on my mac, and complied fluidsynth, as you've suggested. I'm still having execution issues, though when I try to call the subprocess to run fluidsynth on the lambda as a subprocess of my python lambda function: -ni: fluidsynth_exec/fluid

[fluid-dev] Stereo sample references in soundfont files

2018-12-24 Thread Turner Hayes
Hi all, Perhaps a newbie question; I'm trying to render samples from a Soundfont file (I'm using FluidSynth's GM soundfont mainly) in Javascript (I have my reasons, heh). I've got mono samples working fine, but I'm a little confused about how stereo sample works; I notice that all samples mar

Re: [fluid-dev] Trouble building/using fluidsynth

2018-12-24 Thread Marcus Weseloh
Hi! The easiest might be to skip cross compiling and build it natively. So either on an AWS instance, or on a virtual machine on your Mac. On the VM, just install the built-essential libsndfile-dev, libglib-dev and cmake packages (or whatever they are called on the distro you are using), build it