Re: [fluid-dev] New Lua module; therefore various questions

2014-08-21 Thread Peter Billam
Thank you Aere, thank you David, > > Can one synth have multiple midi_players running at the same time ? > > (eg: to play several midi files, each starting at a different moment) > Yes, but expect cacophony :-) since they will > likely override each other's program change messages. Ah, well sure,

Re: [fluid-dev] New Lua module; therefore various questions

2014-08-21 Thread David Henningsson
On 2014-08-21 08:58, Peter Billam wrote: Greetings, Thank you David :-) Whennew_fluid_audio_driver(settings, synth) is called, does the settings have to be the same settings that was used to create the synth ? or can it be a new settings created in order to configure the audio_driver ?

Re: [fluid-dev] New Lua module; therefore various questions

2014-08-21 Thread Aere Greenway
On 08/21/2014 12:58 AM, Peter Billam wrote: Can multiple synths be running at the same time ? It must be possible, because the Qsynth (GUI front-end) for Fluidsynth does that, and I use that capability all the time. -- Sincerely, Aere ___ fluid-dev

Re: [fluid-dev] New Lua module; therefore various questions

2014-08-20 Thread Peter Billam
Greetings, Thank you David :-) > > Whennew_fluid_audio_driver(settings, synth) > > is called, does the settings have to be the same settings > > that was used to create the synth ? or can it be a new > > settings created in order to configure the audio_driver ? > Hmm, good question. I guess i

Re: [fluid-dev] New Lua module; therefore various questions

2014-08-20 Thread David Henningsson
On 2014-08-20 01:13, Peter Billam wrote: Greetings, I've just got version 1.0 of a fluidsynth.lua module up on https://rocks.moonscript.org/ https://rocks.moonscript.org/modules/peterbillam What there is (more or less) works (it was a wrestling match) but it's basically a place-holder (e

[fluid-dev] New Lua module; therefore various questions

2014-08-19 Thread Peter Billam
Greetings, I've just got version 1.0 of a fluidsynth.lua module up on https://rocks.moonscript.org/ https://rocks.moonscript.org/modules/peterbillam What there is (more or less) works (it was a wrestling match) but it's basically a place-holder (e.g. no Sequencer, yet; no test script; bad doc)