Re: [fluid-dev] Fluidsynth error on MacOSX 11.2.1

2021-02-16 Thread Tom M. via fluid-dev
Seems like portaudio is also using CoreAudio under the hood, getting the same error -66748. Looks like the problem lies somewhere between MacOS, your hardware, your user account, or any system-specific setting. Tom ___ fluid-dev mailing list fluid-dev@no

Re: [fluid-dev] Fluidsynth error on MacOSX 11.2.1

2021-02-15 Thread Maker Shiva
Thanks @Tom. Unfortunately, this didn't work for me: - ~$ fluidsynth -i ./sounds/soundfonts/FluidR3_GM.sf2 -a portaudio Downloads/example.mid FluidSynth runtime version 2.1.7 Copyright (C) 2000-2021 Peter Hanappe and others. Distributed under the LGPL license. SoundFont(R) is a registered trademar

Re: [fluid-dev] Fluidsynth error on MacOSX 11.2.1

2021-02-14 Thread Tom M. via fluid-dev
> fluidsynth: error: Error setting the audio callback. Status=-66748 This error is printed when the call to AudioUnitSetProperty failed. According to www.osstatus.com the returned error is kAudioComponentErr_NotPermitted. I neither know what this error means, nor how to fix it. On the other hand,

Re: [fluid-dev] Fluidsynth error on MacOSX 11.2.1

2021-02-14 Thread Hamish Moffatt
On 14/2/21 6:04 pm, Maker Shiva wrote: Hi, I'm seeing the following error when I try to run fluidsynth on my Macbook. Couldn't find any information via web searching. If anyone can help I'll be very grateful. Thanks, MakerC :~$ fluidsynth -i ./sounds/soundfonts/FluidR3_GM.sf2 Downloads/exam

[fluid-dev] Fluidsynth error on MacOSX 11.2.1

2021-02-13 Thread Maker Shiva
Hi, I'm seeing the following error when I try to run fluidsynth on my Macbook. Couldn't find any information via web searching. If anyone can help I'll be very grateful. Thanks, MakerC :~$ fluidsynth -i ./sounds/soundfonts/FluidR3_GM.sf2 Downloads/example.mid FluidSynth runtime version 2.1.7 Cop