Re: [fluid-dev] Possible approach to preloading samples / presets

2020-10-24 Thread Marcus Weseloh
Am Fr., 23. Okt. 2020 um 21:17 Uhr schrieb Tom M. via fluid-dev : > Why do you *need* to use (or support) "huge soundfonts" on a device that > apparently has memory constraints? Wouldn't a smaller SF that entirely > fits into memory do as well? First let me clarify: I'm not hugely memory constrain

Re: [fluid-dev] Possible approach to preloading samples / presets

2020-10-24 Thread Ceresa Jean-Jacques
Hi,   >Well, I do have a real need for preloading presets (or rather samples) now.   I understand your need and I'am not surprised you need this now because you are using a memory constrained system. Having a way to preload sample is also useful when preparing a set of presets that doesnt' b

Re: [fluid-dev] fluidsynth export single midi channel to wav

2020-10-24 Thread Ceresa Jean-Jacques
Hi, >You can use fluid_player_set_playback_callback().   Excellent, I completly forgot that we could intercept MIDI events send by the player to the synth. That means that it could be possible to mute or solo events based on the event's MIDI channel. So there is no need to edit the MIDI file

Re: [fluid-dev] fluidsynth export single midi channel to wav

2020-10-24 Thread Tom M. via fluid-dev
You can use fluid_player_set_playback_callback() to interfere midi events in a custom processing function, in which you only send specific events to the synth by using fluid_synth_handle_midi_event(). Tom ___ fluid-dev mailing list fluid-dev@nongnu.org