FluidSynth / fluidsynth

Software synthesizer based on the SoundFont 2 specifications
https://www.fluidsynth.org
GNU Lesser General Public License v2.1
1.76k stars 246 forks source link

Create a public method for the synth so we can use fluid_sample_timer_t to create sequences #1090

Closed pcomposer closed 2 years ago

pcomposer commented 2 years ago

I would like you to give public access to create fluid_sample_timer_t * and add it to the synth so we can create our custom sequencer and avoid using the default MIDI event sequencer, that in my case is not efficient enough for android devices, i need to create a custom sequencer so if there could be a public access to fluid_sequencer_process(). so the custom sequencer can be created

derselbst commented 2 years ago

Your "Make-it-public-so-I-can-reinvent-my-own-custom-stuff" is not a valid argument. Start a discussion and provide more information. Closing.