Re: [fluid-dev] ?==?utf-8?q? What is MIDI driver

2022-02-14 Thread Ralf Mattes
such file or directory > > > > -- > Nikolay Shaplov aka Nataraj > Fuzzing Engineer at Postgres Professional > Matrix IM: @dhyan:nataraj.su > > > -- Ralf Mattes Hochschule für Musik Freiburg Projektleitung HISinOne Schwarzwaldstr. 141, D-79102 Freiburg http://www.mh-freiburg.de ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] ?==?utf-8?q? What is MIDI driver?

2022-02-13 Thread Ralf Mattes
). > Yeah. An unexpected bug report ;-) > > Since I am also a kind of C developer, I can also look into the code, and try > to get what is happening... > > > -- > Nikolay Shaplov aka Nataraj > Fuzzing Engineer at Postgres Professional > Matrix IM: @dhyan:nataraj.su >

Re: [fluid-dev] ?==?utf-8?q? Audio drivers/lib not found by cmake during building process.

2019-05-27 Thread Ralf Mattes
Am Montag, 27. Mai 2019 18:21 CEST, Loic de MONTAIGNAC schrieb: > > Pushing my investigation further with apt list | grep I found > that quite a few of the missing libs/drivers (Alsa, Jack, PortAudio, > PulseAudio etc...) are actually installed by default on my system > (Ubuntu Mate re

Re: [fluid-dev] ?==?utf-8?q? Again on "Compile time constant lookup tables"

2018-09-16 Thread Ralf Mattes
Am Sonntag, 16. September 2018 11:43 CEST, Marcus Weseloh schrieb: > Hi, > > Am So., 16. Sep. 2018 um 11:10 Uhr schrieb Carlo Bramini < > carlo.bra...@libero.it>: > > > I was wondering what you think about using an external tool for compiling > > the const tables, like Python. +1 > > In

Re: [fluid-dev] ?==?utf-8?q? Official android support.

2018-07-23 Thread Ralf Mattes
Am Montag, 23. Juli 2018 21:52 CEST, "Nick Heyworth" schrieb: > So you have an unofficial port of glib that can be used to build FluidSynth > so it runs on Android? > > Any chance you can share the binaries (I’m hopeless at building Linux stuff > using the command line, only know how to b

Re: [fluid-dev] ?==?utf-8?q? ALSA Problem with libfluidsynth.so

2017-09-09 Thread Ralf Mattes
cal/lib64). After installation you need to update the linker cache by running ldconfig (or 'ldconfig -v' to see what's going on). This needs to be done as root. To check which library your application actually does link to run: ldd /usr/local/bin/mycoolapp | grep fluidsynth HTH Ra

Re: [fluid-dev] ?==?utf-8?q? Cannot run fluidsynth with ALSA

2017-09-06 Thread Ralf Mattes
o driver > alsa. Valid drivers are: file, oss. > > ./fluidsynth -a file FluidR3_GM.sf2 LUTE.mid > yielded : fluidsynth.raw, which was playable by Audacity. Also > complained about MIDI. Well, it looks as if cmake couldn't build the alsa backend, most likely because

Re: [fluid-dev] ?==?utf-8?q? Move upstream to github

2017-06-01 Thread Ralf Mattes
tarted injecting installers into windows binaries downloaded from them. Any place other than SF would be better. Thank's for the proposal, Ralf Mattes ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] ?==?utf-8?q? Any way to normalize the perceived volume of soundfonts?

2017-02-16 Thread Ralf Mattes
is possible but not in the scope of "FluidSynth" (as far i know). Rather, > this must be done at Soundfont design time, in the scope of SoundFont Editor > (Swami,...). The OP asked for "across soundfonts" which is, afaik, not possible. Soundfonts

Re: [fluid-dev] New Patch 0003 - polymono - functionality

2016-08-16 Thread Ralf Mattes
and replace as there are > > other "\"s that are valid. ^^^ > > sed '/^diff/s/\\/\//g' And why do you think this will leave cases like "...\n" untouched? Did you read Ben's post? Cheers, Ralf Mattes > Just sayin'. :) > > _