[fluid-dev] Building Fluidsynth for Windows with Jack and PortAudio drivers

2013-02-11 Thread Graham Goode
Hi Jim, Yes, you will need to install packages and configure the path and package-config for each of the additional driver levels. I assume that you're following the directions from here: https://sourceforge.net/apps/trac/fluidsynth/wiki/BuildingWithCMake and have pkg-config

[fluid-dev] Rendering midi to file.

2013-02-11 Thread Иван Заярный
Can i render midi file to wav file ? I can't find in documentation how do this action. ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] Rendering midi to file.

2013-02-11 Thread Matt Giuca
Hi, Wow, I thought this was documented but I can't find it in the docs either. It's the -F or --fast-renderer command-line flag (which is in the man page). The command I use is this: fluidsynth -lni -r 48000 -F $(SONG).wav $SOUNDFONT $(SONG).mid Where 48000 is the sample rate you want. HTH

Re: [fluid-dev] Rendering midi to file.

2013-02-11 Thread David Henningsson
On 02/11/2013 11:11 PM, Matt Giuca wrote: Hi, Wow, I thought this was documented but I can't find it in the docs either. What docs are you looking at (where you expected to find it)? // David ___ fluid-dev mailing list fluid-dev@nongnu.org