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

2020-10-23 Thread Ceresa Jean-Jacques
Hi vladimir, >jChannel is the midi channel number(1-16). No, in fluidsynth API MIDI channel parameter are zero based (0 to 15).   >Notice these 2 lines: I'm not really sure whether I'm doing it right. >(1) fluid_synth_reset_basic_channel(synth, -1); >(2) fluid_synth_set_basic_channel(synth, jCh

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

2020-10-23 Thread Владимир Рыжак
Hi! I'm very new to the music tech so bear with me. There are 16 channels in a midi file. I'm trying to convert only 1 channel from a midi file to wav. Here is how it works now: extern "C" JNIEXPORT void JNICALL Java_com_test_MainActivity_convertMidiToWav(JNIEnv* env, jobject, jstring jSoundfon

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

2020-10-23 Thread Tom M. via fluid-dev
Understood. Yes, it would be nice to hear at least one other person who has a similar use case. I also have a preference of implementing this. But before, allow me to ask the following questions: > You could say that I shouldn't use dynamic sample loading in that case Why do you *need* to use (o

Re: [fluid-dev] New Reverb and Chorus API versus actual API

2020-10-23 Thread Tom M. via fluid-dev
Confirmed. ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] New Reverb and Chorus API versus actual API

2020-10-23 Thread Ceresa Jean-Jacques
> [Tom] When changing the existing command and un-deprecate them, we'll only > have two. While still retaining backward compatibility.   So to maintain compatibility with actual command shell, I would like confirmation for the suggested behaviour: 1) we un-deprecate the commands. 2) make thes