-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v2][macOS] No sound is output to audio driver, nor is any output via fluid_synth_process()
#399
Comments
I've now pulled the latest master commit a55e7e8, rebuilt and no improvement. One more observation: Additionally: I've tried running my VST with |
Indeed, seems like I've broken my local setup... should be fixed in a second.
|
Thanks! Working now. In case you're interested, these are the code changes I needed to make to upgrade from FluidSynth 1 -> 2: Birch-san/juicysfplugin@b9eb853 I'll emphasise that 2.0.0.beta1 didn't expose enough public API, so I was reliant on the solution to this issue (now in master): #391 |
Ok, thanks for the feedback! |
Regression. Both these use-cases work fine in v1.
====
I built master like so:
This output a binary to
build/src/fluidsynth
.I attempted to play a MIDI file through a soundfont:
No audio came out of my system. I assume this means nothing is output to CoreAudio.
This is definitely a regression, because next I tried brew fluidsynth v1, from my path:
It played audio, as expected.
====
I don't think this is a CoreAudio problem. The same thing happens when I invoke
fluid_synth_process(…)
directly to render MIDI into a block of audio samples.I linked my VST against
build/src/libfluidsynth.2.0.0.dylib
, updated the includes and source, and now no sound is heard when my audio plugin outputs audio to the plugin host viafluid_synth_process()
.Is there anything that it would be useful for me to do to debug this for you?
The text was updated successfully, but these errors were encountered: