Re: [fluid-dev] Building fluid synth on MACOS

2024-05-04 Thread Brad Howes via fluid-dev
> On 4 May 2024, at 16:47, Conrad Berhörster wrote: > > [ 95%] Linking CXX shared library libfluidsynth.dylib > ld: warning: ignoring file > '/opt/homebrew/Cellar/glib/2.80.0_2/lib/libglib-2.0.0.dylib': found > architecture 'arm64', required architecture 'x86_64' > ld: warning: ignoring file

[fluid-dev] channel filter

2024-05-04 Thread Freeman Gilmore
I would like to add a low or high pass channel filter that I can control by midi. It is not listed as a feather but it is listed as a in the library functions, Synthesizer, Effect - IIR Filter.. I do not want to disable the synthesizer of its fonction if it is used for sound fonts.Also i coul

Re: [fluid-dev] Building fluid synth on MACOS

2024-05-04 Thread Conrad Berhörster
Hello, coming back to the issue. > > >> Am 22.03.2024 um 19:47 schrieb Brad Howes via fluid-dev >> : >> >> This seems to work for me: >> >> % mkdir build && cd build >> % cmake -Denable-framework=off .. >> % make >> % find . -name ‘*.dylib’ >> ./src/libfluidsynth.3.2.1.dylib >>