Re: [fluid-dev] Query regarding FluidSynth

2018-04-04 Thread Tom M.
Just added example code for the file renderer: http://www.fluidsynth.org/api/index.html#FileRenderer (changes should be pulic on 5th April approx. 10 AM UTC... unless Element reads this and triggers the cron job) Tom 2018-04-04 16:26 GMT+02:00 Marcus Weseloh : > Hi Swapnil,

Re: [fluid-dev] Query regarding FluidSynth

2018-04-04 Thread Marcus Weseloh
Hi Swapnil, yes, it's possible via the API as well. Should work with something along these lines (untested code, just for demonstration): fluid_player_t* player; fluid_file_renderer_t* renderer; player = new_fluid_player(synth); fluid_player_add(player, "/path/to/midifile.mid");

Re: [fluid-dev] Query regarding FluidSynth

2018-04-04 Thread Mark Knoop
At 18:03 on 04 Apr 2018, Swapnil Gupta wrote: >I guess everyone id doing great. I am Swapnil and I work with a startup >named MusicMuni Labs Pvt Ltd . I have been >exploring softwares that can help me get a wav file generated using a >MIDI file and soundfonts. I came across

Re: [fluid-dev] Query regarding FluidSynth

2018-04-04 Thread Swapnil Gupta
Hi Marcus, Thank you for your response. I want to integrate fluidsynth in my android application. So, does the api also allows to do something like this ? Thank you. Regards. Swapnil. On Wed, Apr 4, 2018 at 6:52 PM, Marcus Weseloh wrote: > Hi Swapnil, > > Fluidsynth can do

Re: [fluid-dev] Query regarding FluidSynth

2018-04-04 Thread Aaron Laws
On Wed, Apr 4, 2018 at 9:22 AM, Marcus Weseloh wrote: > Hi Swapnil, > > Fluidsynth can do what you ask. You can use the following command line: > > fluidsynth /path/to/soundfont.sf2 /path/to/midifile.mid > --fast-render=/path/to/output.wav > > You can also specify the audio

Re: [fluid-dev] Query regarding FluidSynth

2018-04-04 Thread Marcus Weseloh
Hi Swapnil, Fluidsynth can do what you ask. You can use the following command line: fluidsynth /path/to/soundfont.sf2 /path/to/midifile.mid --fast-render=/path/to/output.wav You can also specify the audio format with --audio-file-format if Fluidsynth has been compiled with libsndfile support.

Re: [fluid-dev] Query regarding FluidSynth

2018-04-04 Thread Aaron Laws
On Wed, Apr 4, 2018 at 8:50 AM, Swapnil Gupta wrote: > Hi Aron, > > Thanks for the response. I might be a little unclear in my query. What I > want is given a MIDI file and a soundfont, I want to get a wav file out of > that. Not sure if this is what you answered in

Re: [fluid-dev] Query regarding FluidSynth

2018-04-04 Thread Swapnil Gupta
Hi Aron, Thanks for the response. I might be a little unclear in my query. What I want is given a MIDI file and a soundfont, I want to get a wav file out of that. Not sure if this is what you answered in your last email. Thank you. Regards. Swapnil. On Wed, Apr 4, 2018 at 6:18 PM, Aaron Laws

Re: [fluid-dev] Query regarding FluidSynth

2018-04-04 Thread Aaron Laws
On Wed, Apr 4, 2018 at 8:33 AM, Swapnil Gupta wrote: > Hey guys, > > I guess everyone id doing great. I am Swapnil and I work with a startup > named MusicMuni Labs Pvt Ltd . I have been > exploring softwares that can help me get a wav file

[fluid-dev] Query regarding FluidSynth

2018-04-04 Thread Swapnil Gupta
Hey guys, I guess everyone id doing great. I am Swapnil and I work with a startup named MusicMuni Labs Pvt Ltd . I have been exploring softwares that can help me get a wav file generated using a MIDI file and soundfonts. I came across fluidsynth and was wondering if it

Re: [fluid-dev] Reformatting code base

2018-04-04 Thread Tom M.
Sorry, we need to postpone the reformatting indefinitely. Will keep you up to date if/when it happens. Tom ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev