Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-14 Thread Layers Incorporation
We want to thanks each and every one of you that helped us and had to suffer from out stupid questions. In appreciation, Layers ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-14 Thread Tom M.
FYI, I've just added libsndfile support to fluidsynth's continuous builds. You can grab the artifacts here: x86: https://ci.appveyor.com/project/derselbst/fluidsynth-rjimi/builds/25277015/job/jdc050xkuo47kgyq/artifacts x64: https://ci.appveyor.com/project/derselbst/fluidsynth-rjimi/builds/2527701

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-10 Thread Layers Incorporation
I have searched in the file there is no lsndfile, I attach the file for your convenience sndfile.pc Description: Binary data ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-10 Thread Tom M.
Oh, I see. This seems to be a bug in the pkgconfig file shipped with sndfile. Try the following: Open C:\freesw\lib\pkgconfig\sndfile.pc with a text editor, search for -lsndfile and replace it by -lsndfile-1 Tom ___ fluid-dev mailing list fluid-dev@

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-10 Thread Layers Incorporation
Hi, So I download the setup form the website: http://www.mega-nerd.com/libsndfile/ and locate the files in the freesw folder but when I ran the command: "mingw32-make.exe" it wrote: [ 96%] Linking C shared library libfluidsynth-2.dll C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../.

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Tom M.
CMake just told you the following: ** Summary: ... libsndfile:no (raw audio file rendering only) Like glib, libsndfile is just another dependency. glib is mandatory, while libsndfile is optional. To be able to render to any a

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Layers Incorporation
Sorry maybe it just me but I do not understand what to do. ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Tom M.
> when I tried to convert from midi to wav save it, it saved it but I can not > play it: You need to provide libsndfile during build to be able to render to any format you like. Otherwise only headerless RAW PCM files are supported. I've updated the wiki to make that clearer: https://github.com/

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Layers Incorporation
Hi again, You were right the files were missing and I added it but now I tried fluidsynth through the CMD when I tried to convert from midi to wav save it, it saved it but I can not play it: "Windows Media Player cannot play the file. The Player might not support the file type or might not support

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Ceresa Jean-Jacques
dev@nongnu.org > Copie à : > Objet : Re: [fluid-dev] Using fluidsynth from the CMD > > Hi  I have done so, the files are attached. > ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/lis

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Layers Incorporation
Hi I have done so, the files are attached. C:\Python27;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Users\user15\.dnx\bin;C:\Program Files\Microsoft

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Tom M.
In order to help you further, please execute the following commands. They will generate a bunch of text files in the command line's current working directory. Please attach all of them to a mail. echo %PATH% > path.txt dir /s C:\freesw > dir_freesw.txt pkg-config --libs glib-2.0 gthread-2.0 > pkgc

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Layers Incorporation
Hi again, I know you are probably tired of me, but this error occurred when I ran the "mingw32-make.exe" command from the CMD: C:\fluidsynth\build>cmake -G "MinGW Makefiles" .. -- The C compiler identification is GNU 5.1.0 -- Check for working C compiler: C:/TDM-GCC-64/bin/gcc.exe -- Check for wor

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Ceresa Jean-Jacques
eesw\lib\pkgconfig folder   Following files are required: C:\Freesw\lib\pkgconfig\glib-2.0.pc C:\Freesw\lib\pkgconfig\gthread-2.0.pc   jjc   > Message du 09/06/19 15:58 > De : "Layers Incorporation" > A : fluid-dev@nongnu.org > Copie à : > Objet : Re: [fluid-dev] Us

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Layers Incorporation
I have done so: C:\>where pkg-config the output was: C:\freesw\bin\pkg-config.exe this is where the 64-bit pkg-config I have download from the wiki: https://github.com/FluidSynth/fluidsynth/wiki/BuildingWithCMake#building-with-mingw-on-windows so I tried something else I downloaded the 32-bit versi

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Tom M.
I can perfectly reproduce your problem when trying to execute the 32bit pkg-config on windows 10 64bit. Please double check whether it really executes the 64bit binary by executing `where pkg-config` from cmd. Tom ___ fluid-dev mailing list fluid-dev@n

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Layers Incorporation
Hi, I have 64-bit windows, I have checked if this the case and I use the correct binaries for my platform. ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Tom M.
It seems that you've downloaded the binaries for 32 bit windows, although you are running 64 bit windows. Or vice versa. In any case, you must use the correct binaries for your platform. Tom ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists

[fluid-dev] Using fluidsynth from the CMD

2019-06-08 Thread Layers Incorporation
Hi fluidsynthers >From my understanding, after reading the “Building FluidSynth with CMake” wiki, when downloading with MinGW on windows I will be able to use fluidsynth from the cmd, if this the case I came across a problem when installing after organizing the files as in the guide and adding the