Skip to content

Opcode to allow user access to FluidSettings #32

Description

@ohyesss

A sizable issue I'm finding with this implementation of FluidSynth is a general lack of means to control the FluidSettings.
Programs that use FluidSynth, like Qsynth, allow direct access to the FluidSettings on a per-engine basis, at any time.

Image

Here is a proper page on the FluidSynth wiki:
https://www.fluidsynth.org/wiki/settings/

Currently, the implementation only allows setting a small selection of these through fluidEngine, which cannot be altered on the fly.

I wish for an opcode, something like:

fluidSettingNum iEngineNumber, SSetting, kValue (For Integer, Float and Boolean types)
fluidSettingString iEngineNumber, SSetting, SValue (For String types)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions