Re: [fluid-dev] Anybody using fluid_cmd_handler_register()?

2018-01-15 Thread Tom M.
Thanks for your feedback, Element. Any application that wants to extend the default shell commands must create a fluid_shell from its own fluid_cmd_handler, afaik. Even this is a use case which I consider to be extremely rare. Although there recently was an attempt of adding fluidsynth's shell

Re: [fluid-dev] Android Support

2018-01-15 Thread Phil Blandford
Hi, this is also my first post to the fluidsynth list, so apologies in advance for any inadvertent breaches of etiquette! I've been struggling to build that same fork for a few days, and did manage it in the end. The problems came down to: - my Mint distro was not recognised by the setup script (

Re: [fluid-dev] Anybody using fluid_cmd_handler_register()?

2018-01-15 Thread Element Green
I did a search online and didn't find any use of fluid_cmd_handler_register() except where FluidSynth was included in other projects and API documentation. So at least from an initial look it seems like this function is not really used by other projects. I think I can see how this could be used t