Is there any way to mix an arbitrary wave file with midi to leverage ladspa effects. #1202
daveschere
started this conversation in
General
Replies: 1 comment
-
This is not possible out of the box. You could probably write a custom soundfont loader via fluidsynth's API: Alternatively, put all these clips in a soundfont file and load that soundfont into fluidsynth. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to be able to play arbitrary clips from a wave file and send midi commands and have them go through the affects processing. So it would look like noteon/noteoff only it would be play_clip and stop_playing_clip.
Beta Was this translation helpful? Give feedback.
All reactions