8000 Feature request: allow to query multiple notes at once (to reduce IPC overhead) · Issue #18 · ODDSound/MTS-ESP · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Feature request: allow to query multiple notes at once (to reduce IPC overhead) #18
Open
@ofsjoerdk

Description

@ofsjoerdk

Would it be possible to add an alternative version of NoteToFrequency that takes in a range of notes?
Something like

void MTS_NotesToFrequencies(MTSClient *client, char* midinotes, char* midichannels, double* output_freqs, int count);

I think this may be useful to reduce IPC overhead. For example, a plugin can then query the entire range of notes that it expects to use within a single synth voice, using 1 IPC call, instead of potentially up to 128. Of course there should be something similar for note-retuning-ratio, note-returning-semis and a couple other ones.

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

      0