Re: [fluid-dev] Disable network at compile time.

2017-12-08 Thread Tom M.
> In my opinion, the network support should be a feature, not a requirement and > FluidSynth is a synthesizer, Ok then, I dont mind if we make this feature optional. In fact there already is a WITHOUT_SERVER macro for MacOSX. You could start from there, however this macro should then be called

Re: [fluid-dev] Programmatic polyphony count detection in FluidSynth

2017-12-08 Thread Bartosz Nowotny
Thank you for all the answers, that's just what I needed! Regards, Bartosz On Tue, Dec 5, 2017 at 12:56 PM, Ceresa Jean-Jacques < jean-jacques.cer...@orange.fr> wrote: > Hello, > > > > >Is there any way to programmatically detect how many voices a given MIDI > song, using a given soundfont, need

Re: [fluid-dev] Disable network at compile time.

2017-12-08 Thread Carlo Bramini
Hello, perhaps an embedded platform, like the one I'm working on, or my unreleased DJGPP port (DJGPP has been added also to CYGWIN distribution recently). Or the user may want to have not its compiled library to be able to surf the network. It is true that some libraries exist for resolving the a

Re: [fluid-dev] Disable network at compile time.

2017-12-08 Thread Tom M.
Are you thinking of any specific platform that doesn't support BSD sockets? Tom 2017-12-08 0:33 GMT+01:00 Carlo Bramini : > Hello, > I was wondering what you would think about disabling network with some macro > like HAVE_NETWORK_SUPPORT at configure time. In other words, the user could > sel