Re: [fluid-dev] New RFC patch: public API to manipulate default modulators

2017-06-01 Thread Ceresa Jean-Jacques
ards.           > Message du 01/06/17 11:04 > De : "Marcus Weseloh" > A : "FluidSynth mailing list" > Copie à : > Objet : Re: [fluid-dev] New RFC patch: public API to manipulate default > modulators > > Hi Jean-Jacques, > > thanks a lot for

Re: [fluid-dev] New RFC patch: public API to manipulate default modulators

2017-06-01 Thread Marcus Weseloh
Hi Jean-Jacques, thanks a lot for your feedback! 2017-06-01 1:54 GMT+02:00 Ceresa Jean-Jacques : > After a glance to your patch example in ticket 166 , to avoid memory leak we need to somes minor changes > [...] > fluid_synth_add_default_mod(synth, mod, FLUID_SYNTH_ADD); >> fluid_mod_delete (mod)

Re: [fluid-dev] New RFC patch: public API to manipulate default modulators

2017-05-31 Thread Ceresa Jean-Jacques
Copie à : > Objet : [fluid-dev] New RFC patch: public API to manipulate default modulators > > Hello all, > > following up on Kjetils request for non-standard "default" modulators in the > thread about the polyphonic key pressure patch[1], I've created an RF

[fluid-dev] New RFC patch: public API to manipulate default modulators

2017-05-30 Thread Marcus Weseloh
Hello all, following up on Kjetils request for non-standard "default" modulators in the thread about the polyphonic key pressure patch[1], I've created an RFC patch to add a new public API function to modify the default modulator list: https://sourceforge.net/p/fluidsynth/tickets/166/ I would be